Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 3 months ago.
How to send notifications to central ?
Hello,
How to modify this exemple to send notifications to central ?
Thank you.
Question relating to:
1 Answer
9 years, 2 months ago.
The Nordic UART service has 2 characteristics: Rx and Tx. The Rx characteristic has the notifying property. You need to enable the notification from the central side in your iOS/Android app. When you receive data on the Rx line, the Rx characteristic value is updated and the notification is fired, causing the didUpdateValueForCharacteristic method to be called in your app.