Hi,
I bought a Wifi Bee for a remote control project. Using the Arduino >V1 IDE I used the user contrib library linked in the product wiki page.
As the module disconnected from the network after some time and didn't come back online without a reset (and I mean "power down", wait some seconds, "power up"), I first thought my code was doing something nasty. But as I tried again the simple server demo I encountered the same issue.
- I power it on
- the blue LED shines after a few seconds (using the 32 byte precalculate WPA/WPA2 key system)
- it works
for some time... ![Image]()
- the blue LED turns off after a while, the module is not reacheable, and nevers comes back online.
So I have 2 questions:
- is it a known issue ? The library states that there is none...
- how to workaround it ? I could reset it every once in a while or when connection is lost (I would have to detect it in the code) but a simple reset doesn't bring it back online, I have to power it off and on again.
Of course it is intended to be ON and reacheable all the time.
Statistics : Posted by matthieu.cargnelli • on Thu Feb 20, 2014 8:39 pm • Replies 3 • Views 70
I bought a Wifi Bee for a remote control project. Using the Arduino >V1 IDE I used the user contrib library linked in the product wiki page.
As the module disconnected from the network after some time and didn't come back online without a reset (and I mean "power down", wait some seconds, "power up"), I first thought my code was doing something nasty. But as I tried again the simple server demo I encountered the same issue.
- I power it on
- the blue LED shines after a few seconds (using the 32 byte precalculate WPA/WPA2 key system)
- it works


- the blue LED turns off after a while, the module is not reacheable, and nevers comes back online.
So I have 2 questions:
- is it a known issue ? The library states that there is none...
- how to workaround it ? I could reset it every once in a while or when connection is lost (I would have to detect it in the code) but a simple reset doesn't bring it back online, I have to power it off and on again.
Of course it is intended to be ON and reacheable all the time.
Statistics : Posted by matthieu.cargnelli • on Thu Feb 20, 2014 8:39 pm • Replies 3 • Views 70