Post topics, source code that relate to the Arduino Platform

User avatar
By ricg
#12710 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.
You do not have the required permissions to view the files attached to this post.
User avatar
By kira
#26455 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.
User avatar
By gregf
#28981 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.