You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
ds1307
About this tag
The ds1307 is a real-time clock (RTC) chip commonly used in microcontroller projects. On WindowsForum.com, discussions about the ds1307 focus on integrating it with platforms like the Netduino, an open-source microcontroller similar to Arduino. Users share tips on using the Adafruit Arduino Logger Shield, which incorporates the ds1307 for data logging with timestamps. Topics include wiring, I2C communication, and code examples for reading and setting the clock. These threads are relevant for hobbyists and developers working on embedded systems, IoT devices, or any project requiring accurate timekeeping. The ds1307 is valued for its low power consumption and ease of use with popular development boards.
C9 Netduino Shield Series - Using Arduino Shields with a Netduino - Part II
IntroductionIn our previous article, we examined what an Arduino shield is, how to build a simple custom shield and discussed how to quickly identify shields that are good candidates for a Netduino adaptation versus...