Tweet Your Surrounding Temperature and Monitor It Anywhere!
by Geeve George in Circuits > Microcontrollers
1706 Views, 16 Favorites, 0 Comments
Tweet Your Surrounding Temperature and Monitor It Anywhere!
Hi everyone!
I'm Geeve George a MAKER proudly from INDIA! I started making at the age of 10 and my zeal for making still continues as I am fascinated by the endless possibilities and opportunities that technology offers!
HAT! is my series of home automation projects and it stands for Home Automation Tweeter.This is the SECOND PROJECT from the series.
This project has a very interesting code which can help also you learn how to Convert Integers to strings , string to character and finally make a Home Automation Temperature Tweeter! Make this project and have lots of fun reverse engineering it!
Hardware Setup!
Thanks again to Intel , Audrey and Instructables for the Grove IoT Developers Kit , some of the components of this kit is required for this home automation project. :)
Materials Required :
- An Intel Edison Board connected to the Arduino Extension Board or an Intel Galileo Board.
-Grove Temperature Sensor
-Grove LCD RGB Backlight Display ( LCD Display , 16*2 )
-Grove Base Shield
-Grove 26AWG Cable Wires
Steps :
1) -Firstly Connect the USB Cables to the Board!
2) -Then take out the Grove Base Shield and plug it on to the board!
3)-Next take out one 26AWG Grove Cable and connect it to the Grove Temperature Sensor.
4) -Then connect the Cable to A0 pin in the Base Shield.
5) -Now take out the LCD Display and connect it to the Grove Cable.
6) -Connect the other end of the grove cable to I2C in the Grove Base Sheild!
7) -That's all for the hardware setup!
*Refer the Picture to see the Hardware Setup also the Video for the connections and a detailed overview!
Software Setup!
Firstly you need to setup WIFI on your Edison Board to do so visit :
https://communities.intel.com/docs/DOC-23147
After setting up WiFi you need to download the following libraries :
1) Twitter Libraries from : http://arduino-tweet.appspot.com/ ( Also the Twitter Token key )
2) Wifi library ( Present in the Arduino IDE by Default )
3) SPI library ( Present in the Arduino IDE by Default )
4) RGB LCD Display Library .
*To install the LCD Display libraries , download a zip file from here . Extract the contents of the zip file to the arduino IDE folder. Open the extracted folder and go into the libraries folder and copy Grove_LCD_RGB_Backlight to Arduino libraries folder.
After that open the arduino ide and go to sketch>import libraries>add libraries and select the folder containing the LCD Display libraries and click open.Again go to sketch> import libraries and select the LCD Library.
Now its time to code!
Download the attached ino file here :
https://www.instructables.com/files/orig/F80/HFE5/I4PHJEH8/F80HFE5I4PHJEH8.ino
Come on guys reverse engineer the code and make amazing stuff for a better world , a better tomorrow!
How does this project work?
As you can see in the video below, in this project we used temperature sensors and LCD Displays.
The code for this project was challenging and interesting for me to work on. I came up with the innovation to Convert to float value of the Temperature Sensor to an Integer , then convert this integer to a string and finally the string to a character so as to be able to post it on twitter.Also I made use of LCD Displays in this project to notify the user that the tweet is going to be made.
Best of luck , keep making!
Now its time for the tests and results!
Tests and Final Result!
After all the coding here is the final result!
Subscribe to my YouTube Channel for updates on projects also I am a house music producer so stay tuned!
This project is very useful as a user can apply this technology in his home and can monitor it via the internet! i.e through Twitter through his Twitter account!
This is the most efficient , cheap and fast way to monitor home electronics while you are away from home it can be used to monitor the state of all the devices at home which can save electricity efficiently , ensure home security and much more!
Good luck! Keep making!
If you have any issues or doubts leave a comment below!I'll be happy to reply to them :)
More projects coming soon in the HAT! series of projects so stay tuned! :D
Let's see the working of this project from the video above!
Sit back and enjoy! ;)