Hello everybody,
I first setted up the SCK v1.1 with the browser tool (Chrome Version 48.0.2564.116 (64-bit)). It seemed to work just fine, but it didn’t uploaded any data; so I checked the Serial Monitor to verify the set up and it seemed ok when accessing through $$$
and using the basic sck commands
Then I got into this post and re-configured the SCK by uploading the modified firmware using Arduino IDE 1.6.4 for OSX El Capitan (10.11.3) (with SSIDs, Passwords, etc.) and, actually, the Serial Monitor stopped showing the:
SCK Waking ip...
SCKConnected ! !
Fail server time ! !
updates = 1
Posted to Server
…part of the message. Now it only shows:
Temperature: 27392 C RAW
Humidity: 22536 % RAW
Light: 313.70 lx
Battery: 100.00 %
Solar Panel: 0 mV
Carbon Monxide: 489.57 kOhm
Nitrogen Dioxide: 16.65 kOhm
Noise: 131 mV
<b>Wifi Spots: 2</b>
UTC: 2016-03-07 15:56:10
… which seems to be fine, although no data is being uploaded yet. So, I went again to the Arduino’s Serial Monitor and executed the $$$
and found the now I have a <4.41> in the interface and showing this output when executing get wlan auth
on the Serial Monitor:
SSID=SCK_9d-7b
Chan=0
ExtAnt=0
Join=7
Auth=OPEN
Mask=0x1fff
Rate=12, 24 Mb
Linkmon=30
Passphrase=rubygirl
EAP_Id=userid
EAP_User=peap-user
Which makes me think that the firmwares uploaded by both methods must be different.
Note the rubygirl after Passphrase (not configured by me). I made a $ grep -rwin "rubygirl" .
on the firmware’s folder with no results, which means that that Passphrase isn’t present as plain text in the firmware files … so what’s that being showed?
I also have the device’s MAC address registered, so that shouldn’t be the issue.
Any clues?
UPDATE:
I noted that the Serial Monitor output now shows:
*******************
Temperature: 27556 C RAW
Humidity: 20736 % RAW
Light: 253.00 lx
Battery: 100.00 %
Solar Panel: 0 mV
Carbon Monxide: 748.26 kOhm
Nitrogen Dioxide: 23.90 kOhm
Noise: 74 mV
<b>Wifi Spots: 0</b>
UTC: 2016-03-07 17:15:54
*******************
Showing no wifi spots (with the browser’s installation) showed 2 … and now, if I use set wlan ssid ...
to set ssid, password and auth method, I still get the 0 under Wifi Spots.