Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.
Rajanikant Deshmukh edited this page Jan 20, 2018 · 6 revisions

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
Close close 0x05
Board Signals
Control Board Signals

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