You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that, you can follow standard methods to attach to /dev/ttyS1 using hciattach and configure BT/BLE. The important parameter that took me some digging to find is the baud rate is 1500000.
Example:
# hciattach -s 1500000 /dev/ttyS1 any 1500000
Device setup complete
# hciconfig hci0 up
# hciconfig set name MY_BT_DEV
# hciconfig hci0 down
# hciconfig hci0 up
# bluetoothctl power on
Changing power on succeeded
# bluetoothctl pairable on
Changing pairable on succeeded
# bluetoothctl discoverable on
Changing discoverable on succeeded
[CHG] Controller XX:XX:XX:XX:XX:XX Discoverable: yes
We can't find the bluetooth device, and there havn't more details about the bluetooth.
The text was updated successfully, but these errors were encountered: