Added quick part7 README for now

This commit is contained in:
Adam Greenwood-Byrne 2020-07-23 20:44:03 +01:00
parent 7d1cd9b7dd
commit 724c77758e

11
part7-bluetooth/README.md Normal file
View file

@ -0,0 +1,11 @@
Writing a "bare metal" operating system for Raspberry Pi 4 (Part 7)
===================================================================
Getting Bluetooth up
--------------------
Controlling the RPi4 solely via a UART-connected laptop is not much fun. Our Breakout game deserves a better controller than that - ideally a wireless one.
In this part, we set up a second UART to communicate with the RPi4's onboard Bluetooth modem. There is nothing simple about Bluetooth, but it is at least simpler than USB, and that's the reason I've chosen to pursue it.
_Write-up coming soon!_