Package implements EspTouch and EspTouchV2 protocols of SmartConfig technology and it is fully written in plain Dart language which means that it can be used in any Flutter projects as…
Tag: esp8266
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…
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…
RFID Attendance System
Very efficient and common solution nowadays for measurement of employees attendance time on job. Every employee has his own RFID card with already unique identification number attached to it. When…
RC Car Controlled via WiFi
One more project where I was use ESP8266, but this time in the role of server. When the user accesses an server IP address via web browser on mobile phone,…