Block-style programming environment for making MicroPython program, based on MIT Scratch.
MicroWiz is built on Pharo Smalltalk 8.0. Almost all Model and UI are rewritten using Spec2.
You need to install MicroPython firmware on your device before using MicroWiz.
See,
- micro:bit [https://microbit-micropython.readthedocs.io/en/v1.0.1/]
- Maix Py [https://github.com/sipeed/MaixPy]
- other devices [https://micropython.org/download]
- Go to release page, and download the latest release file.
- Extract the zipped release file.
- Start Pharo.exe application.
(MicroWiz will automatically start.)
- Select appropriate device from [Device] menu.
- Plug serial cable into PC and device.
- Select port on top right pane then click Connect button.
- (make your program)
- Double click the block you made, then the program runs after sending to the device.
Metacello new
baseline: 'MicroWiz';
repository: 'github://EiichiroIto/MicroWiz/src';
load.
To start MicroWiz, select [Tools] - [MicroWiz].
MIT License