ESP8266wifi
ESP8266wifi copied to clipboard
can this library be used with arduino due
Hello I just want to know if this library can work with arduino due I tried but i think there's something wrong when I modified the example to work with due if I am not mistaken I got an error with jmp 0 ( don't remember exactly cuz I am away right now from my PC once I get back I will post the error ) I changed from softserial to serial3 and changed the baud to the required one but when I compile I get an error but when I compile for mega or uno (using softserial) I get no error
the error :
Build options changed, rebuilding all C:\Users\nothing\AppData\Local\Temp\ccIRlFiU.s: Assembler messages:
C:\Users\nothing\AppData\Local\Temp\ccIRlFiU.s:76: Error: bad instruction `jmp 0'
exit status 1 Error compiling for board Arduino Due (Programming Port).
Did you succeded in making this library working with Arduino DUE? If not, can you suggest any other reliable ESP8266 library that works with Arduino DUE (using hardware serial)? Thanks
Hi, Should work if you pass a reference to hw serial instead of sw. Not tested since I don't have an arduino due.
Best of luck! Regards Jonas
15 sep. 2016 kl. 15:02 skrev lenny [email protected]:
Did you succeded in making this library working with Arduino DUE? If not, can you suggest any other reliable ESP8266 library that works with Arduino DUE (using hardware serial)? Thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
it works fine with Serial1.