Difference between revisions of "A simple IOT demo with Explore ESP8266"
Line 1: | Line 1: | ||
[[User:Sandeep|Sandeep]] ([[User talk:Sandeep|talk]]) 16:49, 27 August 2015 (IST) | [[User:Sandeep|Sandeep]] ([[User talk:Sandeep|talk]]) 16:49, 27 August 2015 (IST) | ||
− | ---- | + | ---- |
+ | |||
+ | We were invited today to give a seminar on "How to get started with Embedded Systems" in a local Engineering college. With very little time on hand, wanted to quickly show the capabilities of ESP8266. So I decided to make a temperature humidity logger. With [https://thingspeak.com/channels/53608/private_show Thingspeak.com], it was extremely easy to log data and even trigger tweets! | ||
+ | |||
+ | ==Components/Boards Used== | ||
+ | |||
+ | ==Arduino code for ESP8266== | ||
+ | |||
+ | ==References and Credits== | ||
+ | |||
+ | |||
<html> | <html> | ||
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="http://api.thingspeak.com/channels/53608/charts/1?width=450&height=260&results=10&dynamic=true" ></iframe> | <iframe width="450" height="260" style="border: 1px solid #cccccc;" src="http://api.thingspeak.com/channels/53608/charts/1?width=450&height=260&results=10&dynamic=true" ></iframe> |
Revision as of 16:13, 28 August 2015
Sandeep (talk) 16:49, 27 August 2015 (IST)
We were invited today to give a seminar on "How to get started with Embedded Systems" in a local Engineering college. With very little time on hand, wanted to quickly show the capabilities of ESP8266. So I decided to make a temperature humidity logger. With Thingspeak.com, it was extremely easy to log data and even trigger tweets!
Components/Boards Used
Arduino code for ESP8266
References and Credits