PC BASED WIRELESS STEPPER MOTOR CONTROL SYSTEM WITH MICROCONTROLLER
#1

Abstract:
This project focuses on developing an embedded system to control the operation of the stepper motor using micro controller. It consists of two parts; one is transmitter which consists of pc, level converter, microcontroller, RF transmitter. Another one is receiver which consists of RF receiver, microcontroller, stepper motor and stepper motor driver.
If we want to control the motor the information is given to the microcontroller using pc. Microcontroller recognizes the data and provides the appropriate information to the RF transmitter. It transmits the desired signal to the RF receiver. RF receiver receives the signal, decodes and gives it to the micro controller. Finally the micro controller according to the received signal controls the motor with the help of motor driver.


Code:
/*PC BASED WIRELESS STEPPER MOTOR CONTROL*/

#include<stdio.h>

#include<conio.h>

#include<dos.h>

void main()

{

void dub(void);

c h a r e x [ 2 6 ] = { “ P r o g r a m m e d b y

V.MARIYAPPAN”};

int i;

char ex1[22]={“Programming Language:

C”};

int j;

char ex2[28]={“Operating system: Windows

98”};

int k;

char ex3[39]={“PC BASED WIRELESS STEPPER

MOTOR CONTROL”};

int l;

clrscr();

for(l=0;l<39;l++)

{

textcolor(14);gotoxy(21+l,9);

cprintf(“%c”,ex3[l]);

delay(50);

}

sound(1900);

delay(500);

nosound();

delay(100);

for(i=0;i<26;i++)

{

textcolor(11);gotoxy(27+i,16);

cprintf(“%c”,ex[i]);

delay(30);

}

for(k=0;k<28;k++)

{

textcolor(9);gotoxy(26+k,18);

cprintf(“%c”,ex2[k]);

delay(30);

}

for(j=0;j<22;j++)

{

textcolor(9);gotoxy(29+j,20);

cprintf(“%c”,ex1[j]);

delay(30);

}

sound(1800);

delay(500);

nosound();

getch();

dub();

}

void dub(void)

{

int i;

char ex[29]={“For any clarification contact”};

int j;

char ex1[31]={“Email-marietech2003@yahoo.

co.in”};

int k;

void clock(void);

void anty(void);

char ch;

clrscr();

textcolor(14);gotoxy(20,6);

cprintf(“PC BASED WIRELESS STEPPER MOTOR

CONTROL”);

textcolor(11); gotoxy(24,14);

cprintf(“FOR CLOCKWISE ROTATION PRESS

‘c’”);

textcolor(11);gotoxy(22,16);

cprintf(“FOR ANTICLOCKWISE ROTATION

PRESS ‘a’”);

textcolor(9);gotoxy(31,20);

cprintf(“FOR EXIT PRESS ‘q’”);

ch=getch();

switch(ch)

{

case ‘c’:clock();break;

case ‘a’:anty();break;

case ‘q’:

clrscr();

{

for(j=0;j<29;j++)

{

textcolor(9);gotoxy(27+j,14);

cprintf(“%c”,ex[j]);

delay(30);

}

for(k=0;k<31;k++)

{

textcolor(9);gotoxy(26+k,15);

cprintf(“%c”,ex1[k]);

delay(30);

}

outport(0x0378,0);

textcolor(14);gotoxy(1,25);

cprintf(“Press any key”);

getch();

exit(0);

}

default: clrscr();

textcolor(12);gotoxy(33,1

4);

cprintf(“WRONG KEY

PRESSED”);

for(i=0;i<5;i++)

{

sound(1000);

delay(100);

nosound();

delay(100);

}

dub();

}

getch();

}

void clock(void)

{

int p=0x0378;

char e;

clrscr();

textcolor(14);gotoxy(31,12);

cprintf(“CLOCKWISE DIRECTION”);

textcolor(9);gotoxy(1,25);

cprintf(“Press any key to stop”);

do

{

outport(p,1);

delay(200);

outport(p,2);

delay(200);

outport(p,4);

delay(200);

outport(p,8);

delay(200);

outport(p,0);

sound(1000);

delay(200);

nosound();

}

while(!kbhit());

getch();

dub();

}

void anty(void)

{

int p=0x0378;

char e;

clrscr();

textcolor(14);gotoxy(30,12);

cprintf(“ANTI CLOCKWISE DIRECTION”);

textcolor(9);gotoxy(1,25);

cprintf(“Press any key to stop”);

do

{

outport(p,8);

delay(200);

outport(p,4);

delay(200);

outport(p,2);

delay(200);

outport(p,1);

delay(200);

outport(p,0);

sound(2000);

delay(200);

nosound();

}

while(!kbhit());

getch();

dub();

}
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: project report on stepper motor control with the help of microcontroller, seminar reports on microcontroller used for stepper motor, abstract for control of stepper motor using 8051 microcontroller, ppt on interfacing of stepper motor with microcontroller 8051, dtmf based stepper motor control keil code, speed control of stepper motor using microcontroller ppt, literature review of stepper motor control using microcontroller at89c51,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Remote Controlling of Greenhouse Agriculture System by Microcontroller and Bluetooth smart paper boy 2 3,027 12-01-2018, 12:40 PM
Last Post: dhanabhagya
  Military combat robot wireless controlled. Camera helps keeping an eye on border. seminar class 6 11,417 09-06-2017, 10:27 AM
Last Post: jaseela123d
  AUTOMATIC STREET LIGHT CONTROL WITH SENSOR TECHNOLOGY seminar class 2 11,774 22-05-2017, 11:07 AM
Last Post: yasminoth93
  VECTOR CONTROL DRIVE OF PERMANENT MAGNET SYNCHRONOUS MOTOR USING MATLAB/SIMULINK seminar class 2 12,283 05-04-2017, 01:18 PM
Last Post: surya256
  Voice Based Automated Transport Enquiry System seminar class 2 3,190 05-10-2016, 09:34 AM
Last Post: ijasti
  GSM based Control Panel for Agricultural and Domestic Water Pumps seminar addict 4 24,702 08-09-2016, 10:58 AM
Last Post: ijasti
  WORMHOLE ATTACK DETECTION IN WIRELESS ADHOC SENSOR NETWORKS seminar class 7 19,119 17-08-2016, 09:23 AM
Last Post: jaseela123d
  DEVELOPMENT OF SOFTWARE & HARDWARE FOR MICROCONTROLLER BASED SMART NOTICE BOARD (US Electrical Fan 3 3,873 09-08-2016, 11:27 AM
Last Post: jaseela123d
  Wireless Communication – ZigBee / Bluetooth / RF / IR based major projects for ECE project topics 9 19,332 16-07-2016, 03:45 PM
Last Post: jaseela123d
  MICROCONTROLLER BASED DAM GATE CONTROL SYSTEM full report seminar class 13 17,326 19-06-2016, 07:53 PM
Last Post: Saianjana

Forum Jump: