Ultrasonic range finder on breadboard using Arduino, DYP-ME007 and NE555
Ultrasonic range finder on breadboard.
Ultrasonic range finder on breadboard.
All of us know that NE555(or other versions) is a versatile IC for building big and small projects. Recently, I found some free simulators that would be very useful for electronics beginners. Please go the links I have given on this page and download those applications for FREE. You may also find something more useful…
In this tutorial, we will see how to use Arduino with a stepper motor and a joystick. To control the stepper motor we will use the driver control board that can drive up to about 750mA per port, so it is perfect to be used with this motor.
In this tutorial, we will build a digital ultrasonic distance meter. We will use a 16×2 LCD display to view the distance measured. We are using ultrasonic range finder HC-SR04 for this project. The HC-SR04 sensor measures the time taken by the sound waves transmitted after meeting an object that reflects them.
This experiment makes the use of ‘Android- Arduino BTCOMM Shield’ and Amarino. If you are not familiar with the shield, visit this page. This experiment is similar to my previous tutorial- Sensor graph and LED controller together. You can also see one more similar experiment- Sensor graph and LED controller using Smart Phone- Arduino Shield. If you…
The board consists of 8 x RGB LEDs 1W, BJT transistors on each LED, series resistor across the LED for current limiting, a hole to mount 18mm optical sensor which may be a defuse sensor for object detection with Arduino nano. The board can be programed to create multiple RGB LED related applications, like interactive…
This is yet another heart-shaped multicolor LED flasher DIY kit. The soldering process is pretty straight forward. The silkscreen label should guide you through soldering. It takes around half an hour to build the kit and basic soldering skill is enough to build it.
TSA3118B is a 2x50W audio amplifier board with a new AudioB plus Bluetooth module that supports Apt-X. It has a perfect class-D architecture (based on TPA3116D2) and each channel has 50W power output. Both channels are capable of giving output power simultaneously and continuously.
Single Channel Large current relay board with dual DC-DC converter board is mainly designed for Hobby CNC, Routers, and Plasma cutters. Hobby CNC controller requires multiple DC outputs to drive various things. This board provides 5V DC and 12V DC 1Amp each. The dual supply helps driving LPT breakout board, Sensors, Limit switches and few…
Delivery to USA, Canada, UK and Germany: 7-10 days Read about shipping and delivery
If you have come to this page from a search engine, we recommend you to visit the following pages: 1. About Relay module for the popular clap_switch (Get description of this kit) 2. How to connect clap-switch to the relay module 3. How to use the relay-module and the clap-switch to operate electrical appliances In…
This is a simple motion sensor project using Arduino. A 220V AC lamp is connected to a 5V relay and the relay is activated once the motion sensor senses motion and sends a signal to the Arduino. List of materials Arduino Uno (Â Rev 3Â ) Sensor (Â PIRÂ )Â Â HC-SR501 Keyes SRD-05VDC-SL-C Relay Module or any 5V relay module…
TSA3118 is a 2x50W audio amplifier board with AudioB plus Bluetooth module. It has perfect class-D architecture (based on TPA3116D2) and each channel has 50W power output. Both channels are capable of outputting nominal power simultaneously and continuously. This board can be powered by any DC 10V-24V power supply. It can be used to drive any 4Ω or 8Ω…
In this case, LDR has been replaced with capacitor C1-0.01uF and resistor R3-1K has been replaced with L1 & VC1. In place of a LED, a Piezo Diaphragm has been kept.
We just need to add inductor, capacitor and a piezo diaphragm to convert a dark detector to an AM radio.
In this project, you can control an LED and see sensor graph simultaneously. For your convenience, I have used a simple light sensor circuit. The resistance of the photo resistor varies with the amount of light falling on it. The amount of light is varied with LED controller and the sensor data variation can be seen on the Sensor Graph.
The board has been design around INA217 low distortion, low noise instrumentation amplifier. The INA217 is ideal for low-level audio signals such as balanced low-impedance microphones. Many industrial, instrumentation, and medical applications also benefit from its low noise and wide bandwidth. Unique distortion cancellation circuitry reduces distortion to extremely low levels, even in high gain….
This is one of the simplest ways of making an FM receiver. Just get a low cost FM receiver kit, make an audio amplifier using LM386, connect them together and your FM receiver is ready. Most of the commercial FM receiver kits receive the signals within the FM band, usually 88-108 MHz.
Most of the microcontrollers are time-agnostic, meaning they are unaware of the time around them, but it doesn’t matter as most experiments do not require it. But, there are several experiments that require the actual time. For example, most of the experiments related to data-logging require time. The following Real time clock (RTC) module can…