ESP8266wifi icon indicating copy to clipboard operation
ESP8266wifi copied to clipboard

can this library be used with arduino due

Open megazero1316 opened this issue 8 years ago • 4 comments

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

megazero1316 avatar Apr 25 '16 01:04 megazero1316

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).

megazero1316 avatar Apr 25 '16 06:04 megazero1316

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

lenny1972 avatar Sep 15 '16 12:09 lenny1972

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.

ekstrand avatar Sep 15 '16 14:09 ekstrand

it works fine with Serial1.

mrred128 avatar Oct 21 '17 17:10 mrred128