Hi,
if got the following setup:
Nordic nRF52840 DK (peripheral), custom iOS App (central), nRF Connect Desktop Version + another nRf52840 DK as sniffer.
My Goal: Changing values (name, and other integer values) on my nRF52840 Board using my App.
I tried the BLE-APP-UART example and got everything working for one characteristic. I want to use one separate characteristic for each value.
But as soon as I register another Characteristic, I can see my new characteristic (when I test it with nRF Desktop App), but can not update the values of the second characteristic. However first characteristic is working fine.
Do I have to use ble_nus in order to extract the data of my message that I've received? Is there another "simpler" way to get the data out of the received packed? - I don't necessarily have to write my values to the UART
If not: How can I use ble_nus for more than one writable characteristic?
Thanks for the help
Greetings Luke