This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bluetooth in latest OpenPlotter?
#1
I'm trying to pair a bluetooth keyboard with my Pi4 based OpenPlotter ... I've installed various suggested bluetooth things, bluez, blueman etc ... but no icon appears in the top of the window for bluetooth devices.

I did have the kbd and mouse paired when it was running the previous version,  but after upograde to the latest version, only the mouse works and I can't figure out how to pair the kbd!

Help?
Reply
#2
After a bit of thinking I worked out the mouse was actually connecting via a logitech dongle I had forgotten about. Bluethooth is still not working.

I found in /boot/config.txt

dtoverlay=disable-bt

so I removed that. At some point I did:

sudo apt install bluetooth pi-bluetooth bluez blueman

When I try access blueman from the prefrences menu, after a few seconds it tells me it cannot connect to bluez or bluez is not running.

I've tried an /etc/init.d/bluetooth start .. but that doesnt seem to help.
Reply
#3
Ask an AI  Big Grin
from www.perplexity.ai

create a tutorial aboout using bluetooth on a raspberry pi using raspberry pi os buster
PERPLEXITY
Here's a tutorial on how to use Bluetooth on a Raspberry Pi running Raspberry Pi OS Buster:
First, make sure your Raspberry Pi is up to date by running the following commands in the terminal:
bash
sudo apt update
sudo apt upgrade

Next, install the Bluetooth tools by running the following command:
bash
sudo apt install bluetooth bluez blueman

Once the installation is complete, you can start the Bluetooth service by running the following command:
bash
sudo systemctl start bluetooth

You can check the status of the Bluetooth service by running the following command:
bash
sudo systemctl status bluetooth

To make sure the Bluetooth service starts automatically on boot, run the following command:
bash
sudo systemctl enable bluetooth

To scan for nearby Bluetooth devices, run the following command:
bash
sudo hcitool scan

This will display a list of nearby Bluetooth devices and their MAC addresses.
To pair with a Bluetooth device, run the following command:
bash
bluetoothctl

This will open the Bluetooth control interface. From here, you can run the following commands to pair with a device:
bash
power on
agent on
scan on
pair <MAC address>

Replace <MAC address> with the MAC address of the device you want to pair with.
Once the device is paired, you can connect to it by running the following command:
bash
connect <MAC address>

Replace <MAC address> with the MAC address of the device you want to connect to.
To disconnect from a device, run the following command:
bash
disconnect <MAC address>

Replace <MAC address> with the MAC address of the device you want to disconnect from.
To remove a paired device, run the following command:
bash
remove <MAC address>

Replace <MAC address> with the MAC address of the device you want to remove.
That's it! You should now be able to use Bluetooth on your Raspberry Pi running Raspberry Pi OS Buster. For more advanced usage, you can check out the resources listed below:
Bluetooth on the Raspberry Pi - Pi My Life Up
[How to Set Up Bluetooth on a Raspberry Pi - Howchoo]
2
[Bluetooth, BlueALSA and Buster]
3
2
: https://howchoo.com/pi/bluetooth-raspberry-pi
3
: https://www.sigmdel.ca/michel/ha/rpi/blu...01_en.html
Reply
#4
PaddyB - OP is using the latest OpenPlotter version. That uses the Bullseye OS not Buster n'est-ce pas? Just a question, no need to further exercise your patent adoration of AI.

Rszemeti - You say there is no Bluetooth icon, have you tried adding it to the panel?
Reply
#5
https://forum.openmarine.net/showthread.php?tid=4662
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)