From a338d4ac0202c145ddbbc89b4614ef8cfceae80a Mon Sep 17 00:00:00 2001 From: Adam Greenwood-Byrne Date: Tue, 11 Aug 2020 22:13:48 +0100 Subject: [PATCH] Updating the docs to reflect Bluetooth changes --- part7-bluetooth/README.md | 2 ++ part8-breakout-ble/README.md | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 part8-breakout-ble/README.md diff --git a/part7-bluetooth/README.md b/part7-bluetooth/README.md index bc81c6c..e722b89 100644 --- a/part7-bluetooth/README.md +++ b/part7-bluetooth/README.md @@ -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) diff --git a/part8-breakout-ble/README.md b/part8-breakout-ble/README.md new file mode 100644 index 0000000..2df0d99 --- /dev/null +++ b/part8-breakout-ble/README.md @@ -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.