Hello there!
I'm having some trouble with my project, I have tried everything but now I'm stuck!!
I'm trying to build a temperature logger, so far I have managed to work it out:
- Solved a pin conflict between lcd shield and ethernet + sd shield
- Can write in SD (while not using ethernet) and built a server to access registered files (while SD is disabled)
- Print temperature in LCD (1st line)
Everything worked fine until I tried to write in the LCDs 2nd line, lcd.setCursor(0,1), I can't access SD card and save temperature data anymore. Strange things start to happen, if i change the text showed in the LCD, I can't save... By the way, to get the cursor to the 1st spot in the 2nd line I have to use lcd.setCursor(-4,1)...
Any idea? Anyone has come across a similar problem?
I'll post the code as soon as I clean it up a little
Thanks