Solution to "No Bluetooth adapter found" on RaspberryPi 3
1 min read
If you see this:

It probably means your Bluetooth service is stopped:
Try this:
sudo service bluetooth start
```text
then
```bash
sudo service bluetooth statusIf that doesn’t work, try this:https://www.pi-supply.com/make/fix-raspberry-pi-3-bluetooth-issues/
Jon
Share: