Skip to content

[Bug]: The LTR390V sensor is not identified #5980

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

Open
brebtatv opened this issue Feb 2, 2025 · 4 comments · May be fixed by #6872
Open

[Bug]: The LTR390V sensor is not identified #5980

brebtatv opened this issue Feb 2, 2025 · 4 comments · May be fixed by #6872
Labels
enhancement New feature or request hardware-support Add hardware support for new devices or modules

Comments

@brebtatv
Copy link

brebtatv commented Feb 2, 2025

Category

Hardware Compatibility, Other

Hardware

Rak4631

Firmware Version

2.5.20.4c97351

Description

The LTR390V sensor is not identified. Protobuf supports it, but I2C does not identify it.
Its address is found at 0x53, see the log excerpt.

Relevant log output

INFO  | ??:??:?? 1 Scan for i2c devices
DEBUG | ??:??:?? 1 Scan for I2C devices on port 1
INFO  | ??:??:?? 1 MAX17048 found at address 0x36
INFO  | ??:??:?? 1 SSD1306 found at address 0x3c
INFO  | ??:??:?? 1 SSD1306 found at address 0x3c
DEBUG | ??:??:?? 1 0x4 subtype probed in 2 tries 
INFO  | ??:??:?? 1 Device found at address 0x53 was not able to be enumerated
INFO  | ??:??:?? 1 BME680 found at address 0x77
INFO  | ??:??:?? 1 3 I2C devices found
@brebtatv brebtatv added the bug Something isn't working label Feb 2, 2025
@brebtatv brebtatv changed the title [Bug]: [Bug]: The LTR390V sensor is not identified Feb 2, 2025
@gjelsoe
Copy link
Contributor

gjelsoe commented Feb 3, 2025

Seems there are made some preparation for this sensor but not finished yet.

@fifieldt
Copy link
Member

fifieldt commented Feb 8, 2025

Just confirming @gjelsoe 's conclusion - while the sensor was added to protobufs, there is not any support for it in code at the moment.

I've added a patch that will make it detected: #6009

but it won't do anything until the full sensor support is added.

@fifieldt fifieldt added enhancement New feature or request hardware-support Add hardware support for new devices or modules and removed bug Something isn't working labels Feb 8, 2025
@github-actions github-actions bot added the Stale label Mar 25, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2025
@brebtatv
Copy link
Author

brebtatv commented Apr 3, 2025

Please add support for a full weather station. Thank you

@fifieldt fifieldt reopened this Apr 5, 2025
@fifieldt fifieldt removed the Stale label Apr 5, 2025
@github-actions github-actions bot added the Stale label May 21, 2025
@dmarman
Copy link

dmarman commented May 22, 2025

It should be stated in the docs that the LTR390 is still in development and not supported yet. I just bought one to figure out it's not implemented.

https://meshtastic.org/docs/configuration/module/telemetry/

@dmarman dmarman linked a pull request May 23, 2025 that will close this issue
8 tasks
@github-actions github-actions bot removed the Stale label May 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hardware-support Add hardware support for new devices or modules
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants