harlequin-tech / WiFlyHQ

WiFly RN-XV Arduino Library
Other
110 stars 68 forks source link

failed to get prompt #42

Closed anshul119 closed 8 years ago

anshul119 commented 9 years ago

I'm using RN-XV (Rev 3) with Arduino Uno (R3). Everytime I want to connect to any website I get this message "Failed to get prompt". Any help would be appreciated.

quique123 commented 8 years ago

It fails quite often. And if you track it down, reboot is not called out in the library Wifly.cpp in the open(). You must call it and even then, it seems that its not enough, you must reset the arduino as well. I havent tracked down exactly why the wifi module doesnt reboot enough. I've made some workarounds after weeks of fiddling with it and Id like to upload my code but im not that familiar with github yet.

anshul119 commented 8 years ago

Thank you @quique123 :) I resolved the problem way back. If anyone else is experiencing the same problem please go to my GitHub and check the Wifly repo.

quique123 commented 8 years ago

OK thanks, you mean your fork of this library?

MV

On Nov 13, 2015, at 6:54 AM, Anshul notifications@github.com wrote:

Thank you @quique123 :) I resolved the problem way back.

— Reply to this email directly or view it on GitHub.

anshul119 commented 8 years ago

here: https://github.com/anshul119/wifly_RFID

quique123 commented 8 years ago

Thanks. From what I can see in your sketch, you added a wifly.terminal() call after the wifly fails to get prompt which means it fails to connect. Is that it?