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 alexisjm_04

  1. A

    Help in Controlling a servo using p16f877a

    Thanks for the reply ! I'll check it now...
  2. A

    help me about counter by ic counter

    hi, Are you planning to use a microcontroller or just ICs? If your using PIC this link can help you :P https://picprojects.org/projects/counter/counter.htm If your using Digital IC this link can help https://www.circuitstoday.com/up-down-counter-circuit
  3. A

    Help in Controlling a servo using p16f877a

    Can any one help me? I got a servo motor,16f877a,20MHz xtal,PICC compiler,I have a burner for my PIC and I use C when writing a program. I got a 5k pot connected to pin A0 and I am planning to use port D or Port B to control the servo to go left and right when I turn the pot. The problem is I...
  4. A

    Help in Controlling servo using 16F877a

    Hi, Here is my code I just copied it and it seams that it only display the value of the adc on port D , hope you can help me, thanks in advance! #include <16f877.H> #fuses xt,noPROTECT,noWDT,noPUT,noBROWNOUT,nolvp,nowrt #use delay(clock=20000000) #use standard_io(a) // set io port a...
  5. A

    Help in Controlling servo using 16F877a

    I tried to review the links that you gave but they are all using ASM, can you help me to build my project usign C? I got a picture here and my codes. I'm not sure if it is correct.
  6. A

    Help controlling a servo using 16f877a with c language

    Can any one help me to build a code using C to control a servo motor? I got 16f877a,20xtal,PICC compiler, burner, futaba servo. I know how to blink some LED and use a puch button to turn on LEDs but I want to learn more about mcu, I want to turn the servo defending on the position of the...
  7. A

    Help in Controlling servo using 16F877a

    Can any one help me? I got a servo motor,16f877a,20MHz xtal,PICC compiler,I have a burner for my PIC and I use C when writing a program. I got a 5k pot connected to pin A0 and I am planning to use port D to control the servo to go left and right when I turn the pot. The problem is I don't know...
  8. A

    help with PWM circuit for PIC16f877A

    Can any one help me? I got a servo motor,16f877a,20MHz xtal,PICC compiler,I have a burner for my PIC and I use C when writing a program. I got a 5k pot connected to pin A0 and I am planning to use port D to control the servo to go left and right when I turn the pot. The problem is I don't know...

Part and Inventory Search

Back
Top