mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-09 11:50:40 +00:00
Updating the docs to reflect Bluetooth changes
This commit is contained in:
parent
d42d4b33fc
commit
a338d4ac02
2 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
|
6
part8-breakout-ble/README.md
Normal file
6
part8-breakout-ble/README.md
Normal 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.
|
Loading…
Reference in a new issue