Introduction: Display Temperature Using Intel Galileo
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:
- Intel Galileo Gen 2 board
- Grove - Temperature sensor
- Grove - LCD RGB backlight display
Assembly:
- Connect the Grove - Temperature Sensor to the A0 port on the Base Shield
- Connect the Grove - LCD RGB backlight to the 12C port on the Base Shield
- Connect the Galileo Board to the a power supply of about 7 - 15V
- Upload the given code on your Arduino IDE
5 Comments
8 years ago on Introduction
Getting this error:
Display_Temperature.ino:3:21: fatal error: rgb_lcd.h: No such file or directory
Reply 8 years ago on Introduction
Hi, did you install the starter kit libraries?
https://github.com/Seeed-Studio/Sketchbook_Starter...
If not, follow this instructable:
https://www.instructables.com/id/Installing-Grove-L...
8 years ago on Introduction
Nicely done. Thanks for sharing this!
7 years ago
hi. i have the error
compilation terminated.
exit status 1
Error compiling for board Intel® Galileo Gen2.
7 years ago
Works perfect! If your RGB LED backlight doesn't display text, change the input voltage to 5V from 3.3V.