I2C pull-ups for ESP32 devkit + DS3231 module
Posted: Wed Mar 25, 2020 3:48 pm
Hi all,
I am working on a project that will combine an ESP32 devkit rev 1 and a DS3231 module like this one.
I would appreciate it if you could comment on my current thinking w.r.t pull-up resistors for the I2C SDA & SCL lines:
- the Wire library will enable the internal pullups on the ESP32, that's about 10K
- the module itself has additional 10K pullups on each line (I'll check once I receive it)
- I will add an additional 10k pull-up per line
This should result in 3.3K pull-ups per line, which should work well for that bus (3.3V, single I2C device, short lines).
Any thoughts?
Thanks!
Franck
I am working on a project that will combine an ESP32 devkit rev 1 and a DS3231 module like this one.
I would appreciate it if you could comment on my current thinking w.r.t pull-up resistors for the I2C SDA & SCL lines:
- the Wire library will enable the internal pullups on the ESP32, that's about 10K
- the module itself has additional 10K pullups on each line (I'll check once I receive it)
- I will add an additional 10k pull-up per line
This should result in 3.3K pull-ups per line, which should work well for that bus (3.3V, single I2C device, short lines).
Any thoughts?
Thanks!
Franck