The ESP8266 microcontroller is a favorite among makers for creating affordable, Wi-Fi-enabled sensor projects. Pairing it with a DHT22 temperature and humidity sensor is one of the easiest ways to get ...
Gesture-controlled gadgets were all the rage at CES back in January. I’m still not convinced it’s a good way to change TV channels, but it can’t hurt to learn how to program for a motion sensor.
Creating capacitive touch-sensitive buttons is easy these days; many microcontrollers have cap-sense hardware built-in. This will work for simple on/off control, but what if you want a linear, ...