Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Accessing Micro Python on the IoT NodeIntroduction | ||||||||
Line: 49 to 49 | ||||||||
For IoT we need in addition: MQTTfx ( http://www.jensd.de/apps/mqttfx/1.7.0![]() | ||||||||
Added: | ||||||||
> > | For Windows usersThe installation of the tools is similar as for Ubuntu. You must install realterm![]() ![]() | |||||||
Installing uPyCraft and burning micropython into the WeMos D1 mini flashTo install uPyCraft, clone it with git: | ||||||||
Line: 57 to 68 | ||||||||
cd uPyCraft-Qt5 | ||||||||
Changed: | ||||||||
< < | ./uPyCraft.py | |||||||
> > | ./uPyCraft.py (you may also want try the binary uPyCraft found in the dist directory) | |||||||
It should ask you if you want the examples to be installed to which you answer "yes" |