Jon Gallant

Solution to "No Bluetooth adapter found" on RaspberryPi 3

1 min read

If you see this:

Screenshot

It probably means your Bluetooth service is stopped:

Try this:

Terminal window
sudo service bluetooth start
```text
then
```bash
sudo service bluetooth status

If that doesn’t work, try this:https://www.pi-supply.com/make/fix-raspberry-pi-3-bluetooth-issues/

Jon

Share:
Share on X