by Anmol Punetha | May 1, 2020 | arduino uno projects
Let’s learn how to configure a SSD (Seven segment display) with Arduino. You will also learn to make the counter using a single SSD. Contents: IntroductionMaterials RequiredCircuitArduino CodeCode Explanation 1. Introduction The Seven Segment Display has...
by Anmol Punetha | Apr 29, 2020 | arduino uno projects
In this tutorial, you will learn to configure the stepper motors with the Arduino Uno. Arduino Uno – A basic introduction Contents: IntroductionMaterials requiredHardware ExplanationThe circuitArduino CodeA DIY Project’s idea 1. Introduction In an earlier...
by Anmol Punetha | Apr 28, 2020 | arduino uno projects
Let’s make a wireless Arduino Controlled Bluetooth car. Contents: IntroductionMaterials RequiredIntegrating the Chassis kitArduino CodeThe Circuit and it’s ExplanationConfiguring the Mobile ApplicationThe Final Run 1. Introduction Hey everyone, today we...
by Anmol Punetha | Mar 21, 2020 | arduino uno projects
Introduction Ultrasonic sensors work by emitting sound waves at a frequency too high for humans to hear. They then wait for the sound to be reflected back, calculating distance based on the time required. Since ultrasonic waves can reflect off a glass or liquid...
by Anmol Punetha | Mar 20, 2020 | arduino uno projects
Introduction A Servo Motor is a small device that has an output shaft. This shaft can be positioned to specific angular positions by sending the servo a coded signal. As long as the coded signal exists on the input line, the servo will maintain the angular position of...
by Anmol Punetha | Mar 20, 2020 | arduino uno projects
Introduction An IR (Infrared sensor)is an electronic device, that emits in order to sense some aspects of the surroundings. An IR sensor can measure the heat of an object as well as detects the motion. The emitter is simply an IR LED( Light Emitting Diode) and...