Raspberry Pi

The Raspberry Pi is a series of small single-board computers developed in the United Kingdom by the Raspberry Pi Foundation to promote the teaching of basic computer science in schools and in developing countries. The original model became far more popular than anticipated, selling outside of its target market for uses such as robotics. Peripherals (including keyboards, mice and cases) are not included with the Raspberry Pi. Some accessories however have been included in several official and unofficial bundles.

MICROCONTROLLER BASED DC MOTOR

MICROCONTROLLER BASED DC MOTOR

Abstract :
The project is designed to control the speed of a DC motor using an Arduino Uno microcontroller. The speed of DC motor is directly proportional to the voltage applied across its terminals. Hence, if voltage across motor terminal is varied, then speed can also be varied. This project uses the above principle to control the speed of the motor by varying the duty cycle of the pulse applied to it (popularly known as PWM control). The project uses two input buttons interfaced to the microcontroller, which are used to control the speed of motor. PWM (Pulse Width Modulation) is generated at the output by the microcontroller as per the program.


The program can be written in Assembly language or in Embedded C. The average voltage given or the average current flowing through the motor will change depending on the duty cycle (ON and OFF time of the pulses), so the speed of the motor will change. A motor driver IC is interfaced to the microcontroller for receiving PWM signals and delivering desired output for speed control system of a small DC motor. Further the project can be enhanced by using power electronic devices such as IGBTs to achieve speed control higher capacity industrial motors.

Get Detailed Abstract Here     -        Click Here

Follow us - facebook

Embedded Training - IIT Namakkal

Embedded Training – IIT Namakkal :

An embedded system is a computer system with a dedicated function within a larger mechanical or electrical system, often with real-time computing constraints. It is embedded as part of a complete device often including hardware and mechanical parts. Embedded systems control many devices in common use today.

Popular Posts