rpi4-osdev/part8-breakout-ble/README.md
2021-02-15 17:22:09 +00:00

716 B

Writing a "bare metal" operating system for Raspberry Pi 4 (Part 8)

Breakout with a Bluetooth controller

A very early demo of how we might control our Breakout game using the simple BLE techniques we learned in part7-bluetooth.

Todo

  • Write up scanning implementation (receiving advertising reports)
  • Write up device detection (service UUID & name matching)
  • Write up ACL notification of characteristic change (using bleno echo example)