Learn
-
Arduino: Building Your Ethical Hacker Toolkit- One Sensor at a Time
Arduino: Building Your Ethical Hacker Toolkit- One Sensor at a Time Keywords- Ethical Hacking, Arduino, Sensors, Security Testing, Ethical Hacker Toolkit, , Social Engineering, Password Cracking, Stress Testing, Arduino Community... -
Arduino Spectrum Visualizer
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. -
Raspberry Pi VS Arduino
Let's find out why is it that these two frenemies are always being compared to one another. -
Mini Arcade Snake Game
Remeber the snake game in the old Nokia Phones? Recreate the same with a PS2 Joystick, Display Module and Arduino. -
Keypads interfacing with Arduino
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... -
VU Meter Ring
We 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... -
Ultrasonic sensor interfacing with output display on 8x32 LED Matrix
The 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... -
Mechanical Gripper for Robot Arm with MG996R Servo
Components Required: DIY Kit Arduino Uno Jumpers Software Required: Arduino IDE In this tutorial, we will learn how to make a mechanical claw for your robotic arm. We are using... -
Six Degrees of Freedom Manipulator Robotic Arm
Components Required: DIY Kit Arduino Uno Breadboard Power Supply Jumpers Software Required: Arduino IDE Step Wise Assemble: Manipulators can have multiple installation methods. The modules provided have very strong versatility... -
Four Degrees of Freedom Robotic Arm
Components Required: DIY Kit Arduino Uno Breadboard Power Supply Jumpers Software Required: Arduino IDE Step Wise Assemble: Install the Base Plate Install Pivot Servo on Base Plate Install Bottom Acrylic... -
Interfacing an 8x8 Matrix with Arduino, using MAX7219
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... -
Interfacing a 128*64 OLED display with Arduino
This tutorial is about interfacing an OLED display with Arduino. OLED (Organic Light Emitting Diode) displays are made by placing a series of thin organic films between two conductors. When...