The Raspberry Pi is a great low cost computer with thousands of different applications. However, there is one thing it does not come with, a real time clock. This means that every time you turn your Raspberry Pi off, it forgets what time it is. The next time you turn Raspberry Pi on, you have to manually set it again.
The RTC Pi is a battery powered real-time clock module for the Raspberry Pi . It keeps track of time when the Raspberry Pi is powered off. When the Pi is rebooted it allows the Pi to retrieve the current date and time from the RTC Pi.
The RTC Pi is powered by the Raspberry Pi using the GPIO port. The extended GPIO pins allow you to stack the RTC Pi with other expansion boards. The RTC Pi uses the DS1307 RTC (Real Time Clock) and a CR2032 battery to keep track of the date and time.
The RTC Pi can also be used on other types of boards such as an Arduino. For this you can use the I2C bus.
Please note, do not connect the RTC Pi to the Raspberry Pi when power is connected without a CR2032 battery installed. This may cause damage to the DS1307 RTC chip.
The Raspberry Pi is a great low cost computer with thousands of different applications. However, there is one thing it does not come with, a real time clock. This means that every time you turn your Raspberry Pi off, it forgets what time it is. The next time you turn Raspberry Pi on, you have to manually set it again.
The RTC Pi is a battery powered real-time clock module for the Raspberry Pi . It keeps track of time when the Raspberry Pi is powered off. When the Pi is rebooted it allows the Pi to retrieve the current date and time from the RTC Pi.
The RTC Pi is powered by the Raspberry Pi using the GPIO port. The extended GPIO pins allow you to stack the RTC Pi with other expansion boards. The RTC Pi uses the DS1307 RTC (Real Time Clock) and a CR2032 battery to keep track of the date and time.
The RTC Pi can also be used on other types of boards such as an Arduino. For this you can use the I2C bus.
Please note, do not connect the RTC Pi to the Raspberry Pi when power is connected without a CR2032 battery installed. This may cause damage to the DS1307 RTC chip.