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 Wolfgang94

  1. W

    VHDL- Help with creating functioning constraints for FPGA con3 Pmod

    Turns out it was my values I used the wrong number from the beginning my servo now functions perfectly, thank you so much for your help.
  2. W

    VHDL- Help with creating functioning constraints for FPGA con3 Pmod

    I've got the servo to turn now. But it will only turn to the right despite my attempts to get it to use a different duty with each button press. It turns to the right only which I suppose means that it's receiving a 1ms pwm signal. ctrl_move1 : process (btn, counter) begin if ((btn(2) = '1')...
  3. W

    VHDL- Help with creating functioning constraints for FPGA con3 Pmod

    also what do you map your clear signal to? I've heard it should all be mapped to the same clock but I feel as though this is incorrect. And I tried to use your code but It's trimming all of your duty values and throwing all kinds of different errors in the constraints file. It does not seem to...
  4. W

    VHDL- Help with creating functioning constraints for FPGA con3 Pmod

    The Con3 is set to draw power from my board and every time I turn on my board without it being programmed the servo moves just a little or tries to. How would I set my board to output 5 volts though? also according to what info I have the servo has around a 215 degree range. I'm going to try...
  5. W

    VHDL- Help with creating functioning constraints for FPGA con3 Pmod

    I tried to implement what you said but am seeing no results and am without an oscope for a bit Is this a reasonable implementation of what you meant given a 50MHz clock? Sorry if there are some big mistakes still really new, and thanks for the help so far. use IEE.STD_LOGIC_1164.ALL; use...
  6. W

    VHDL- Help with creating functioning constraints for FPGA con3 Pmod

    I am trying to connect a servo motor to my Basys2 using the con3 Pmod sold by Digilent. I have been attempting to use two different methods for this and am unable to cause my servo to move with the PWM Signal they generate. I believe this has something to do with the constraints file I write. I...

Part and Inventory Search

Back
Top