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 krishnaraj916

  1. K

    simulator like isis for altera cyclone II

    simulator like proteus for altera cyclone II Hi , I am new to fpga. and just started off with a simple square wave generator. To simulate this I used QSIM. The simulation was pretty decent and got outputs with the VHDL code( IDE was QUARTUS II,v12).... But the problem is for...
  2. K

    How to simulate VHDL testbench in Modelsim?

    thanks K-J...Dinn know that:grin:
  3. K

    How to simulate VHDL testbench in Modelsim?

    @k-j but for simulation shouldn't we compile the code and check for errors?? thanks for the help:)
  4. K

    How to simulate VHDL testbench in Modelsim?

    @davidryv In the given testbench code , when I compiled it in quartusII it gave error:"Wait Statement must contain condition clause with UNTIL keyword"
  5. K

    HELP!! PID with PIC16f877a

    I am trying to build a line follower using PID code..How can I vary the speed in accordance with the error from formula??? it's like when: error | Motor1 |Motor2 0 | max | max -half| 0 | half_max - full...
  6. K

    Controlling speed of DC motor using PIC18F452

    you can use pwm... set ports high at intervals after some delay.. if ur using mikroc there's a pwm function
  7. K

    line follower simulation

    Is there any software to simulate a robot take, a line follower in action.. I mean we can adjust the bot's sensor's and specifications and the surrounding environment , then the robot moves as per the code burnt in the microcontroller??? coz checking hardware conditions are lengthy and we can...
  8. K

    pic16f877a THREE SERVOMOTORS SIMULTANEOUSLY!!!

    @BradtheRad: 3 pins of the uC sends pulses to the 3servo's separately...anyway using timers i figured it how!! @bigdogguru: ur link ws helpful!! I will try to post the code soon ---------- Post added at 23:07 ---------- Previous post was at 21:38 ---------- I tried using timers to control the...
  9. K

    pic16f877a THREE SERVOMOTORS SIMULTANEOUSLY!!!

    @bigdogguru:: I am using external switches to control rotation of motors...Is that possible with timers???
  10. K

    pic16f877a THREE SERVOMOTORS SIMULTANEOUSLY!!!

    @BradtheRad: Thnx for the reply... I am using these 3 motors at separate pivots...just like a mechanical model of our hand..for picking objects!! bt the problem lies in one uC giving 3 different waveforms at same time to the 3 servos @bigdogguru:: thnx
  11. K

    pic16f877a THREE SERVOMOTORS SIMULTANEOUSLY!!!

    I am trying to build a vehicle with an arm attached to it...as a part of project.. The project demands the use of 3 "servo" motors so as to keep the torque always... The problem is the microcontroller pic16f877a needs to deliver signals of ON time(1-2ms) and time period 20ms... simultaneously to...
  12. K

    help required Pic 16f877a adc

    @emresel : thnx ...i dinn know abt setting Vref @waseem:THNX A LOT.. THE CODE WORKED PERFECTLY...AFTER INSERTING THE 30us delay...!! and making the changes u specified!! bt y is it 30us and not ny othr value...? THNX ANYWAYS
  13. K

    help required Pic 16f877a adc

    HI I AM USING PIC16F877A TO JUST MEASURE THE VOLTAGE AT THE A1 PIN ( ANALOGUE) AND DISPLAY THE CORRESPONDING 8 BITS AS THE OUTPUT OF PORT B but wn trying to simulate with the code below ..nothing happens... pls help me!! #include<htc.h> #FUSES NOWDT //No Watch Dog Timer...

Part and Inventory Search

Back
Top