Skip to content

Run application

Lupin3000 edited this page Jun 15, 2025 · 7 revisions

Update

If you don't want to use git, you can also download the software as a ZIP file to your system! Please note, that you may need to reconfigure the Python virtualenv.

# change into cloned root directory
$ cd MicroPython-Firmware-Studio/

# pull latest changes
$ git pull

Run

# change into cloned root directory
$ cd MicroPython-Firmware-Studio/

# activate Python virtualenv (macOS & Linux)
$ source venv/bin/activate

# activate Python virtualenv (Windows)
$ .\.venv\Scripts\activate

# run application
(.venv) $ python3 main.py

After MicroPython firmware flashing was successful you can use rshell to connect.

# connect to device
(.venv) $ rshell -p <PORT>

Preview

Preview: macOS

Screenshot macOS

Preview: Linux

Screenshot Linux

Preview: Windows

Screenshot Windows

Clone this wiki locally