MicroPython WebPad
- See https://github.com/nickzoic/mpy-webpad/
- Use serial terminal to set up device on network, record IP address, import webrepl_setup and set password
- Enter device IP address and WebREPL password at top
- Click 'Connect' to connect ES8266 by Wifi
- MicroPython version info should be displayed.
- Type some Python in the box (CodeMirror)
- Click 'Execute' to run MicroPython code
- Expressions are evaluated but not printed -- print(expr) to display a value
- It's asynchronous, so loops and sleeps are fine.