-->
Page 1 of 1

esp8266 without local network

PostPosted: Sun Apr 21, 2019 12:52 pm
by aMartin
Hello!
Im new to esp8266 module and i need to some advice. Im currently trying to connect my esp8266 to android app but i want to do it without local network so i can use it outdoors.Is there a way to make the module to transmit wifi signal so i can connect my phone to it?Thanks :)

Re: esp8266 without local network

PostPosted: Sun Apr 21, 2019 5:44 pm
by QuickFix
Yes, put it in AP ("Access Point") mode and connect to it directly.

How to achieve this depends on the environment you're planning to use (default AT command set, Aduino ESP core, LUA, BASIC, ...)