Hardware Hacking
MQTT – The Heart of IoT Communication
Jun 07, 2020 Hardware Hacking

In the world of IoT (Internet of Things), devices need a lightweight and reliable way to communicate. Enter MQTT (Message Queuing Telemetry Transport)—a protocol designed for efficient and real time...

Tic-Tac-Toe Game with Atmega 256 MicroController
Mar 06, 2020 Hardware Hacking

In this blog, I’ll walk you through how I built a Tic Tac Toe game using an AVR microcontroller, a 4x3 keypad, and a 3x3 grid of LEDs. This project is a fun way to combine embedded programming, game...