44
Text Recognition — ESP32-CAM + OCR
A real-time OCR pipeline: an ESP32-CAM captures images and streams them to a Python backend where Tesseract extracts the text. My most-starred repository.
- ESP32-CAM
- PlatformIO
- Python
- Tesseract OCR
- OpenCV
24
RF Communication with ESP32
Reliable point-to-point RF communication between two ESP32 devices using the RadioHead library — transmitter and receiver firmware.
21
ESP32 Web Server with FreeRTOS
An IoT web server running on ESP32 with FreeRTOS handling task scheduling — serving a live dashboard while managing sensors concurrently.
- ESP32
- FreeRTOS
- C
- IoT
- HTML / CSS / JS
Device Drivers
A collection of low-level device drivers written in C — hands-on work with peripherals, registers, and communication protocols.
ESP-IDF Projects
Projects built directly on Espressif's IDF framework — going below Arduino abstractions for finer control of the ESP32.