
MicroPython - Python for microcontrollers
MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on …
Python for microcontrollers - MicroPython
MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on …
MicroPython Store
This practical guide delivers the knowledge you need to roll up your sleeves and create exceptional embedded projects with this lean and efficient programming language. If you’re …
1. Getting started with MicroPython on the ESP32
Once you have the firmware on the device you can access the REPL (Python prompt) over either UART0, which might be connected to a USB-serial converter depending on your board, or the …
Getting Started — MicroPython latest documentation
The Unix port is a version of MicroPython that runs on Linux, macOS, and other Unix-like operating systems. It’s extremely useful for developing MicroPython as it avoids having to …
1. Introduction to the pyboard — MicroPython latest documentation
4. Turning on LEDs and basic Python concepts; 5. Switches, callbacks and interrupts; 6. The accelerometer; 7. Safe mode and factory reset; 8. Making the pyboard act as a USB mouse; 9. …
pyserial module/interface for embedded boards - MicroPython
Sep 17, 2016 · I'd figure out what subset of pyserial is used by, say, the Xbee driver and write a Python layer to map those calls onto the UART methods. An Xbee driver would be a great …
Overview — MicroPython latest documentation
5 days ago · Quick reference for the pyboard pinout for the pyboard, snippets of useful code, and a tutorial. Quick reference for the ESP8266 pinout for ESP8266-based boards, snippets of …
Extending MicroPython in C
5 days ago · This chapter describes options for implementing additional functionality in C, but from code written outside of the main MicroPython repository. The first approach is useful for …
MicroPython Store
MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on …