About 73 results
Open links in new tab
  1. 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 microcontrollers and in …

  2. Overview — MicroPython latest documentation

    1 day ago · This is the documentation for the latest development branch of MicroPython and may refer to features that are not available in released versions. If you are looking for the documentation for a …

  3. 1. Getting started with MicroPython on the ESP8266 — MicroPython …

    An older version (at least 1.2.1 is needed) works fine but will require Python 2.7. Any other flashing program should work, so feel free to try them out or refer to the documentation for your board to see …

  4. Quick reference for the ESP32 — MicroPython latest documentation

    It also includes a troubleshooting subsection. General board control The MicroPython REPL is on UART0 (GPIO1=TX, GPIO3=RX) at baudrate 115200. Tab-completion is useful to find out what …

  5. 1. Getting started with MicroPython on the ESP32 — MicroPython …

    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 chip’s …

  6. 2. Pulse Width Modulation — MicroPython latest documentation

    2. Pulse Width Modulation Pulse width modulation (PWM) is a way to get an artificial analog output on a digital pin. It achieves this by rapidly toggling the pin from low to high. There are two parameters …

  7. 6. GPIO Pins — MicroPython latest documentation

    A hard interrupt will trigger as soon as the event occurs and will interrupt any running code, including Python code. As such your callback functions are limited in what they can do (they cannot allocate …

  8. MicroPython tutorial for ESP32

    4 days ago · The tutorial does not assume that you know Python, but it also does not attempt to explain any of the details of the Python language. Instead it provides you with commands that are ready to …

  9. MicroPython tutorial for ESP8266

    4 days ago · The tutorial does not assume that you know Python, but it also does not attempt to explain any of the details of the Python language. Instead it provides you with commands that are ready to …

  10. MicroPython on microcontrollers — MicroPython latest documentation

    MicroPython has a cross compiler capable of compiling Python modules to bytecode (see the README in the mpy-cross directory). The resulting bytecode file has a .mpy extension; it may be copied to the …