Search found 1 match
- Tue May 03, 2022 1:16 pm
- Forum: ESP32 Arduino
- Topic: ESP32 as Slave with Lib 2.0.2 as DS1307 Emulator
- Replies: 0
- Views: 1258
ESP32 as Slave with Lib 2.0.2 as DS1307 Emulator
Hello I have been playing a bit with the new I2C slave library. I would like to simulate a DS1307 (clock) on an ESP32. https://www.sparkfun.com/datasheets/Components/DS1307.pdf For this I have an array which should simulate the registers of the DS1307. To be able to react on the I2c bus, I use the s...