Hey guys.
I've got a presentation tomorrow, and it would be icing on the cake if I could implement this LCD into my project.
The project:
Thermostats in each room of the house.
Communicating back to the arduino,
which logs the temp-data and (hopefully) displays it real-time too.
For logging data I've got this: Arduino Wireless SD Shield
- nifty shield that allows me to use my wireless radio to take-in incoming data.
- also has an SD slot that uses SPI protocol. (SPI: http://arduino.cc/en/Reference/SPI )
For displaying data I've got this: Stainsmart 20x4 Serial LCD
http://www.sainsmart.com/sainsmart-iic-i2c-twi-serial-2004-20x4-lcd-module-shield-for-arduino-uno-mega-r3.html
- a nifty LCD screen that uses I2C protocol. ( I2C: Wire - Arduino Reference )
I set up the LCD following ianbren's post here: [SOLVED] I2C LCD - Setup instructions for 16x2 - Displays - Arduino Forum
the problem:
I can't get the SD card working (to log data) when I add in the code for the LCD.
I can get either one to work without the other, but they won't play well together.
Any suggestions?
I'll probably be pullin' another all-nighter tonight.
:0
Thanks.