Hi,
I'm using an arduino uno with a readbearlab shield with v1.1 to send sensor data to a android phone.
There is a libaray available : Releases · NordicSemiconductor/ble-sdk-arduino · GitHub
Using a timer interrupt I try to send data every 0.1 sec (10hz) to the phone.
This works for about 90 packets and then the arduino crashes (strange characters on serial monitor) and reboots
But at 8Hz it works fine...
Can anyone tell me why?
Thanks!