mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-08 19:30:39 +00:00
Added quick part7 README for now
This commit is contained in:
parent
7d1cd9b7dd
commit
724c77758e
1 changed files with 11 additions and 0 deletions
11
part7-bluetooth/README.md
Normal file
11
part7-bluetooth/README.md
Normal 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!_
|
Loading…
Reference in a new issue