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?