Beyond Arduino: Getting Started with ESP-IDF in VS Code for ESP32
Note: This tutorial was originally published on effessdev.github.io . Check out the original article for the most up-to-date version: https://effess…
Tech news from the best sources
Note: This tutorial was originally published on effessdev.github.io . Check out the original article for the most up-to-date version: https://effess…
LighthouseReckoning LighthouseReckoning is a lightweight LoRa mesh networking library for Arduino-compatible microcontrollers, currently tested on E…
An independent, hands-on comparison of the IoT dashboard and device-management platforms makers and small businesses actually choose between in 2026…
Arduino taught me how to build. Bare metal taught me how the build actually works. I have a lot of respect for Arduino. I mean that sincerely. It is…
Consuming REST APIs on ESP32 Without Heap Crashes: Meet ESP32-HTTP-Client If you have ever developed IoT projects on the ESP32 that interact with RE…
🌱 MyZubster goes green: grow your own food, map it, and trade it with Monero How we're turning a decentralized marketplace into a global hub for urb…
Most ESP32 energy-meter tutorials you'll find are built on platforms that have since changed out from under them — deprecated app flows, retired tok…
You know that weekend project idea that stalled because the dev board was bigger than the thing you wanted to hide it inside? A wearable, a keyfob m…
Hi everyone My name is Ayomide Sunday. I am Python/Django developer moving into IoT and starting with Arduino. I will be sharing my journey and buil…
Want to turn a small ESP32 board into a mini arcade game you can actually play? This ESP32 OLED Mini Shooter Game uses a 128x64 OLED display and two…
Learn how to build a real IoT weather station using the Arduino UNO R4 WiFi and BME280 sensor, sending live temperature, humidity, and pressure data…
Ask a roomful of engineers where the name "Arduino" comes from and you will get confident answers about acronyms, Italian for "bold friend," or some…
Introduction It has been a while since I started playing around with microcontrollers. My journey began with the Arduino UNO and programming it usin…
So, yesterday my primary TV suddenly stopped working, it's a Sony Bravia. What happened?… well god knows… and believe me, sony has no clue even afte…
Rubyduino compiles Ruby sketches for Arduino boards and uploads the generated firmware. Under the hood it uses Spinel , a Matz's Ruby AOT compiler,…
Waste segregation sounds simple until you actually start doing it daily. One bin slowly turns into a mix of food waste, plastic wrappers, paper cups…
A production-grade embedded system enabling communication across speech, text, Morse, and haptic signals within a single unified pipeline. Project L…
This is part three of a series on display consistency in embedded systems. The first two parts were technical. This one is about why the technical p…
Before I built the leak detector, I thought sensors just worked. You connect them, they give you data, you use that data. Simple. That is not how it…