Skip to content

[Fix] Heltec t096 RTC option #2668

@dl1rf

Description

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions