View previous topic :: View next topic |
Author |
Message |
Nick Guest
|
Do I need a Pull up resistor for every item on the i2c bus? |
Posted: Wed Oct 20, 2004 11:42 am |
|
|
I have two ICs the RTC(DS1307) and a EEPROM (24LC32) on a I2C bus, do I need a pull up resistor on each of the lines I2c for both devices? I 'think' i wouldnt since its basically using the same line just has two resistors on it, but I'm not sure how I would look up that type of information.
Thanks,
Nick |
|
|
Kasper
Joined: 14 Jan 2004 Posts: 88 Location: Aurora, Ontario, Canada
|
|
Posted: Wed Oct 20, 2004 11:54 am |
|
|
no.. just one set for each bus. |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Wed Oct 20, 2004 11:54 am |
|
|
You need only 1 resistor on each line (clock and data) |
|
|
Nick Guest
|
|
Posted: Wed Oct 20, 2004 12:01 pm |
|
|
Thanks guys! |
|
|
valemike Guest
|
In a noisy environment, you'll probably even need capacitors |
Posted: Wed Oct 20, 2004 1:55 pm |
|
|
If your board is noisy, beware, you may get noise.
In the past, i encountered i2c bus circuits where there are capacitors and series resistors to filter out noise. This also limits your i2c bus speeds but will block out high frequency noise. |
|
|
|