# mpy-examples **Repository Path**: Phoebus-Ma/mpy-examples ## Basic Information - **Project Name**: mpy-examples - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-05 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction [切换中文](docs/README.CN.md) Include esp32-serials and raspberry pi pico-serials. I will use esp32-c6 and rpi pico & pico2-w, However, often other products from the same manufacturer can also be used. # Micropython - [MicroPython](https://micropython.org/) ## esp32 - esp32 - esp32-s2 - esp32-s3 - esp32-c2 - eps32-c3 - esp32-c5 - esp32-c6 - esp32-c61 - esp32-h2 - esp32-p4 ## rpi-pico - pico - pico-w - pico2 - pico2w # Install micropython ## esp32 Example for esp32-c6, Download firmware: - Main page: [esp32-c6](https://micropython.org/download/ESP32_GENERIC_C6/) ; - Firmware : [ESP32_GENERIC_C6-20250415-v1.25.0.bin](https://micropython.org/resources/firmware/ESP32_GENERIC_C6-20250415-v1.25.0.bin) ; - EspTool : [flash download tool](https://dl.espressif.com/public/flash_download_tool.zip) ; download `ESP32_GENERIC_C6-20250415-v1.25.0.bin`, then use espressif flash download tool or thonny flash to esp32-c6. ## rpi-pico Example for pico2-w. - Main page: [pico2-w](https://micropython.org/download/RPI_PICO2_W/) ; - Firmware : [RPI_PICO2_W-20250415-v1.25.0.uf2](https://micropython.org/resources/firmware/RPI_PICO2_W-20250415-v1.25.0.uf2) ; Detect pico2-w for usb storage, copy `RPI_PICO2_W-20250415-v1.25.0.uf2` to pico2-w usb disk. # IDE - Thonny - VS Code - Pycharm # Source Code - [esp32](esp/README.md) - [rpi-pico](rpi/README.md) # External - MicroPython - CircuitePython - PyMite - Zerynth - emPython - Ripple - Transcrypt - QuecPython - Pycopy - OpenMV - Loboris Micropython # Simulator - [wokwi](https://wokwi.com/) - [Renode](https://renode.io/) - [esp32 qemu](https://github.com/espressif/qemu) - [ESP-IDF Simulator](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/qemu.html) - [Proteus](https://www.labcenter.com/) - [Simulink](https://www.mathworks.com/) - [TinyGo](https://tinygo.org/) - [PlatformIO](https://platformio.org/) # License MIT License.