Open
Description
Category
Other
Hardware
Linux Native
Is this bug report about any UI component firmware like InkHUD or Meshtatic UI (MUI)?
- Meshtastic UI aka MUI colorTFT
- InkHUD ePaper
- OLED slide UI on any display
Firmware Version
2.6.5.14
Description
I'm having issues getting power readings from an INA219 over I2C on Meshtasticd / Linux Native.
It seems that the sensor is recognised, but then no readings are sent out to the mesh.
Testing nodes:
- Hardware is a Femtofox (running v1.0.0 alpha of Foxbuntu)
- I2C is enabled and I'm able to get power readings from the sensor within linux (not via Meshtastic)
- During startup, Meshtasticd recognises i2c devices.. so it can definitely see it
- I2C ID is 0x40, which is supported by meshtastic
- Power telemetry is enabled and set to 30 minutes
- No readings or relevant errors appear in the logs.. after acknowledging that it sees i2c sensors, the expected log entries with power telemetry readings never appear
When I test the same sensor connected to an NRF board rather than meshtasticd I do get readings over the mesh, and serial log entries with the readings... so I'm confident in the hardware and configuration.
I had read that not all modules are enabled on Linux Native... is it possible that the power telemetry module is not enabled / supported?
If it's not enabled then... feature request.. could it be enabled, please? 😄