not logged in | [Login]

Software requirements on the PC

There is no need to install any kind of specific IDE or development environment. Micropython is already installed on the pyboard. However, you might want to use a python friendly editor or development environment according to your needs.

Driver requirements

The pyboard provides different USB-based interfaces. By default it will be recognized as a serial connection and a mass-storage device.

Linux

By default most distributions should come with appropriate modules for the pyboard.

Use dmesg and lsusb to confirm that the pyboard got recognized correctly. A new serial device should be found under the dev folder (e.g. /dev/ttyACM0).

The mass-storage part might be automounted already (if an automounter is used). Otherwhise, one should be able to mount the pyboard in the same way like any USB memory device.

MAC OS

Windows

Windows will recognize the pyboard mass-storage unit by default. However, Windows requires an additional driver for the serial connection. The driver is available on the pyboard storage.

For Windows < 8 one can install the driver and since it is not signed by Microsoft, one has to approve a warning message and confirm the installation manually.

For Windows 8, this manual approval step is not longer available. It requires to reboot Windows into a special mode, which enables installation of unsigned drivers. More information can be found here

After installation, one might want to install a program for serial connection like putty or hyperterminal.