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

[Bug]: Lilygo T3S3 E-Paper - I2C Pin definition for environment data #5802

Open
chixxi opened this issue Jan 9, 2025 · 1 comment
Open
Labels
bug Something isn't working

Comments

@chixxi
Copy link

chixxi commented Jan 9, 2025

Category

Hardware Compatibility

Hardware

Other

Firmware Version

2.5.15

Description

I was unable to make a INA219 environment sensor working on the Lilygo T3S3 E-Paper, always got the message "Environment No measurement" on the display. Sensor is connected to the Qwiic connector on the PCB (RC43 / RC44 / GND / 3.3V).

Base on knowing that this works OLED T3S3 I did some research. If you add the two lines below to https://github.com/meshtastic/firmware/blob/master/variants/tlora_t3s3_epaper/variant.h and build Meshtastic, the environment measurements start to work:
#define I2C_SDA1 43
#define I2C_SCL1 44

Not committing cause I don't have a GPS module to test the impact. In the same file the definition of the GPS pins might be conflicting:
#define GPS_RX_PIN 44
#define GPS_TX_PIN 43

@chixxi chixxi added the bug Something isn't working label Jan 9, 2025
@chixxi
Copy link
Author

chixxi commented Jan 9, 2025

I'll test the already defined Pin 12 and 18 tomorrow, didn't see that before diving in. Probably it is enough to document that somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant