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

What variable and struct does the write characteristic store its data in after a write command from an application on nrf connect?

Hello,

I have followed the BLE tutorial on characteristics to make my own 2 custom characteristics that successfully read and write uint8 data to my nRF52832, however I want to take that data that was written from each characteristic to my chip and store them in local variables in my main loop, how do I do this? 

Related