About 27,800 results
Open links in new tab
  1. MicroPython-Board-Catalog + compiled firmware - MicroPython …

    Apr 29, 2021 · The idea is to build a "MicroPython boards catalog" wich list the boards supporting MicroPython (static, nightly updated) and based on static data (like CircuitPython.org does but …

  2. ulab, or what you will - numpy on bare metal - Page 6

    Nov 4, 2019 · MicroPythonForumThe MicroPython LanguageDevelopment of MicroPython ulab, or what you will - numpy on bare metal

  3. esp32 micropython and proteus | Forum for Electronics

    Dec 1, 2023 · Bonjour, I'm French, please excuse my English... After some research, I can't simulate an ESP32 card equipped with the micropython interpreter in Proteus. Is it possible? If …

  4. Larger fonts on SSD1306 OLED displays - Page 3 - MicroPython …

    Dec 11, 2024 · Showroom for MicroPython related hardware projects. Target audience: Users wanting to show off their project!

  5. nrf52: external file system - MicroPython Forum (Archive)

    Feb 10, 2021 · Are external file systems (i.e. on an attached flash chip) supported for the nrf52? The on-chip flash is only 1MBytes that are shared between the interpreter and user files. An …

  6. Cross compiling to arm-linux - MicroPython Forum (Archive)

    Apr 9, 2018 · MicroPythonForumThe MicroPython LanguageGeneral Discussion and Questions Cross compiling to arm-linux

  7. [SOLVED] - ESP32-S3-A7670E-4G | Forum for Electronics

    Jun 9, 2025 · I'm trying to write and read from the sdcard, in the code snippet that follows I have doubts about how to define the pins of my esp32-s3-a7670E-4g...

  8. Micropython on ESP32-C3 - Page 3 - MicroPython Forum (Archive)

    Oct 14, 2021 · What is the current status of MicroPython on ESP32-C3 chip? Is it production ready? The release notes for v1.17 (latest stable to date) says "initial support for ESP32-C3 …

  9. Modules - Device Drivers - Page 2 - MicroPython Forum (Archive)

    Nov 13, 2019 · Yes, I've read about the hardware support, but it only supports a small number of encoders. I also tried the example by dyhlands, but it did not seem to work as reliable as my …

  10. How do I read keyboard input without waiting for the user to …

    May 7, 2021 · A more advanced option is to build your own MicroPython firmware with an additional USB Virtual Serial Port so you can read from that using a terminal program while …