News

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 ...
The build uses an Arduino, an MP3 chip, a SD card, LCD screen, amplifier, and two speakers. Everything is then packed into a small repurposed box with buttons and a volume knob. The end result is ...
This one’s a bit abstract. Remember those LCD games that became quite popular sometime in the 1990’s? You know, the ones that had only one game, usually a character that could be moved … ...
Here’s an inexpensive Arduino-based MP3 Jukebox (translated) which [Jose Daniel Herrera] put together. He spent some time making sure that it looked great sitting on a shelf with his other au… ...
LCD.h is the file including all the fixed constants and the local methods used to manage the display. Also useful to create a good documentation of the display features local methods. You should ...
So, what happens when we send a set of data to the LCD Device? Our resulting sketch will be almost simple. The most inspiring source to make this project comes from a blog post by Chris Parish ...