Jump to content
43oh

Problem with I2C RTC DS1307 Module


Recommended Posts

  • 6 months later...
  • Replies 32
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Taking a quick look at the code, you'll need to change at least the following:   Remove this line, MSP430 can access data stored in ROM just fine without. 5: #include <avr/pgmspace.h>  

The specification sheet of the DS1307 says the supply voltage is min=4.5B typical=5V max=5.5V.   How do you make the connection to the LaunchPad pins which are 3.3V-based?   Two risks: data from

Looks like the RTCLib is using native AVR code, i.e. it needs some fixing to be portable beyond Arduino.   Are you using the Adafruit library? https://github.com/adafruit/RTClib

Posted Images

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...