-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jose Jimenez edited this page Nov 5, 2020
·
14 revisions
Welcome to the Go_Kart wiki!
- enable Bluetooth connection from pi to Bluetooth module HC-05/06hcitool scan
// to scan local device mac addresses
sudo rfcomm bind <filename> <mac address of bluetooth module>
// note file name can be example: 0, name. resulting to /dev/rfcomm0, /dev/name
sudo rfcomm release <filename>