News

There is no question that steering wheel mounted controls are super convenient. Reaching all the way over to the dashboard to change a radio station is so 1990’s. An ever-increasing percentage of new ...
This project utilizes an Arduino board to read input from three pushbuttons connected to a single pin, and uses that input to control three LEDs. The project is designed to be a simple and fun way to ...
There are easy ways of getting more I/O pins for any project; shift registers, I2C expanders, or ADCs will give you plenty of pins for whatever project you have in mind. All these require extra ...
Pin debouncer library for the Arduino platform, to filter out noise on an input pin. This library implements a non-blocking function to detect and filter out random state changes on input pins. The ...
Makers, developers and hobbyists that enjoy tinkering with Arduino wearable open source electronic hardware and creating projects using Bluetooth connectivity, may be interested in a new tiny button ...
Related to being powered by a super capacitor, I also need to get my ATtiny to go to sleep when not processing anything. And that involves setting pins to ‘interrupt-on-change’ and getting the chip to ...
Tired of your old Arcade games which all looks and works in the same way? Want to create a quick fun game which you can enjoy with your friends and family without using any thought? You are at the ...