Updating the docs to reflect Bluetooth changes

This commit is contained in:
Adam Greenwood-Byrne 2020-08-11 22:13:48 +01:00
parent d42d4b33fc
commit a338d4ac02
2 changed files with 8 additions and 0 deletions

View file

@ -109,5 +109,7 @@ Todo
* Write up scanning implementation (receiving advertising reports)
* Write up advertising implementation (simple Eddystone Beacon)
* Write up device detection (service UUID & name matching)
* Write up ACL notification of characteristic change (using [bleno echo example](https://github.com/noble/bleno))
![Working Eddystone Beacon on RPi4](images/7-eddystone-beacon.png)

View file

@ -0,0 +1,6 @@
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.