diff --git a/README.md b/README.md index 86430c4..9012070 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Using this class you can Connect, Disconnect, Send String messages, Receive Stri The library is compatible with android 4.0 (API 14) and newer. Here in this repo (in the Arduino/BluetoothHelperExample folder) you can also find a very simple example (around 100 lines of code, including comments) that shows how to use it.
-You can find a complete implementation of this library in BasicAirData [Air Data Bridge](https://github.com/BasicAirData/AirDataBridge).
+You can find a complete implementation of this library in BasicAirData [Air Data Bridge](https://github.com/BasicAirData/AirDataBridge). + For further information about this library and its usage you can read [this article](http://www.basicairdata.eu/projects/android/bluetooth-wireless-communication/).
## Dependencies