I'm working on a remote car to use outdoors. I'm controlling motors with relays using a flask webapp running at localhost. I can access the webapp when raspi is on my home network, by loading it's ip:port. Now I want raspi to work as a wireless access point or something so that I can connect to it's network and load the webapp in mobile browser. Can you please explain how can I go about doing that? So basically I want raspi to act as a server and any device with access can load the page in webbrwoser.
Asked
Active
Viewed 77 times
0
-
Look here: https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md – Matej Aug 20 '19 at 09:17
-
1Possible duplicate of Setting up a Raspberry Pi as an access point - the easy way. You may follow the section "Setting up a stand alone access point." – Ingo Aug 20 '19 at 12:00