PinnedRobotics Project PortfolioAs a hobby roboticist, I have made multiple projects using ROS and ROS2 and with simple microcontrollers like Arduino and Esp32. I have…Feb 1Feb 1
PinnedMy ESP32 Project PortfolioAs an electronics hobbyist, I’ve really enjoyed exploring the capabilities of the ESP32 microcontroller board. Over the years, I’ve built…Nov 2, 2024Nov 2, 2024
🧠 Header File Fundamentals and Best Practices in C++Whether you’re building embedded firmware or large-scale C++ applications, header files are essential to organizing your code, managing…Jun 23Jun 23
Published inEngineering IoTReal-Time Color Detection with ESP32-CAM and HSV Thresholding: A Complete IoT Computer Vision…Computer vision has become increasingly accessible with affordable microcontrollers and powerful libraries. In this comprehensive guide…Jun 11Jun 11
Published inEngineering IoTSetting Up a Mosquitto MQTT Broker on Ubuntu: A Comprehensive GuideIn the world of IoT (Internet of Things), reliable communication between devices is paramount. MQTT (Message Queuing Telemetry Transport)…May 29May 29
Published inEngineering IoTESP32 Hack: Real-Time Graphs Without Storing Data!In many ESP32 web applications, we want to visualize live sensor data in the browser with graphs. However, saving historical data on the…May 20May 20
Published inEngineering IoTEliminating Race Conditions with Specialized Registers ESP32 Baremetal ProgrammingIn the world of embedded systems and microcontroller programming, race conditions represent one of the most challenging bugs to diagnose…May 7A response icon2May 7A response icon2
Published inEngineering IoTBaremetal ESP32 Programming: Direct Register Access for LED ControlIn the world of embedded systems, there’s a substantial difference between using high-level abstractions and programming directly at the…Apr 29Apr 29
How to Fix a USB Drive That Doesn’t Show Storage After Formatting on LinuxEver plugged in your USB stick after formatting, only to find it mysteriously shows no storage space? Don’t panic — this is a common issue…Apr 21Apr 21
Published inEngineering IoTCreating a Captive Portal on ESP32: A Complete GuideEver wondered how public WiFi networks automatically redirect you to their login page? That’s a captive portal in action. In this guide…Apr 17Apr 17