Skip to content

roganding/Arduino.Bluetooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The communication between Arduino and other devices over Bluetooth.

What we need:

  • Arduino Leonardo
  • USB Bluetooth Dongle 4.0
  • direct-current motor
sudo apt-get install bluez bluez-tools
hciconfig
hcitool scan
bluez-simple-agent xx:xx:xx:xx:xx   # the bluetooth device you want to pair

In /etc/bluetooth/rfcomm.conf:

rfcomm 0 {
    bind no;
    device xx:xx:xx:xx:xx;
    channel 1;
    comment "Serial Port";
}
sudo rfcomm0 connect 0

About

Arduino communicate with raspberry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published