Hi there!
Setup include Arduino MKR1010WiFi connected to HM-10 module and 2 units of NRF52810 ABSensor N01.
Serial works well, I can send AT commands and get response. Setup includes the following:
AT+IMME1, AT+ROLE1, AT+SHOW1, AT+NOTI1, AT+RESET
Then sending DISI? I can see the following:
OK+DISC:4C000215:B5B182C7EAB14988AA99B5C1517008D9:00019BE7C5:C2F1272DE79B:-052
OK+DISC:4C000215:B5B182C7EAB14988AA99B5C1517008D9:00011ED7C5:C5B73234D71E:-054
-
Where can I find the meaning of this?
Looking at the packet description means nothing, the format is different.
https://wiki.aprbrother.com/en/ASensor_Packet_Formats.html -
How can I read the accelerator, led and button values of the ABSensor?
Sample code is needed, please.
Clarification - HM-10 unit is used because the radio chip on the Arduino is busy with WiFi and can’t be used at the same time for BLE.
Thanks a lot for any help!