Arduino Project – RC Car Control via Bluetooth (with Smartphone)
In Arduino, Atal Tinkering Labs ATL, More Info | No commentIn this project we will transform an RC toy car to bluetooth controlled Arduino car!
In this project we will transform an RC toy car to bluetooth controlled Arduino car!
Sound sensors can be used for a variety of things, one of them could be turning lights off and on by clapping. Today however we are going to use hook up the sound sensor to an array of LED lights which will beat with music, clapping or knocking.
This Tutorial is for anyone getting started with arduino. We will be building an obstacle avoiding robot that uses an ultrasonic HC SR-04 sensor to detect objects and L293D Motor Driver.
Arduino libraries are a convenient way to share code such as device drivers or commonly used utility functions. This guide details how to install libraries on your computer. There are two general types of Arduino Libraries: Standard Libraries User Installed Libraries Where to Install your Libraries? Your sketchbook folder is the folder where the Arduino IDE stores your sketches. This folder is automatically created by the IDE when you install it. Using Libraries One of the best features of the Arduino project is the ability to add on pre-crafted libraries that add hardware support. There’s tons of…
Arduino basic tutorial “analogRead” Serial Monitor with Potentiometer. Reads an analog input on pin A0, prints the result to the serial monitor.
Arduino Basic Tutorial digitalRead Serial Monitor with Button. Reads a digital input on pin 2, prints the result to the serial monitor. When the pushbutton is open (unpressed) there is no connection between the two legs of the pushbutton, so the pin is connected to ground (through the pull-down resistor) and reads as LOW, or 0. When the button is closed (pressed), it makes a connection between its two legs, connecting the pin to 5 volts, so that the pin reads as HIGH, or 1.
Push Button and LED control with the Arduino board. Required Hardware: Arduino Board Push Button LED 220 ohm & 10K ohm Resistors Jumper Wires Breadboard
This is basic arduino tutorial; turn on LED when it’s dark and turn off when is light. Required Hardware : Arduino Board LED LDR (Photoresistor) 220 and 10K Resistors Jumper Wires Breadboard
Arduino basic tutorial for beginner. We will learn use buzzer, LDR and LED with the Arduino board. Activate Buzzer and LED using LDR and Arduino.
With this tutorial, we will be able to hear the melody when the button is pressed. Play a Melody using the tone() function Required Hardware Arduino Board Buzzer Push Button 10K Resistor Jumper Wires Breadboard
We will provide Arduino communication via bluetooth with the previously defined sentence commands in the Android application. You can use this project in home automation systems. For now we will use the ready-made application. In the following days I will publish a tutorial on creating an application.
In this Arduino Tutorial we will learn how the HC-SR04 Ultrasonic Sensor works and how to use it with the Arduino Board.
Display the results from the HC-SR04 Ultrasonic Sensor on an LCD Required Hardware: Arduino Board – https://goo.gl/UyGYeF Ultrasonic Sensor – https://goo.gl/dRkWUg LCD Display – https://goo.gl/1ljUCs 10K Ohm Potentiometer – https://goo.gl/c90Uix Breadboard – https://goo.gl/yCa8hX Jumper Wires Arduino Compatible SCM – https://goo.gl/yi21yB Electronics Equipments – https://goo.gl/covX9J Module Board For Arduino – https://goo.gl/81dafX Connections: The HC-SR04 Ultrasonic Module has 4 pins, Ground, VCC, Trig and Echo. The Ground and the VCC pins of the module needs to be connected to the Ground and the 5 volts pins on the Arduino Board respectively and the trig and echo pins to any Digital…
In this Arduino Tutorial we will learn how the HC-SR04 Ultrasonic Sensor works and how to use it with Buzzer and LED. Required Hardware Arduino Board – https://goo.gl/UyGYeF Ultrasonic Sensor HC-SR04 – https://goo.gl/dRkWUg Breadboard – https://goo.gl/yCa8hX Jumper Wires – https://goo.gl/VRzUN4 Buzzer LED 220 Ohm Resistor Arduino Compatible SCM – https://goo.gl/yi21yB Electronics Equipments – https://goo.gl/covX9J Module Board For Arduino – https://goo.gl/81dafX Connections: The HC-SR04 Ultrasonic Module has 4 pins, Ground, VCC, Trig and Echo. The Ground and the VCC pins of the module needs to be connected to the Ground and the 5 volts pins on the Arduino Board…
In this tutorial, you will make obstacle avoiding robot. This tutorial involves building a 4WD robot with an ultrasonic sensor that can detect nearby objects and change its direction to avoid these objects. The ultrasonic sensor will be attached to a servo motor which is constantly scanning left and right looking for objects in its way.
In this tutorial, you will make line follower robot. This tutorial involves building a line follower robot with an QTR-8RC Reflectance Sensor Array.
In this tutorial, we will learn how to use multi-servo with Arduino. We will control 4 servo motors with Arduino PWM outputs.You can implement your robotic arm projects with reference to this tutorial. Of course we will use external battery / power when doing this. Connections: The external battery VCC / GND connect to the breadboard. The Arduino GND connect to the breadboard’s GND input The servo connections we use in this project are as follows; Orange Input – Signal Input Red Input – Power Input (VCC) Brown Input – Ground Input(GND) The Servo 1 VCC and…
In this tutorial, we will learn how to use multi-servo with potentiometer. We will control 4 pcs servo motor with 4 pcs potentiometer. You can implement your robotic arm projects with reference to this tutorial. Of course we will use external battery / power when doing this. Connections: The external battery VCC / GND connect to the breadboard. The Arduino GND connect to the breadboard GND input The servo connections we use in this project are as follows; Orange Input – Signal Input Red Input – Power Input (VCC) Brown Input – Ground Input(GND) The potentiometer connections…
In this tutorial, we will learn how to use multi-servo with Joystick. We will control two pcs servo motor with one Joystick. You can implement your robotic arm projects with reference to this tutorial. Of course we will use external battery / power when doing this. Connections: The external battery VCC / GND connect to the breadboard. The Arduino GND connect to the breadboard’s GND input The servo connections we use in this project are as follows; Orange Input – Signal Input Red Input – Power Input (VCC) Brown Input – Ground Input(GND) The Servo1 VCC and…
In this tutorial, we will learn how to use multi-servo with an Android application. We will control 4 pcs servo motor with a Smartphone. You can implement your robotic arm projects with reference to this tutorial. Of course we will use external battery / power when doing this. Connections: The external battery VCC / GND connect to the breadboard The Arduino GND connect to the breadboard’s GND input The servo connections we use in this project are as follows; Orange Input – Signal Input Red Input – Power Input (VCC) Brown Input – Ground Input(GND) The Servo1…