IOT Example: Remotely switch on/off and control brightness of an LED using MicroPython WebREPL So far, we have flashed MicroPython firmware onto an ESP8266 and setup WebREPL to run programs over WIFI on the chip. Now it's time for a hands-on excercise. We'll remotely switch on/off and control brightness of an LED using MicroPython WebREPL. Abhijit Ghosh 8 Mar 2017 · 5 min read
IOT How to setup WebREPL to connect to Python prompt (REPL) of ESP8266 over WIFI network? WebREPL daemon auto-start is disabled by default in MycroPython on ESP8266 for security reason. Here, we'll enable the same, connect to the REPL over WIFI using locally installed WebREPL client and run a "Hello World" program remotely on the chip. Abhijit Ghosh 23 Feb 2017 · 3 min read