June 2017 archive

MicroPython WebREPL on Android

MicroPython WebREPL on Android

I created an app (apk) to run MicroPython WebREPL on Android. Imagine you have your ESP8266 (with the MicroPython firmware) in some location where the only access to it is via a wireless connection. If you need to access and change/control it, you will need WebREPL. Of course, a wireless enabled laptop would get access …

Continue reading

ESP8266 MicroPython Firmware

ESP8266 WiFi Transceiver Module

To enhance the capabilities of the ESP8266 there are various firmware packages available. In my last post, I showed how to install NodeMcu which uses eLua. I am a big fan of the Python programming language, so I was very happy to see a Python version for the ESP8266. The ESP8266 MicroPython Firmware is available …

Continue reading

ESP8266 Custom Firmware

ESP8266 WiFi Transceiver Module

If you would like to go beyond the basic features in the ‘default’ ESP8266  firmware, it is possible (and relatively easy) to create your own ESP8266 custom firmware. With ESP8266 custom firmware, your possibilities for interaction with connected devices are almost endless. The reason why is that you can now connect pins on the ESP8266 …

Continue reading

Best Kept Secret

Yes, it is an ambiguous topic. No, I don’t think it should be hidden, however, the fact that this topic does not seem to garner much press could mean it has been a best kept secret. The “best kept secret” is the programming language Forth. For reference, take a look at “A  Beginner’s Guide to …

Continue reading