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]: The LTR390V sensor is not identified #5980

Open
brebtatv opened this issue Feb 2, 2025 · 2 comments
Open

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

brebtatv opened this issue Feb 2, 2025 · 2 comments
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
Contributor

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
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

No branches or pull requests

3 participants