Skip to content
Rajanikant Deshmukh edited this page Jul 7, 2019 · 1 revision

BluBot Wiki

Welcome to the BluBot wiki! BluBot helps you to connect to the Bluetooth development boards easily. This page has basic information about application build and other documentation. The corresponding code on development boards can be found in these pages:

Control Board Default Configuration

Button (Android) Command (Dev Board) Signal Value (Hex)
A a 0x0a
B b 0x0b
C c 0x0c
D d 0x0d
Up up 0x01
Down down 0x02
Left left 0x03
Right right 0x04
Zero zero 0x00
Close close 0xFF

Other Configs

  1. The UUID used for RFCOMM channels is 00001101-0000-1000-8000-00805F9B34FB. See createRfcommSocketToServiceRecord(java.util.UUID) for more details.

References

  1. http://blog.davidvassallo.me/2014/05/11/android-linux-raspberry-pi-bluetooth-communication/
Clone this wiki locally