-->
Page 3 of 6

Re: Configure esp as access point and server

PostPosted: Thu Mar 26, 2015 4:02 pm
by donwinchell
I would like to see this code also if you have the time

Re: Configure esp as access point and server

PostPosted: Fri Mar 27, 2015 1:05 am
by ricg
i've also seen the timeout you described. Not sure what's up with that.
attached the code to communicate with the other sketch.
There's an explanation at the top of the source file.

Re: Configure esp as access point and server

PostPosted: Wed Aug 19, 2015 7:19 am
by kira
I am getting this error and check avr/interrupt.h file which has no rows, its empty.

Any idea how can i run this skecth or any alternative for esp as access point and server?



/Users/hope/Documents/Arduino/libraries/SoftwareSerial/SoftwareSerial.cpp:41:27: fatal error: avr/interrupt.h: No such file or directory
#include <avr/interrupt.h>
^
compilation terminated.
Error compiling.

Re: Configure esp as access point and server

PostPosted: Sun Sep 13, 2015 12:20 pm
by gregf
Thanks!

I have multiple IOT devices that start as access points on reset so that the user can configure the device (including SSID/PWD) without having to hardcode the info, and then connect to the home wifi once configured.