-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Rajanikant Deshmukh edited this page Jul 7, 2019
·
1 revision
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:
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 |
- The UUID used for RFCOMM channels is
00001101-0000-1000-8000-00805F9B34FB
. See createRfcommSocketToServiceRecord(java.util.UUID) for more details.