Bluetooth for Pyboard 1.1

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
Leonovsky7
Posts: 2
Joined: Mon Mar 14, 2022 2:31 am

Bluetooth for Pyboard 1.1

Post by Leonovsky7 » Mon Mar 14, 2022 11:17 pm

Howdy, I've got a JY-MCU HC-05 Bluetooth module and a PyBoard 1.1 I was wondering if there's any detailed instruction in how to properly set it up so that I can use REPL remotely.

tepalia02
Posts: 99
Joined: Mon Mar 21, 2022 5:13 am

Re: Bluetooth for Pyboard 1.1

Post by tepalia02 » Fri Apr 01, 2022 2:46 pm

This library may help you: https://github.com/KipCrossing/PyBoard-HC05-Android
This tutorial does not use the board that you're using. But you may get some clues from here: https://www.youtube.com/watch?v=kVExDkRgeOE

Post Reply