Hello Friends, In this video I will show you how to control servo from bluetooth
It is very easy to make.
That's it for today guys, I hope you like this video thanks for watching
This video explains the making of a servo control system for controlling the servomotor using smart phone. This project was made using arduino and bluetooth module. Hope you will enjoy this video.
Subscribe: https://www.youtube.com/channel/UC88UigBH18Zn1UrtWgp2DPA
Instagram: https://www.instagram.com
G-mail: rameshbseminaryr@gmail.com
1) ARDUINO UNO
Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. To do so you use the Arduino programming language (based on Wiring), and the Arduino Software (IDE), based on Processing.
Over the years Arduino has been the brain of thousands of projects, from everyday objects to complex scientific instruments. A worldwide community of makers - students, hobbyists, artists, programmers, and professionals - has gathered around this open-source platform, their contributions have added up to an incredible amount of accessible knowledge that can be of great help to novices and experts alike.
3)SERVO MOTOR
A servo motor is a rotary actuator or motor that allows for a precise control in terms of angular position, acceleration and velocity, capabilities that a regular motor does not have. It makes use of a regular motor and pairs it with a sensor for position feedback. The controller is the most sophisticated part of the servo motor, as it is specifically designed for the purpose.
The servo motor is a closed-loop servomechanism that uses position feedback in order to control its rotational speed and position. The control signal is the input, either analog or digital, which represents the final position command for the shaft. A type of encoder serves as a sensor, providing speed and position feedback. In most cases, only the position is reported. The final position is reported to the controller and this is compared to the initial position input, and then if there is a discrepancy, the motor is moved in order to get to the correct position.
3) BLUETOOTH MODULE
Bluetooth is a wireless technology standard used for exchanging data between fixed and mobile devices over short distances using short-wavelength UHF radio waves in the industrial, scientific and medical radio bands, from 2.402 GHz to 2.480 GHz, and building personal area networks (PANs). It was originally conceived as a wireless alternative to RS-232 data cables.
HC-05 module Information
- HC-05 has red LED which indicates connection status, whether the Bluetooth is connected or not. Before connecting to HC-05 module this red LED blinks continuously in a periodic manner. When it gets connected to any other Bluetooth device, its blinking slows down to two seconds.
- This module works on 3.3 V. We can connect 5V supply voltage as well since the module has on board 5 to 3.3 V regulator.
- As HC-05 Bluetooth module has 3.3 V level for RX/TX and microcontroller can detect 3.3 V level, so, no need to shift transmit level of HC-05 module. But we need to shift the transmit voltage level from microcontroller to RX of HC-05 module.
Comments
Please log in or sign up to comment.