Flutter/Dart Package for SmartConfig Provisioning of ESP Devices

This Dart package brings EspTouch and EspTouchV2 SmartConfig protocols directly into your Flutter projects that uses ESP32. Written entirely in Dart, it integrates easily and works across Windows, Linux, macOS, Android, and iOS. What Is SmartConfig? SmartConfig is a technology that helps you connect new Wi-Fi devices to a network…

ESP-IDF on WSL2 – Build, Flash and Monitor

After I published a post about idfx (tool for flashing ESP-IDF applications on WSL2) I have decided to describe in this post a complete process about how to install ESP-IDF on WSL2 and how to use idfx. This post is written form of my youtube video about the same topic….

idfx – Tool for flashing ESP-IDF apps on WSL2

If you haven’t already heard for WSL2 (Windows Subsystem for Linux) that is a great feature of Windows that lets us to run Linux OS directly on Windows like any other application, without the overhead of a traditional virtual machine or dualboot setup. WSL2 becomes very helpful especially for the…

Real-Time RFID-Based Attendance System

This project offers a streamlined solution for tracking employee attendance using RFID technology, an efficient and popular approach in modern workplaces. Each employee possesses an RFID card embedded with a unique identification number. Upon swiping the card over the RFID module, the system reads the ID and instantly transmits it…

WiFi-Controlled RC Car with Web-Based Interface

This project uses the ESP8266 chip, but in a unique server role, creating a dynamic interface for controlling an RC car via a WiFi network. Upon connecting to the server’s IP address via a web browser on a mobile device, users are presented with a JavaScript application. This app establishes…