Hi dev team,
I have added the possible RTC PCF8563 option to a Heltec T096 board.
The RTC is not detected by the actual repeater firmware.
I changed the I2C bus 0 pin definitions from:
#define PIN_WIRE_SDA (0 + 7)
#define PIN_WIRE_SCL (0 + 8)
to
#define PIN_WIRE_SDA (32 + 4) // P1.04 RTC_SDA
#define PIN_WIRE_SCL (32 + 2) // P1.02 RTC_SCL
Now RTC is detected and work perfect with one additional small change to AutoDiscoverRTCClock.cpp.
May I offer a pull request to you?
With Best Regards
Martin, DL1RF
Hi dev team,
I have added the possible RTC PCF8563 option to a Heltec T096 board.
The RTC is not detected by the actual repeater firmware.
I changed the I2C bus 0 pin definitions from:
#define PIN_WIRE_SDA (0 + 7)
#define PIN_WIRE_SCL (0 + 8)
to
#define PIN_WIRE_SDA (32 + 4) // P1.04 RTC_SDA
#define PIN_WIRE_SCL (32 + 2) // P1.02 RTC_SCL
Now RTC is detected and work perfect with one additional small change to AutoDiscoverRTCClock.cpp.
May I offer a pull request to you?
With Best Regards
Martin, DL1RF