Hey Guys!
I am using this API Aritchie for Xamarin Forms to work with BLE.
It works great to send commands to the via characteristic.write().
But everytime I write something, there should be an answer! With characteristic.read() it is not working, because the characteristic is not readable.
I also tried to use characteristic.notificationReceived() but I never get anything here.
Hopefully someone can help me how to get data from the characteristic!
BR
Answers
BTW, does the characteristic for your device allows for read feature. If you are not sure then try to install NRF connect from google play store to view all the characteristics.
Yes with the App it is possible to get notifcations. But I do not get them within my Code!