Hallo,
In my project, I use a CC2541 for reading temperature and humidity via I²C, and sending this values via BLE to a collector.
For sending this values I use notifications. As base I use the simpleBlePeripheral project. This part works!
But now I want also receive a notification from the collector. So for handle this, I have to know in which task an eventbit will be set if I receive that notification.
I would be really happy if anybody can help me
Best Greetings
Alex
As far as I know, notifications and indications are only from the slave point of view.
Please click the Verify Answer button on a post if it answers your question! :)
Further to Kazola's response - from the collector (central) to peripheral you would use a GATT write / write no response not a notification