Issue #2668 [Fix] Heltec t096 RTC option#2669
Conversation
|
Wouldn't this break systems that use I2C devices on pin 7 & 8? |
|
The fix only target Heltec T096 device. No other devices. |
|
@dl1rf The yellow space is for GPIO 17 and 18? |
I don't understand the question. What is it aiming at? |
|
I have a T096 too. Thanks a lot. |
|
As described with the foto it is the place to solder an optional Real Time Clock chip with the crystal, tuning capacitors, a supercap capacitor and an isolation diode. Regards Martin |
|
Understood now - the i2c pins you propose are both connected on the header AND internally on the RTC pads. So you are proposing the code changes to use the latter. Users that want to have external sensors can still attach them to the header, and if anyone wants to solder the RTC directly to the board, it would work right away. My only issue is that this will break currently deployed projects that use pins 7 & 8. For instance, I have a solar node with an INA219 and an AHT20, soldered to pin 7 and 8. If I were to update Meshcore, those now no longer work. I'm not familiar enough with the project yet to comment on how things like this should be resolved, I'm just pointing out a potential breaking issue. |
|
I see. Yes this will be a problem and shall be avoided. Any concerns or suggestions? |

Fixes to support RTC PCF8563 option with Heltec T096 board.
Only 1 I2C bus enabled to reduce unused resources.