Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access IIC Pins #38

Open
mattcalhoun1 opened this issue Jul 29, 2024 · 3 comments
Open

Access IIC Pins #38

mattcalhoun1 opened this issue Jul 29, 2024 · 3 comments

Comments

@mattcalhoun1
Copy link

I am looking to port a private mesh communication system over to t-deck (https://chatters.io) and I really need to get an IIC connection (spi would be great too).

Looking at the back of the t-deck, the pinout, and the schematic, it doesn't look to me like there is any exposure of IIC pins on the back of the t-deck. I see 2 very nice uart connections, but not IIC.

I need to add an accurate RTC, as it's critical to the security and a few other core features of the firmware.

Any suggestions, specifically regarding the RTC? I've ordered (not received yet) a couple of different GPS modules with battery backup. I really don't like that solution for a number of reasons, but that's my fallback option.

I'm hoping some easy I2C access is just hiding there somewhere, maybe I can pop off the keyboard and get at them or something, but it's not obvious to me.

I guess I could solder directly to the same pads the esp32 is connected to, but that seems like a bad solution as well.

Thanks

@mattcalhoun1
Copy link
Author

Btw, sorry to open this as an "issue" as it's really just a question, but seems like this is the place to ask

@mattcalhoun1
Copy link
Author

Also looking at hijacking one set of the uart pins with "SoftWire" , we'll see how that goes

@lewisxhe
Copy link
Contributor

Grove interface can be used as both UART and I2C

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants