JF
|
68240704c7
|
Add support for BLE notification (ANS client).
Work In Progress!!!
|
2020-03-25 21:23:40 +01:00 |
|
JF
|
eabb54f15d
|
Workaround for a issue when the FDS (flash data storage for BLE softdevice)) memory is full (it prevent the app from running correctly and just display a black screen) : if the fds cannot init, erase the memory and try again.
|
2020-03-15 18:00:41 +01:00 |
|
JF
|
4ffd8d1c91
|
Call ble_manager_init_peer_manager() _after_ the scheduler has been started. This fixes an issue that would prevent the firmware from running correctly after a full reset or after the flashing of the firmware.
Before this fix, ble_manager_init_peer_manager() was called before the scheduler, which trigged an assert in an IRQ routine.
|
2020-03-06 21:50:29 +01:00 |
|
JF
|
6abf12ffb7
|
Detect BLE disconnection (in addition to BLE connection) and update the display accordingly.
|
2020-01-12 16:39:03 +01:00 |
|
JF
|
b744b96622
|
Add DateTimeController to manage the time.
Use messages in message queues to refresh the UI
|
2019-12-28 14:34:50 +01:00 |
|
JF
|
e8f9304d37
|
Code cleaning, implement BT connection, advertising, discovery and CTS in ble_manager module.
|
2019-12-23 19:57:45 +01:00 |
|