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 ...
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… ...
The primary functions of the box are handled by an Arduino Nano; which runs the trivia game and provides user interaction via a 16×2 LCD, three push buttons, and a buzzer.
Arduino developers might be interested in a new LCD touchscreen in the form of the arLCD Arduino touchscreen display created by Earthmake which is available for $89 ...
You can use them with LCD modules that have a HD44780 compatible interface with various screen sizes by attaching to the back of the LCD module. This allows connection to your Arduino (or other ...
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 ...