Hello all,
I’m trying to build a custom dashboard for a prototype offroad vehicle.
I was thinking of using an Arduino R4 WIFI to capture data from sensors and transmit the data to an andoid tablet with RealDash installed.
The arduino board only supports BLE, which uses services and characteristics instead of serial communication.
Looking at the Realdash CAN it seems like only serial protocols are supported, and no indication on if/how data can be tranferred by BLE.
Anyway the app seems to support multiple OBD adapters that use BLE so it is for sure capable of retriving the data.
Is there any indication on how the service/characteristics of the data can be formatted by the sending device to make it visible by RealDash?
RealDash has a BLE support on Android and iOS versions. As I do not have the same hardware to test on, only way to know if it works is to try. Create RealDash CAN connection and select Bluetooth connection type.
I am using a UNO Rev4 wifi to read sensors off an old non ECU vehicle and transmit to RealDash. I have found that wifi works easily and reliably rather than BLE, I would give that a try first and happy to provide you with my sketches if you want them.
Hi friend, let me ask you, I’m using ESP32 S3 too. I wanted to know if you managed to communicate with the ESP’s Bluetooth BLE via Realdashe because I’m having difficulty with this communication. With the USB port via serial, communication is ok with Realdashe, only with Bluetooth. Do you have any solution or tip?