06-24-2021, 11:10 AM
I have an iPad Mini and other devices and no issues.
In Audio Config make sure the Pairing Agent is ON and then from the iPad Bluetooth screen tap on "Moode Bluetooth" and it should connect in a few seconds. iDevices don't have a separate pairing process, then perform pair + connect in one step.
Note that Bluetooth signal is sensitive to attenuation by physical substances, 2.4 G interference, etc. For example if your Pi is in a metal enclosure there will be issues with WiFi and Bluetooth signals.
If you want to try command line to troubleshoot then
-Tim
In Audio Config make sure the Pairing Agent is ON and then from the iPad Bluetooth screen tap on "Moode Bluetooth" and it should connect in a few seconds. iDevices don't have a separate pairing process, then perform pair + connect in one step.
Note that Bluetooth signal is sensitive to attenuation by physical substances, 2.4 G interference, etc. For example if your Pi is in a metal enclosure there will be issues with WiFi and Bluetooth signals.
If you want to try command line to troubleshoot then
Code:
sudo /var/www/command/bt.sh --h
pi@rp1:~ $ sudo /var/www/command/bt.sh -h
** BlueMoode version 1.5
**
** Usage: bt.sh [OPTION]
** -i initialize/reset controller
** -s scan and trust devices
** -l list discovered devices
** -p list paired devices
** -c list connected devices
** -d disconnect device <MAC addr>
** -r remove paired device <MAC addr>
** -P pair with device <MAC addr>
** -C connect to device <MAC addr>
** -D disconnect all devices
** -R remove all pairings
** -h help
-Tim