Hi,
I'm trying to build Tire Pressure Monitoring System (TPMS).
The sensors are BLE, using Android BLE tools (BLE Tool, BLE Scanner, nRF Connect) I can capture / read the data (and managed to reverse engineer the payload structure.
My understanding, these sensors are working at multicast mode and I need to have a central Observer for the monitoring side.
I'm using HM-10 (latest V604) and I'm not able to get the data.
So far I'm working with "connect" (Central- peripheral), with others devices, all good.
Also, if I'm doing -
AT+ROLE1
AT+IMME1
AT+RESET
If I'm doing-
AT+DISC? - not finding the sensors.
But,
If I'm doing
AT+DISI? or AT+DISA?, I can see the device but all I get is the address (but not the full 31B include the Manufacture data I'm lookuig for).
What I'm missing? Is it the HM-10 not supporting this mode?
Any command?
Something special at the code?