BlueWave Studio forum
OBDInject: Car Battery Voltage - Printable Version

+- BlueWave Studio forum (https://bluewavestudio.io/community)
+-- Forum: OpenAuto Pro (https://bluewavestudio.io/community/forum-86.html)
+--- Forum: API (https://bluewavestudio.io/community/forum-108.html)
+--- Thread: OBDInject: Car Battery Voltage (/thread-3738.html)



OBDInject: Car Battery Voltage - KreAch3R - 03-15-2023

Hello, 

I used the great example from JonLB and managed to use OAP's API to read the car battery voltage from a BM2 Battery Monitor and display it in the OBD Dashboards. You can check my code here:
https://github.com/KreAch3R/bm2-oap

[Image: 225339521-3d725866-8085-41ea-b497-c8f8aea415ba.png]

[Image: 225339687-71e9e841-73b2-48fc-91aa-b1ed3c5147ab.jpg]

HUGE thank you to https://github.com/KrystianD because he reverse-engineered the bluetooth connection between the Android app and the BM2 monitor. He did half and the most important work.


RE: OBDInject: Car Battery Voltage - Randy2576 - 03-15-2023

Nice, thank you both.