Hello, I'm trying to find a good and accurate Real time clock chip that is small enough I can fit in a watch Project I'm building. Does anyone know of any that works with Arduino? I found a small package one of the DS3231 But at almost $9 USD. That is a little to much. Can someone please help me in figuring out What RTC would be good please?
Hello LarryD The 1307 I will never use in a watch project Because of losing time. A lot of time. Now the MCP7941x I will take a look at thank you very much.
I can get the 8pin Version however I'm seeing it at $8 or $9 usd dollars. or in china itis cheaper. But sense I'm on a crunch I guess you can say I might need to bite my tongue and get one.
I did mange to find PCF8563 I few seconds ago and saw it holdsgreat time for under $2 a chip. I'm going to grab a few it looks like. Thank you all for the help. i'm going to look at MCP7941x also.
Hello jremington, I'm looking at using my samD21 processors I have 3 of them. I was thinking of Using That as The clock because of the 32Khz Crystal. However I don't know running a clock and doing all if functions From just one Chip would be good. Maybe I'm wrong but That is why I'm looking into A external clock chip.
P.s.s The avr as clock looks really Interesting. Thank you very much.
I would be very, very surprised if the SamD21 processors are not capable of doing the same thing, that is, use a timer connected to an external 32 kHz xtal as an RTC, but they are MUCH harder to program.
In the example I posted, the ATmega328 CPU does basically nothing, so you have the full power of a standard Arduino Uno at your service, albeit at 8 MHz.
The D21 is ran in the Arduino zero board can run as a clock. I have already done it There is a Arduino zero RTC clock code. That I have ran before. But I was always worried running a LCD screen and other functions While the clock was running and might Skip a minute or two while the other function are running.
For the AVR option, just replace the usual 16 MHz crystal or resonator with a 32768 Hz watch crystal, with 2x30 pF caps from the crystal leads to ground.
Before you do that, set the fuses for 8MHz internal RC and either use an ISP programmer, or replace the bootloader with an 8 MHz bootloader.
Thank you, I will try it out because I do have a 10 pack of 32khz crystals from Mouser a few months back. I think this be a cool project after the holidays.
The SAMD21 has an RTC peripheral that can be clocked from an external 32768 Hz crystal (or from the internal 32 K). Some board even have this crystal connected so it's just programming at that point