PyBoard HC05 Android

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
User avatar
Kip
Posts: 31
Joined: Sat Dec 26, 2015 7:23 am

PyBoard HC05 Android

Post by Kip » Wed Sep 13, 2017 11:02 am

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.

Post Reply