Pyboard Hookup Guide
Contributors:
LightningHawk
Introduction
The pyboard is a powerful microcontroller board designed to run MicroPython code that also happens to be conveniently compact. There is a pyboard can be sold without headers and with headers.
Materials Required
- A Computer
- Windows(XP, Vista, 7, 8, 8.1) Not Windows 10
- Mac OS X
- Linux
- A Micro-B USB cable
- Your favorite text editor
sudo apt-get update
<div class="well well-sm"> sudo apt-get install vim</div>
* [Gedit](https://help.gnome.org/users/gedit/stable/)
<div class="well well-sm"> sudo apt-get install gedit</div>
- Your Favorite Serial Terminal
Suggested Reading and Viewing
Here is great video tutorial from MicroPython on getting started with your pyboard: