This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Scan Data by X32_BLE

Dear ,

I have NRF52 board and X32_ble PIR sensor. sensor data send and I can easily access on android app but I have used UART program for acess data of BLE then I couldnt acess this. how can access data.

Thanks

Ansh

Parents Reply
  • According to the second document you posted, this device seems to only provide the data through advertising. You can use a central example, or a scanner application to receive the advertising packets from the device (for instance the example I posted in this thread

    You need to parse the advertising packet from all received packets to find the ones that match the static fields mentioned in the document, then you can extract the data from the bytes as specified in the document.

Children
Related