Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harbaum/upide
uPIDE is a simple IDE for Micropython
https://github.com/harbaum/upide
esp32 esp8266 ide micropython
Last synced: 20 days ago
JSON representation
uPIDE is a simple IDE for Micropython
- Host: GitHub
- URL: https://github.com/harbaum/upide
- Owner: harbaum
- Created: 2021-07-02T12:56:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T06:22:48.000Z (about 1 year ago)
- Last Synced: 2024-08-04T00:07:32.087Z (3 months ago)
- Topics: esp32, esp8266, ide, micropython
- Language: Python
- Homepage:
- Size: 7.91 MB
- Stars: 22
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-micropython - uPIDE - µPIDE is a simple IDE for MicroPython. (Development / IDEs)
README
# µPIDE - Micropython IDE
µPIDE is a Micropython IDE in the spirit of the Arduino IDE or
uPyCraft. It's targetting absolute beginners.![upide](upide.png)
It's meant to make working with Micropython as easy as possible. All
the work is done on the target device and python files can be created,
edited, run etc from with the µPIDE. No further tools are needed.## Status
µPIDE has been tested with the ESP32, ESP8266, PyBoard V1.1, Lego
Spike, the Raspberry Pi Pico and the ftDuino32.A single-exe binary for windows and also for Linux can be found in the
[releases](https://github.com/harbaum/upide/releases/latest).The µPIDE includes a flasher for the ESP32 and ESP8266
boards. Tegether with the included firmware images getting started
doesn't require any other software.![esp flasher](esp_flasher.png)