ekstrand / ESP8266wifi

ESP8266 Arduino library with built in reconnect functionality
MIT License
451 stars 235 forks source link

can this library be used with arduino due #23

Open megazero1316 opened 8 years ago

megazero1316 commented 8 years ago

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 commented 8 years ago

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

lenny1972 commented 7 years ago

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

ekstrand commented 7 years ago

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 notifications@github.com:

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.

mrred128 commented 6 years ago

it works fine with Serial1.