I found a cool valentines day project online that counts the days you and your significant other have been together. Despite never using arduino before, I foolishly attempted to complete this project. Can anyone help me out, so far I have tried to follow what this guy did: Valentineduino – Vegard Paulsen
So far I connected the USB to the Arduino and successfully linked it to my computer, as well as soldering what wires go onto the 7 seen display, but I can o ly find where they belong there, not what pi s they connect to on the RTC or Arduino.
The other problem is connecting it to power. I bought a standard barrel Jack and I'm not sure which pins are which. Finally, when I try to upload the code it says that no such lbrary exist and highlights the first line of the code.
I'm not at home right now to see the exact error message, but it happened in the first line "#include <DallasTemperature.h>" , saying no such directory existed. I tried deleting it, but the same thing happened with the next line of code. (I don't know what you mean by code tags, sorry, this is my first forum post)
The author of the code said he used this box to also detect temperature and send it to a weather station he built, and to just ignore that if your just using it for the day counter.
Attached below shows what pins I already hooked up, but I don't know where they go to on the RTC or Arduino
taz5963:
\I'm not at home right now to see the exact error message, but it happened in the first line "#include <DallasTemperature.h>" , saying no such directory existed.
That's for the DS18B20 temperature sensor. You have to install that library.