rpi4-osdev/part7-bluetooth/README.md

12 lines
583 B
Markdown
Raw Normal View History

2020-07-23 19:44:03 +00:00
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!_