Help with Telemetry on QWIIC Module #1618
Unanswered
haroldboom
asked this question in
Q&A
Replies: 3 comments 4 replies
|
I appears the chip is supported https://github.com/meshcore-dev/MeshCore/blob/e812632235274ffd2382adf5354168aec765d416/src/helpers/sensors/EnvironmentSensorManager.cpp#L64C5-L64C24 I believe you need to build the firmware with |
1 reply
|
I decided to just pull the node out and reflash it. I tried the following but it didnt work, when I open Telemetry on the MeshCore app it doesn't show any new data. I also tried just -D ENV_INCLUDE_INA3221=1 without -D TELEM_INA3221_ADDRESS=0x42 but no dice; |
0 replies
|
What about with |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I tried to get help a couple of times on the MeshCore discord in troubleshooting but i didnt get any responses.
I have a MPPT solar battery charger and regulator for my Rak Wisblock (https://www.etsy.com/au/listing/1609406536/mppt-solar-battery-charger-for-iot?show_sold_out_detail=1). I recently moved to Meshcore and I was wondering if I can get the telemetry from it like I did on Meshtastic? It’s connected via a qwiic module and it’s at address 66. The command I ran in Meshtastic was “meshtastic --set power.device_battery_ina_address 66” and the data would appear on telemetry channel 2 and 3
Thanks!
All reactions