Skip to content
Jose Jimenez edited this page Nov 5, 2020 · 14 revisions

Welcome to the Go_Kart wiki!

Personal Notes

- enable Bluetooth connection from pi to Bluetooth module HC-05/06

link

hcitool 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>
Clone this wiki locally