Shop
OBEX
P1 Docs
P2 Docs
Learn
Events
DS1307+ / EEPROM sharing Pull-Up Resistors — Parallax Forums
toggle menu
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
Propeller 1
DS1307+ / EEPROM sharing Pull-Up Resistors
MacTuxLin
Posts:
821
2010-09-23 10:29
edited 2010-09-23 18:42
in
Propeller 1
Hello All,
Need an advice regarding RTC & EEPROM on the same SDA & SCL line. Each requires a 10k pull-up resistor to 3v3. Will there be any problem if I just implement 1 10k on each SDA & SCL line instead (picture)?
Thanks.
DS1307_EEPROM_ResPU.jpg
1406 x 752
-
153K
DS1307_EEPROM_ResPU.jpg
153.1K
Comments
JonnyMac
Posts:
9,209
2010-09-23 10:50
edited 2010-09-23 10:50
Yes, that's fine. Attached is a pic of a DS1307 in my Propeller Platform. You can see the shared pull-ups between the boot EEPROM and the DS1307.
ds1307_prop_platform.jpg
640 x 480
-
459K
ds1307_prop_platform.jpg
458.6K
tonyp12
Posts:
1,951
2010-09-23 12:47
edited 2010-09-23 12:47
It's a bus, so only use one resistor to 3.3v.
using two would be the same as using a single resistor with half the ohm value.
MacTuxLin
Posts:
821
2010-09-23 18:42
edited 2010-09-23 18:42
Thank you very much JonnyMac & Tonyyp12
Sign In
or
Register
to comment.
Comments
using two would be the same as using a single resistor with half the ohm value.