Skip to content

Instantly share code, notes, and snippets.

@hak8or
Last active August 29, 2015 14:27
Show Gist options
  • Save hak8or/033670d41d54107a9875 to your computer and use it in GitHub Desktop.
Save hak8or/033670d41d54107a9875 to your computer and use it in GitHub Desktop.
Weatherspot logs
==================================================
WeatherSpot firmware Uno-V1.0 RC1
==================================================
Wifi reseting ack recieved.
Wifi mode select was succesfull.
Wifi connected to OpenWrt network succesfully!
Wifi single TCP setting was succesfull.
Wifi ping test to weatherspot.us OK
============== Wifi Network info vvv
AT+CIFSR
+CIFSR:STAIP,"192.168.1.201"
+CIFSR:STAMAC,"18:fe:34:a5:95:9f"
OK
============== Wifi Network info ^^^
************ loop() starting at millis: 11130 ************
- Humidity: 29.00
- Temperature: 82.85
- Light: 43
- Pressure: 101002.50
======== Data transmit attempt: [0]/5
Wifi TCP connection created.
Sending:
AT+CIPSEND=98
With the contents:
POST /db/query.php?series=Queens&temperature=82.85&humidity=29.00&pressure=101002.50&lighting=43
Wifi queried for HTTP contents.
Wifi POST request sent succesfully.
Sensor data was sent to the server succesfully!
Waiting 1 min ....
************ loop() starting at millis: 71725 ************
- Humidity: 31.00
- Temperature: 83.07
- Light: 41
- Pressure: 101007.75
======== Data transmit attempt: [0]/5
Wifi TCP connection created.
Sending:
AT+CIPSEND=98
With the contents:
POST /db/query.php?series=Queens&temperature=83.07&humidity=31.00&pressure=101007.75&lighting=41
Wifi queried for HTTP contents.
Wifi POST request sent succesfully.
Sensor data was sent to the server succesfully!
Waiting 1 min ....
************ loop() starting at millis: 132321 ************
- Humidity: 29.00
- Temperature: 83.19
- Light: 48
- Pressure: 101004.50
======== Data transmit attempt: [0]/5
Wifi TCP connection created.
Sending:
AT+CIPSEND=98
With the contents:
POST /db/query.php?series=Queens&temperature=83.19&humidity=29.00&pressure=101004.50&lighting=48
Wifi queried for HTTP contents.
Wifi POST request sent succesfully.
Sensor data was sent to the server succesfully!
Waiting 1 min ....
************ loop() starting at millis: 192919 ************
- Humidity: 29.00
- Temperature: 83.07
- Light: 48
- Pressure: 101006.25
======== Data transmit attempt: [0]/5
Wifi TCP connection created.
Sending:
AT+CIPSEND=98
With the contents:
POST /db/query.php?series=Queens&temperature=83.07&humidity=29.00&pressure=101006.25&lighting=48
Wifi queried for HTTP contents.
Wifi POST request sent succesfully.
Sensor data was sent to the server succesfully!
Waiting 1 min ....
************ loop() starting at millis: 253517 ************
- Humidity: 29.00
- Temperature: 83.30
- Light: 47
- Pressure: 101011.00
======== Data transmit attempt: [0]/5
Wifi TCP connection created.
Sending:
AT+CIPSEND=98
With the contents:
POST /db/query.php?series=Queens&temperature=83.30&humidity=29.00&pressure=101011.00&lighting=47
Wifi queried for HTTP contents.
Wifi POST request sent succesfully.
Sensor data was sent to the server succesfully!
Waiting 1 min ....
************ loop() starting at millis: 314116 ************
- Humidity: 29.00
- Temperature: 83.30
- Light: 20
- Pressure: 101009.50
======== Data transmit attempt: [0]/5
Wifi TCP connection created.
Sending:
AT+CIPSEND=98
With the contents:
POST /db/query.php?series=Queens&temperature=83.30&humidity=29.00&pressure=101009.50&lighting=20
Wifi queried for HTTP contents.
Wifi POST request sent succesfully.
Sensor data was sent to the server succesfully!
Waiting 1 min ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment