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 SolaiKannan

  1. S

    how to run a servomotor(sm105 or turnigy tg9e) using pic 18f452

    i am using 20Mhz external oscillator and programming using microcode studio. i have sent pulse using "pulsout=0,500" and i am using this command within a loop by using this i was able to move the motor but it is coming back to its original position. so can anyone send me program for this so...
  2. S

    what is the pulse width required for sm-105 servo motor

    i have this servo motor but i do not know the exact pulse width which i must provide for proper working of this servo motor. i need it to move to particular angles based on my requirement. so can anyone help me
  3. S

    can anyone tell me what is the pulse width required for turnigy TG9e servo motor

    i have this servo motor but i do not know the exact pulse width which i must provide for proper working of this servo motor. i need it to move to particular angles based on my requirement. so can anyone help me
  4. S

    servo motor Turnigy TG9e

    this is my coding and i was not able to control the motor well. define osc 20 OUTPUT PORTB.0 LOOP: PULSOUT 0,110 PAUSE 1000 PULSOUT 0,120 PAUSE 1000 PULSOUT 0,130 PAUSE 1000 PULSOUT 0,140 PAUSE 1000 PULSOUT 0,150 PAUSE...
  5. S

    Program for controlling analog servo motor using PIC18F452

    Re: Analog servo control this is my coding and i was not able to control the motor well. define osc 20 OUTPUT PORTB.0 LOOP: PULSOUT 0,110 PAUSE 1000 PULSOUT 0,120 PAUSE 1000 PULSOUT 0,130 PAUSE 1000 PULSOUT 0,140 PAUSE 1000...
  6. S

    servo motor Turnigy TG9e

    hi i am using pic 18f452 to control the servo motor Turnigy TG9e. i am programming it using microcode studio. i was not able to move the servo motor. i don't know what was the mistake. can anyone provide me a basic program in microcode studio for controlling servo motor Turnigy Tg9e...
  7. S

    Program for controlling analog servo motor using PIC18F452

    i have bought a new analog servo motor and i need to program it using microcode studio using pic 18f452. can anyone provide me a simple program to control the servo
  8. S

    PIC18F C Compiler recommendations

    i am also using Microcode studio for programming in pic 18f families. demoversion is easily available in which u will not able to compile programs above 31 lines. Microcode studio was one of the easiest programming software and it will be really easy to work than other soft wares.
  9. S

    how to create single layer pcb layout using ARES Proteus v7.6

    by default it is been created as double layer pcb layout. but i need it for a single layer. can anyone help me with it
  10. S

    Rotation of servo motor

    i need to purchase a sevomotor for designing a robotic finger. it will be fixed in the finger joints. how will a servo motor rotate based on the applied pulse width? i am programming using microcode studio and simulating using proteus software. also tell me how much degree will it rotate? is...
  11. S

    problem in erasing the PIC 18f452

    ok thank you to all for your help, now i was able to erase it. my hardware is serial port and it was detected by winpic800 during start up.
  12. S

    problem in erasing the PIC 18f452

    i am programming using microcode studio.
  13. S

    problem in erasing the PIC 18f452

    this is the setting i have set in winpic800. if there is any correction do tell me. ---------- Post added at 15:38 ---------- Previous post was at 15:29 ---------- can i supply 12v for vpp and 5v for vdd
  14. S

    problem in erasing the PIC 18f452

    i am using winpic 800 software. and for downloading the program i was unable to erase the program. is there settings to be changed for it
  15. S

    insufficient memory in pic 16f877a

    i am having problem with memory space available in the pic i have chosen. i have to store atleast 40KB of data and the pic supports only 8KB. can anyone provide me a nice solution

Part and Inventory Search

Back
Top