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 paulsingam

  1. P

    Need help to write IR TX code in pic 12c508

    Thanks for the detail bro,... will surely check that,....
  2. P

    Need help to write IR TX code in pic 12c508

    I have written IR transmitter code for automatic railway gate. how to write this code(written for 16f877A) for 12c508A. kindly convert this code for 12c508A set_tris_b(); while(1) { output_b(0x00); delay_ms(13); output_b(0xff); delay_ms(13); }
  3. P

    Help to Run the stepper motor

    sure,.... i would help in my behalf :)
  4. P

    Help to Run the stepper motor

    its not a big project. just trying my first project. so, doing automatic railway gate controller. thats all :)
  5. P

    Help to Run the stepper motor

    Finally worked. :smile: @FVM-> Thanks a lot. ur second sequence worked @Pranam-> Thanks for info,... @all -> Thanks for finally making it work.
  6. P

    Help to Run the stepper motor

    @djsfantasi-> behind the motor, its specified as FDK J58A832T. @All -> Kindly see picture and tell, is that really stepper motor? or any other motor?
  7. P

    Help to Run the stepper motor

    I tried this. but its not working as such. its running forward when 1000 0100 is looped. its running reverse when 0010 0001 is looped its oscillates clockwise and anticlockwise in 2 steps when 1000 0100 0010 0001 is looped. is this really stepper motor or the shop guy cheated me? if stepper...
  8. P

    Help to Run the stepper motor

    I bought a 6 wire stepper motor. it has RED-RED-BLACK-BROWN-ORANGE-YELLOW wires. i connect both red on +5v. other 4 on ULN2003. now, in which order should i supply pulse to make it run on one direction? i use embedded C in pic controller. i tried in different order but it oscillates never run in...
  9. P

    Help me to design constant current circuits.

    Hi,..... I need to design a constant current circuit for our product. its a LED driver circuit. 350ma circuit is required, voltage nearly 65v. how can i design this?

Part and Inventory Search

Back
Top