Pyrrha-Platform / Pyrrha-Z

Next-generation firmware built on the Zephyr RTOS.
Apache License 2.0
2 stars 0 forks source link

bluetooth: sensor data notifications #15

Closed bpbradley closed 2 years ago

bpbradley commented 2 years ago

This adds bluetooth notifications for new (or archived) sensor data.

bpbradley commented 2 years ago

Sensor notifications are working. I am having some connectivity issues on android specifically, but I think it is a permissions issue on the android side. Will need to investigate further in the future.

Notification log on pyrrha device image

Received notification on mobile testing app image

bpbradley commented 2 years ago

Also, it is correctly sending out archived records first when it pushes a successful notification. Once all archived records are sent and cleared from internal storage, it will start sending only new data. I did not test sending a large number of notifications through this interface, but it worked fine sending the small amounts I tested (10-20)