If I receive data on the UART that comes in via its event handler, how can I then create an event to wake up from sd_app_event_wait and do further processing from the application main loop?
If I receive data on the UART that comes in via its event handler, how can I then create an event to wake up from sd_app_event_wait and do further processing from the application main loop?
Ole,
Thank you for your quick reply. I already posted a question about the scheduler as it was my first choice. However bonding does not seem to work when using the scheduler, see devzone.nordicsemi.com/.../bondmanager-and-scheduler
I hadn't seen that question, but I've just answered it. There shouldn't be any problems with bonding when using the scheduler, this is implemented in for example ble_app_hids_keyboard.
I hadn't seen that question, but I've just answered it. There shouldn't be any problems with bonding when using the scheduler, this is implemented in for example ble_app_hids_keyboard.