ESP32 WiFi Scanner EP6: Add Battery Voltage and Percentage Monitoring
In Episode 6 of the ESP32 Portable WiFi Scanner project, we take the project one step further by adding battery monitoring. The scanner is designed to run as a portable…
In Episode 6 of the ESP32 Portable WiFi Scanner project, we take the project one step further by adding battery monitoring. The scanner is designed to run as a portable…
In the previous episode, we expanded our ESP32 WiFi Scanner by adding BLE scanning and battery/power support. In this episode, we take the project one step further by introducing a…
In the previous episodes of the ESP32 Portable Wi-Fi Scanner project, we built the project step by step. In Episode 1, we created a basic Wi-Fi scanner that displayed nearby…

In Episode 1, we built a basic ESP32 Wi-Fi scanner and displayed nearby Wi-Fi networks on the Serial Monitor. In Episode 2, we moved toward a graphical interface by setting…
Introduction Welcome to Episode 2 of the ESP32 Wi-Fi Scanner Project. In Episode 1, we built a basic Wi-Fi scanner that displayed nearby Wi-Fi networks on the Serial Monitor. In…
WiFi is everywhere around us. Have you ever wondered how many WiFi networks are available nearby and what information they broadcast? In this project, we’ll build a simple WiFi Scanner…

Manually creating Azure DevOps reports can be time-consuming and repetitive. In this guide, you’ll learn how to automate Azure DevOps (ADO) reporting using Python and generate HTML reports with just…

For this project we will be using a ESP32 with 16×2 I2C LCD display, but LCDs with other sizes should also work. The advantage of using an I2C LCD is…
This is in continuation to my earlier post on ESP32 Digital Clock using TM1637. Here we will see on how to build ESP32 Weather Clock with TM1637 Display using Weather…