Web Server for ESP32 and ESP8266 Software Update Over the Air

I developed a web server for uploading and handling binary images and serving them to ESP32 and ESP8266 boards. Also, I implemented over the air updating for my ESP32 and ESP8266 boards to enable upgrading of boards I don’t have physical access to. In this post I’ll document how I implemented the web server –…

Multi-Architecture Images for Docker Hub

Multi-architecture Docker images can be created using Docker Manifest and pushed to Docker Hub. I’ll give an example on how to do this. Normally when you build a Docker image and push it to Docker Hub it will work on the architecture on which you build it. For a recent project I needed to implement…