boffti / flex

Flex is a simple Android App to connect to a Gesture based glove. It receives the data from the glove through bluetooth and using a TTS library, converts the gesture data to words and reads them out loud.
0 stars 0 forks source link

Bluetooth Library for communicating with Microcontroller. #3

Closed boffti closed 8 years ago

boffti commented 8 years ago

I have found the perfect bluetooth library to include in the app which will enable the App to communicate with a microcontroller. Its called BlueDuff. I'll attach the link to it. https://github.com/Marchuck/BlueDuff

This enables the app to act as just a receiver for incoming bluetooth data, Have a look at it.