Hallo,
ich möchte gerne einen Raspberry PI mit einem HC-05 Bluetooth LE seriellen Modul verbinden.
Auf meinem Android Handy connecte ich das Ding und sehe den gesendeten Text im 'Serial Bluetooth Terminal', das geht.
Auf dem raspi in der command line starte ich den bluetoothctl agenten und bekomme dessen prompt. Ich schalte alles ein (power on, pairable on, discoverable on, advertise on, scan on) und sehe bei 'devices' meinen 85:F2:D2:71:19:08 HC-05. Man sieht auch gut wie raspi und HC-05 ab und zu ihre Gesprächslautstärke ändern: RSSI: -61
'trust 85:F2:D2:71:19:08' und dann 'info 85:F2:D2:71:19:08' sagt 'Trusted: yes', gut.
'connect 85:F2:D2:71:19:08' sagt aber: Attempting to connect to 85:F2:D2:71:19:08 Failed to connect: org.bluez.Error.Failed le-connection-a
Und 'pair 85:F2:D2:71:19:08' sagt Attempting to pair with 85:F2:D2:71:19:08 Failed to pair: org.bluez.Error.AuthenticationRejected
Was ist denn da das Problem? Wie komme ich weiter?
THX Cheers Detlef