ESP8266 Using 1.44'' TFT module with ESP8266 using Javascript This tutorial focuses on how to use 1.44'' colour TFT screen 128x128, also known as Nokia 5110 replacement, using JavaScript. You can easily replace it with Nokia 5110 in your existing projects by keeping the connections exactly the same.
ESP8266 Programming ESP8266 using Javascript with Espruino Javascript is a true full stack language. I can run on clients, servers, cloud and desktop environments. With Espruino it's also possible to run on micro controllers.
ESP8266 Installing MicroPython for ESP8266 I was using Arduino IDE and C++ to program my IOT devices built around ESP-12E. But, I was in need of a higher level language to easily manage my HTTP requests from the device as a client; or, create a small web server in the device itself. So I decided to use MicroPython.
ESP8266 Using AWS Lambda & API Gateway with ESP8266 over HTTPS I know there are some very good IOT services such as Blynk and ThingsSpeak, but as a full stack developer I like being in full control. So this post is not about those