Hey folks,
my kit was inactive for about 22 months. I tried to operate it by solar panel but there is not enough sun here.
Today I tried to switch to usb power but the kit no longer sends any data.
Problem: no blue LED activity is visible.
What works: green power led, orange activity LEDs when connecting via USB to PC.
I uploaded the latest firmware via chrome browser (and extension) and successfully set up my wlan (successful according to protocol). Still no blue LED activity visible and still no data after 15 minutes of waiting.
BTW: the setup process shows the correct MAC so the wifly module might work as expected (?)
I then installed Arduino SDK and kicked up the Serial Monitor.
This is the output (repeated every minute with updated values):
SCK Waking up…
Error in connectionn!!
SCK Sleeping
Temperature: 27508 C RAW
Humidity: 23900 % RAW
Light: 12.60 lx
Battery: 100.00 %
Solar Panel: 0 mV
Carbon Monxide: 465.77 kOhm
Nitrogen Dioxide: 27.23 kOhm
Noise: 0 mV
Wifi Spots: 0
UTC: 2000-01-01 00:02:34
Any SCK command I send via Serial Monitor seems to work fine.
Then I tried to enter some of the wifly commands but there is no response. never.
I tried to update to the beta 0.9.2 but still no success.
Is there any command to see that the wifly module works correctly?
I have found some reference to wifly firmware updates but I did not find any specific howto or other resources.
I am not that deep into arduino programming so I am not sure whats wrong when I get the message "Error in connectionn!!"
SCKBase.cpp -> connect() does not (debug-)output any helpful information.
Do you have any hints for me? Might it be a hardware problem? Any other ideas?