Line 4: Line 4:
 
[[File:IoT logger.jpeg|x600px|center]]
 
[[File:IoT logger.jpeg|x600px|center]]
  
 +
If you've not setup ESP8266 support for arduino, checkout the tutorial below:
 +
[[Arduino_Support_for_ESP8266_with_simple_test_code|Arduino Support for ESP8266 with simple test code]]
  
 
==Components/Boards Used==
 
==Components/Boards Used==

Revision as of 09:22, 19 October 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!

IoT logger.jpeg

If you've not setup ESP8266 support for arduino, checkout the tutorial below: Arduino Support for ESP8266 with simple test code

Components/Boards Used

1 Explore ESP8266 Wi-Fi Module
2 OLED Display Module 128X64
3 DHT11

Arduino code for ESP8266


Data logging on Thingspeak

Downloads

  • Complete Arduino code

References and Credits