Pyboard
Pyboard is a development board designed to run MicroPython, a lean implementation of Python 3 for microcontrollers. It was created by Damien George as the reference hardware platform for the MicroPython project, enabling direct experimentation with Python on embedded devices. The board is intended for education, prototyping, and demonstrations of hardware interfacing using high-level Python code.
The original Pyboard uses an ARM Cortex-M4 microcontroller from the STM32 family, commonly the STM32F405 or
Software and usage characteristics are centered on MicroPython. When connected to a computer, Pyboard exposes a
See also: MicroPython, Microcontroller, STM32, Damien George.