Using Arduino

MATRIX LED DISPLAY

48×8 SCROLLING MATRIX LED DISPLAY USING ARDUINO CONTROLLER

A monochrome (single colour) LED dot matrix display is used for displaying the Characters and Symbols which is interface with a microcontroller. This project will deliberate on displaying a scrolling text message on a 48×8 LED dot matrix display. The microcontroller used is Arduino Uno which is open source prototype Electronic platform. The 48 columns …

48×8 SCROLLING MATRIX LED DISPLAY USING ARDUINO CONTROLLER Read More »

Potentiometer or variable resistor

Potentiometer or variable resistor control LED Code using Arduino

The if() statement is the most basic of all programming control structures. It allows you to make something happen or not depending on whether a given condition is true or not. It looks like this: if (someCondition) { // do stuff if the condition is true } [Get Code] There is a common variation called if-else that looks like …

Potentiometer or variable resistor control LED Code using Arduino Read More »

Arduino LED Cube

4x4x4 LED-cube based Arduino and Flower protoboard

Warning: Undefined variable $toReturn in /home/duino4projects/public_html/wp-content/plugins/searchterms-tagging-2/searchterms-tagging2.php on line 1004 This instructable will teach you how to build your 4x4x4 LED cube with Flower ProtoBoard and control by Arduino. Why is Flower ProtoBoard ? not ProtoBoard ? Because of I often use protoboards to test out if a new idea works in practice. I do not use breadboards anymore because I …

4x4x4 LED-cube based Arduino and Flower protoboard Read More »

5x5x5 LED Cube

5x5x5 LED Cube – Orientation Independent 3D Display Using Arduino

Introduction Our project, in one sentence, is an orientation independent 3D LED display. We were inspired by various videos on youtube of similar cubes but also by the idea of creating an interactive 3-dimensional display. We built a 5x5x5 LED cube display and controller board which interfaced the cube to a Mega32 microcontroller. We can …

5x5x5 LED Cube – Orientation Independent 3D Display Using Arduino Read More »