I am trying to implement the Arduino Nano (with ATmega 328) in one of my projects. For this, I have attached an FSR Force Sensing Resistor to the Arduino. I currently have a program which outputs a value to the serial monitor corresponding to the force that I push with..
The next step is to have this data time stamped. After playing around with the Time library a little bit, I was wondering if there is any way to store the time data so that every time I disconnect and reconnect power I don't have to input the time again.
If anybody has sample code for this, it'd be much appreciated!
The RTC (real Time Clock) chips I have used, had a small amount of memory (50 bytes or so) that you can use to keep some critical values across power breaks. It is kept valid by the same battery that the clock uses.