Recently I’ve taken some time and upgraded my esp-discord library with features to send attachments and embeds. That gave me inspiration to finally make something with ESP32-CAM board that lays…
Author: Alija Bobija
Flutter/Dart package for SmartConfig provisioning of ESP devices
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…
Library for making Discord bots on ESP devices
This project is one of my favorite open sourced projects that I have made recently. One of the reasons why it is my favorite is that because in this project…
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…
PCB Exposure Box
In this project I have made exposure box for my PCB manufacturing with photolitography process. For exposure light I’m using 20W LED floodlight which is actually intended for outdoor use…
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,…
Distributed System for Remote Device Management
This project is my final graduate project on college for Bachelor degree. Server part of project was written in PHP, while the client application was written in C#. On startup,…
DC Motor PWM speed control and IR tachometer
One microcontroller is responsible for regulation of DC motor speed by using Pulse Width Modulation (PWM) signal, while other MCU have responsibility for measuring that speed. Everything will be easy…