I have nrf52840/32 dk and lis3dh accelerometer. I have interfaced two of then via I2C. I want to advertise data of lis3dh xyz acceleration values in the ibeacon advertsing frame. Kindly assist me
I have nrf52840/32 dk and lis3dh accelerometer. I have interfaced two of then via I2C. I want to advertise data of lis3dh xyz acceleration values in the ibeacon advertsing frame. Kindly assist me
Hi
I'm sorry, but we don't have any iBeacon example projects available. You can read more on the iBeacon advertising packet structure here. Using the ble_app_beacon example project as a template you can modify the advertisemer there to fit the iBeacon specification and include your accelerometer data.
What point exactly are you struggling with?
Best regards,
Simon
I have implemented ibeacon ble_app_beacon exampl.e I found that it was encoded as manufacturing data in advertising packet field making upto 31 bytes. Now i want to add accelerometer data in this advertising frame. I found manufacturing field with scan response is to be used. I am facing issue on how to update the manufacturing data field of ibeacon frame.
i am able to resolve the issue now
i am able to resolve the issue now