|
1 | 1 | #BasicAirData BluetoothHelper<br>[](https://github.com/BasicAirData/BluetoothHelper/releases)[](https://raw.githubusercontent.com/BasicAirData/GPSLogger/master/LICENSE) |
2 | | -##Bluetooth Java Class for Android |
| 2 | +A Bluetooth Java Class for Android.<br> |
| 3 | +Offered by[BasicAirData](http://www.basicairdata.eu) - Open and free DIY air data instrumentation and telemetry |
| 4 | +##Description |
3 | 5 | This Java Class implements an easy message-based Bluetooth wireless communication layer between an**Android device** (the client) and a**Microcontroller** (the server).<br> |
4 | 6 | Using this class you can Connect, Disconnect, Send String messages, Receive String messages via Listener (best way) or by explicit polling, automatically reconnect and check the status of your Bluetooth connection in a simple and thread-safe way. |
5 | 7 |
|
@@ -89,11 +91,6 @@ The repo includes also a very simple but fully functional example, that shows ho |
89 | 91 | - <b>Arduino/BluetoothHelperExample/</b> = The sketch for Arduino; this example (ready to be uploaded on Arduino 2009) is made to communicate with the example app; |
90 | 92 | - <b>doc/</b> = The related documentation. The folder includes the API documentation of the Class and the electrical scheme of the microcontroller circuit, showing one of the possible hardware configurations (Arduino 2009 + BlueSMIRF Gold); |
91 | 93 |
|
92 | | -##General Information |
93 | | -[BasicAirData](http://www.basicairdata.eu) Open and free DIY air data instrumentation and telemetry.<br> |
94 | | - |
95 | | -[What is BasicAirData?](http://www.basicairdata.eu/attachments/others/BAD%20Brochure.pdf) |
96 | | - |
97 | 94 | ##Reference documents |
98 | 95 |
|
99 | 96 | [Code of conduct](CODE_OF_CONDUCT.md) |
|