Bluetooth Serial for Tab5
-
Dear Forum,
I have a project that relies on Bluetooth serial for communicating with a OBD2 Car Scanner.
And I would like to use the Tab5. I have one, so even if it might be overkill that's what I'm trying.However I cannot find an example on how to use Bluetooth with the Tab5.
Most of the examples wont work because the Tab5 have a wireless coprocessor instead of the main processor being the wireless module.
I have searched high and low, and tried ChatGPT and the chatbot here.The best I can find is to rewrite the ESP32-C6 firmware or make a wrapper class for the ESP32-C6.
Morten, Denmark.
-
@MortenComadan Hi,
If your OBD2 scanner can work with BLE protocols, you can take a look at the following look for some guidance:
https://uiflow-micropython.readthedocs.io/en/latest/system/m5ble.htmlThere are examples there and some basic info on the higher level functions to handle BLE.