element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
ZedBoard Hardware Design PMOD GYRO
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 3 replies
  • Subscribers 353 subscribers
  • Views 536 views
  • Users 0 members are here
Related

PMOD GYRO

Former Member
Former Member over 10 years ago

My dear friends
HELP!!!!!!
I will cry
Could you teach me how to connect and receive data from pmod between UART, designing with vivado. The explanation must be dummy level :) THAAAAAAAANKS

  • Sign in to reply
  • Cancel
  • Former Member
    0 Former Member over 10 years ago

    You are going to have to be more specific in what you are trying to accomplish. You mention PMOD and UART and have GYRO in your title but you don't explain what data you want to receive, from where, or where you want to send it.

     

    You may want to start with a tutorial. The Avnet Zynq Speedways have labs targeted to the ZedBoard and MicroZed:

    Developing ZynqRegistered-7000 All Programmable SoC Software (Vivado 2013.3 and 2014.4.1)

    Developing ZynqRegistered-7000 All Programmable SoC Hardware (Vivado 2013.3 and 2014.4.1)

     

    There is also the Zynq Concepts, Tools and Techniques for ZedBoard tutorial found here: http://zedboard.org/support/design/1521/11

     

    -Gary

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to Former Member

    Hi,

    I have been trying to figure this out for several months with no success:

    I have created a circuit to do some math and store the results in a FIFO RAM.  I can then read them from the FIFO and display them on my terminal.  This is a very slow process, and rather involved to then get that data saved onto the HDD.

    Instead, I would like to read the data from the FIFO and transmit it through MAXIM technologies PMOD MAX3232, which utilizes the UART interface, to a serial port on my computer.  Unfortunately I can't make the mental leap to get this done.  I have followed the Zynq Workshop for Beginners tutorial http://www.silica.com/fileadmin/02_Products/Productdetails/Xilinx/Zynq_ZedBoard_Vivado_Workshop_ver1.0.pdf and can use the MAXIM temperature sensor with the SPI interface; but, the leap to the UART interface, and then tying the constraints to a specific PMOD port on a Zedboard is eluding me.

    (I also have an Ethernet PMOD and a SD card PMOD that I would consider utilizing to store my data, but wanted to start with serial/RS232 since I thought it would be easier.)

    Any suggestions would be greatly appreciated.

    Thanks!

    Stuart

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago

    I have used the MAX3232 PMOD and it works fine with the ZedBoard.

     

    First, recognize that the MAX3232 is only a logic level to RS232 converter. You will need to convert the 'raw' data from your FIFO into ASCII format if you want it to be displayed correctly in the Putty or TeraTerm terminal window on your PC. Then you will need to 'serialized' the data using a UART type function.

     

    Once you have your serialized ASCII data, select one of the PL based PMOD connectors on the ZedBoard. Then, in your Vivado Block Diagram, connect the serial output of your UART to the PMOD pin 2. Connect the serial input of your UART to PMOD pin 3. You can do this by connecting the signals to an input and an output port and then generate a constraints file (.xdc) to let the Vivado tools know which phyical pins you want to connect the signals to. The ZedBoard Concepts, Tools and Techniques tutorial has a good example of these steps. It can be downloaded here: http://zedboard.org/support/design/1521/11

     

    You could also start with the ZedBoard master constraints file posted here: http://zedboard.org/support/documentation/1521

     

    -Gary

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube