Connecting esp32-S2 dev board to DS3231 clock
Posted: Sun Jul 05, 2020 7:54 pm
I have an expressif esp32-s2-wroom dev board and I would very much appreciate some help with respect to connecting it to an external battery-powered clock (DS3231).
More specifically, which pins on the board to connect the clock's SDA and SC1 pins to?
On an esp32 dev kit 1, I connected them to D21 (I2C SDA) and D22 (I2C SLC) respectfully and that worked fine.
Not sure how I set up for the equivalent on the esp32-s2-wroom dev board.
There is some related documentation here: https://docs.espressif.com/projects/esp ... s/i2c.html under 'Customized Configuration'. However, unfortunately, I don't really 'get it' and I can't seem to find other documentation or examples.
The DS3232 also has pins labeled 32K and SQW but they aren't needed for just accessing the basic clock functionality (setting and retrieving time) which I would like to do.
Again, would very much appreciate some additional guidance.
More specifically, which pins on the board to connect the clock's SDA and SC1 pins to?
On an esp32 dev kit 1, I connected them to D21 (I2C SDA) and D22 (I2C SLC) respectfully and that worked fine.
Not sure how I set up for the equivalent on the esp32-s2-wroom dev board.
There is some related documentation here: https://docs.espressif.com/projects/esp ... s/i2c.html under 'Customized Configuration'. However, unfortunately, I don't really 'get it' and I can't seem to find other documentation or examples.
The DS3232 also has pins labeled 32K and SQW but they aren't needed for just accessing the basic clock functionality (setting and retrieving time) which I would like to do.
Again, would very much appreciate some additional guidance.