The ESP32 keeps finding new jobs in my house.
When you think of Arduino projects, your mind likely goes straight to RFID door locks, weather sensors, or automated plant watering systems. While these are undeniably pretty cool projects, you might ...
This document is aimed at the Arduino developers, radio experimenters, hobbyists and anyone interested in building a receiver based on the Si473X IC family from Silicon Labs. This project is about an ...
Building IoT projects with touchscreens used to be a headache, involving numerous components, messy wiring, and endless troubleshooting. But the ESP32-S3 Box-3 makes things way easier. It is an all-in ...
Infrared remote library for Arduino: send and receive infrared signals with multiple protocols - Arduino-IRremote/examples/ReceiveDemo/PinDefinitionsAndMore.h at ...
Touch screen head units are pretty much the norm these days. Many compromise with annoying on-screen volume controls or tiny buttons. If you find yourself with such a unit, you might like to hack in a ...
Today, We will review the Cytron Maker Uno RP2040 development board combining the Arduino UNO form factor with the Raspberry Pi RP2040 microcontroller that makes it programmable with the Arduino IDE ...
The product we are reviewing today is the “AirGradient ONE” air quality monitor kit which is an updated version of the earlier AirGradient air quality monitor. The device is equipped with sensors from ...
This post discusses how I integrated a regular microphone into an Arduino setup for some serious audio experiments. I used a prewired module which holds a MAX9814 single chip microphone amplifier with ...
Most embedded systems are reactive by nature. They measure certain properties of their environment with sensors and react on changes. For example, they display something, move a motor, or send a ...