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

BLE crashing when trying to send data in beacon mode

Hi,

I am trying to send sensor(accelerometer) data through beacon. I am basing my logic on the beacon example. I am putting my sensor data into an array and passing it to manufacturing packet. I have taken care of the size of data and advertising time interval.

But my device is crashing after nearly 40s or so and stops advertising.

I am using nrf52 PCA10036 board.

Where could I be going wrong?

Related