Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by jkjut

  1. J

    Programming of 8051 to control dc motor

    Re: Dc motor control using 8051 Can i use L293D ic to move motor in reverse polarity?????????
  2. J

    Programming of 8051 to control dc motor

    Dc motor control using 8051 I want to derive dc moter of 5 volt from 8051. I have oposite polarity on two pins of controler. I connected these pins with uln2803 and connected motor with output terminals bt motor is not working. I also grounded 8th pin of 2803 and provide supply at 9. Plz guide me.
  3. J

    Programming of 8051 to control dc motor

    I used Uln 2803 ic. Bt it is not giving enough voltage to rotate moter.Now i will try with L293D
  4. J

    Programming of 8051 to control dc motor

    hy, i used ULN2803 ic to derive motor with microcontroler. Bt this ic can't drive motor. Plz tell me about ic which can derive small Dc motor.
  5. J

    Programming of 8051 to control dc motor

    Thanks for ur guidance. Now it,is working properly.
  6. J

    Programming of 8051 to control dc motor

    I m facing just same prblm. Both motors rotates without noticing input. If u send me your email address then i will b able to send you project on proteus
  7. J

    Programming of 8051 to control dc motor

    I want to rotate car in circle, which has two motors. one have to move 4wrd continously, the other have to rotate tyres at one side ---------- Post added at 17:03 ---------- Previous post was at 16:59 ---------- I want to rotate car in circle. there r 2 motors in car. one have to move 4 wrd...
  8. J

    [SOLVED] Dc motor control using 8051

    hy, i want to contol DC motor using 8051. But i m not getting my result. Program is like that #include<reg51.h> sbit output=P1^0; //Output to motor void timer(int msec) // Function for timer { int i; for(i=0;i<msec;i++) { TMOD=0×20; // Mode2 TH1=0xFF; TL1=0xD1; //TH1=...
  9. J

    Programming of 8051 to control dc motor

    Hy, i am facing problem in controlling dc motor.I wants when i will apply 1 at p1^1 then 2 motor which is connected at p2^0 and p2^1 and at p2^2 and p2^3 moves. otherwise remain off. Plz guide me. how can i do??????????????? my programming. plz check it #include <reg51.h> sbit rotate = P1^0...

Part and Inventory Search

Back
Top