Display Temperature Using Intel Galileo

by AngelaS5 in Circuits > Sensors

6225 Views, 9 Favorites, 0 Comments

Display Temperature Using Intel Galileo

IMG_20150413_231741.jpg

This application uses the temperature sensor and LCD RGB display from the Grove Starter Kit (Intel IoT Edition) to get and display the current room temperature. I used the Galileo Gen 2 board and the Arduino IDE to come up with the application using just a few lines of code. Pretty simple and ideal for a beginner like me!

What you need:

  1. Intel Galileo Gen 2 board
  2. Grove - Temperature sensor
  3. Grove - LCD RGB backlight display

Assembly:

  1. Connect the Grove - Temperature Sensor to the A0 port on the Base Shield
  2. Connect the Grove - LCD RGB backlight to the 12C port on the Base Shield
  3. Connect the Galileo Board to the a power supply of about 7 - 15V
  4. Upload the given code on your Arduino IDE