Page 1 of 1

PyBoard HC05 Android

Posted: Wed Sep 13, 2017 11:02 am
by Kip
It's a bit hacky, but I noticed some people looking for an example communicating with an android device via Bluetooth using an HC05 adapter and thought I'd upload my code.

Code here: https://github.com/KipCrossing/PyBoard-HC05-Android

It demonstrates being able to send and receive data. I attempted to design the app so that it will connect automatically with the HC05 (if paired).

If you would like to contribute to this project, let me know as it could definitely use a professional touch - especially on the android side.