My daughter likes buttons. She's learning letters. I was bored over winter break and had these parts laying around... so I built her a "Button Box" based around an Arduino. Open source, hackable, and ...
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 ...
You can read the state of a button using Arduino and a few lines of code. The actual state is shown in the Serial Monitor window as 0 or 1, 0 meaning the button is not pressed and 1 that the button is ...
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 ...
Makers, hobbyists and electronics enthusiasts looking for a project to keep them busy this weekend may be interested in a new DIY Arduino arcade game project which uses LEGO bricks and Arduino ...
Having had such quick success making a microcontroller project using an 8pin ATtiny85 and programming it with Arduino, I though I would try a more elaborate project, one that has been on the back ...
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 ...