Category Electronics

ESP32 Digital Clock using TM1637

In this post we will Learn how to build a real-time ESP32 digital clock using a TM1637 4-digit display and NTP time sync. This tutorial covers complete wiring, Arduino code, WiFi setup, and troubleshooting common issues like ESP32 reset and…

Mosquitto MQTT Broker on Raspberry Pi

What is MQTT? MQTT stands for Message Queuing Telemetry Transport.MQTT is a lightweight publish/subscribe messaging protocol designed for M2M (machine to machine) telemetry in low bandwidth environments. What Port does MQTT Normally Use?The standard port that MQTT use is 1883.Can…