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 2Nov 2
The Power of Starting Small: Why Tiny Steps Lead to Giant LeapsWe often dream big. We envision revolutionary ideas, groundbreaking achievements, and bold milestones that will change our lives or even…4h ago4h ago
Simplifying WiFi Configuration on ESP32 with WiFiManagerIn the world of IoT and embedded systems, the ESP32 has become a go-to microcontroller for its powerful features and WiFi capabilities…Nov 14Nov 14
ESP32 Firebase Integration: Real-time WiFi Monitoring and LED ControlIn this tutorial, we’ll walk through creating an IoT project using an ESP32 microcontroller and Firebase. Our project will monitor WiFi…Nov 5Nov 5
NVS Data Storage and Reading in ESP32: A Comprehensive GuideIn the world of IoT and embedded systems, efficient data storage and retrieval are crucial. For ESP32 developers, the Non-Volatile Storage…Nov 1Nov 1
Building a Real-time OCR System with ESP32-CAM: A Complete GuideIn this tutorial, we’ll explore how to build a real-time Optical Character Recognition (OCR) system using an ESP32-CAM module and Python…Oct 30Oct 30
File Management on ESP32: A Guide to LittleFS with PlatformIOIn the world of IoT and embedded systems, efficient file management is crucial. Today, we’ll explore how to leverage LittleFS (Little File…Oct 26Oct 26
Using LittleFS for File Operations on ESP32 with PlatformIOLittleFS (Little File System) is a lightweight filesystem designed for microcontrollers with a small amount of flash memory. In this guide…Oct 17Oct 17
Deep Dive into the Code: Analyzing a 4-bit MicroprocessorIn our previous post, we gave an overview of a 4-bit number crunching machine implemented in Verilog HDL. Now, let’s take a closer look at…Sep 30Sep 30