<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi<br><br></div>been playing a bit more with the ESP today<br><br></div>in my reading I found a tip if you have it working in server mode.<br><br></div>add this line to your script<br><br>uart.setup (0,115200,8,0,1,1)<br><br></div>with the UART running at 115200 rather than 9600 the server will respond faster<br><br></div>I have not tried this yet, as I have shut everything down now.<br><br>Earlier on I had a web controlled LED - I was able to control it from chrome on my iphone and via firefox on my imac (but not with safari on my iphone)<br><br></div>the LED was on GPIO 2 (pin 4) - I am tempted to add one of these modules to one of my lamps at home and see how much fun I can have with it!<br><br></div>The script I used was <br><br><a href="https://github.com/nodemcu/nodemcu-firmware/blob/master/lua_examples/webap_toggle_pin.lua">https://github.com/nodemcu/nodemcu-firmware/blob/master/lua_examples/webap_toggle_pin.lua</a><br><br></div>I have one module setup with the above in AP mode with an init.lua to auto start the app so I access it direct via a mobile or laptop.<br><br></div>And I have another module set up with the first two lines commented out so it joins my office WiFi so I don't have to change any device settings to access it.<br><br>regards<br><br>Emyr<br><br><br></div>