Hardware Reference
In-Depth Information
https://dweet.io/get/dweets/for/yourThingName
Of course, you have to replace the name with the name of thing you entered in the Arduino
sketch. You should see that at least one measurement was inserted for this thing. For ex-
ample:
{
"thing" : "weather_station_1a2cx3s8" ,
"created" : "2014-07-13T12:58:10.924Z" ,
"content" : {
"temperature" : 26 ,
"humidity" : 40 ,
"light" : 69
}
}
In case it is not working at this point, there are several things you can check. First, make
sure that you Internet connection is up and running, and that your Arduino board is actually
connecting to your WiFi network. You can also check that the answer from the Dweet.io
website is correct. Finally, make sure that you correctly entered your 'Thing' name inside
the Arduino sketch.
Search WWH ::




Custom Search