This is good but could use some cleaning up: - [ ] Avoid `from something import *`, instead maybe `import bluetooth as bt` - [ ] Consider generating UUIDs and how to connect them to the app. At a minimum, if this stays as-is, it needs to be documented in the setup documentation.