
A music visualizer works by extracting waveform and/or frequency information from the music and feeding this information through some display rules, which produces what you see on the screen.
Read more
Let's find out why is it that these two frenemies are always being compared to one another.
Read more
Remeber the snake game in the old Nokia Phones? Recreate the same with a PS2 Joystick, Display Module and Arduino.
Read more
Keypads are a great way to let users interact with your project. You can use them to navigate menus, enter passwords, and control games and robots. In this tutorial, we will show you how to setup a keypad on the Arduino. First we will explain how the Arduino detects key pre...
Read moreWe all love good music. It puts our mood right and helps us relax. A VU meter indicates the intensity of the music with LEDs.A VU meter is an abbreviation for Volume Unit meter. VU meters can also be implemented in the form of patterns, which look really beautiful when ...
Read moreThe HCSR04 ultrasonic sensor can sense the distance between itself and the object in front of it. It uses the formula d=(v*t)/2 to calculate the distance. We can display the output on an LED matrix, rather than viewing it on the serial monitor. Thi...
Read more
Components Required: DIY Kit Read more

When combined together in a symmetric manner, multiple LEDs can be used to display messages or patterns which look very aesthetic. Commonly, LEDs are arranged in the pattern of a square matrix, as it is easy to program and convenient to use. This tutorial utilizes an 8x8 ma...
Read more