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

I don't know use ble_radio_notification library

Hi,

In my project, I am use nRF52832 for controlling ws2812b led strip with 8 leds.

I am use SDK 14.2 and s132_softdevice_5.0.0. 

I have problems with the latency of softdevice that danified the led frame and the color show by led is not that I intended. I read that the ble_radio_notification library can resolve my problem but I don't kown how to implement it.

Parents
  • Explaining more clear, I am using Bluetooth communication for receive frame of the app mobile and i2s communication for frame send for ws2812b. For i2s communication, I am supporting in libary of Takafumi Naka. My problem is that if I define and send frame for 7 LED the project fine work but If i define more than 7 LED the project don't work corretly. I read in other article that this problem is caused by latency of interruption of the softdevice and that ble_radio_notification can resolve this problem. I want kown if ble_radio_notification is solution and if it is how I should use.

Reply
  • Explaining more clear, I am using Bluetooth communication for receive frame of the app mobile and i2s communication for frame send for ws2812b. For i2s communication, I am supporting in libary of Takafumi Naka. My problem is that if I define and send frame for 7 LED the project fine work but If i define more than 7 LED the project don't work corretly. I read in other article that this problem is caused by latency of interruption of the softdevice and that ble_radio_notification can resolve this problem. I want kown if ble_radio_notification is solution and if it is how I should use.

Children
Related