element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • 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
Path to Programmable
  • Challenges & Projects
  • Design Challenges
  • Path to Programmable
  • More
  • Cancel
Path to Programmable
Blog Week 1: MiniZed ZYNQ Concept and basics
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: snidhi
  • Date Created: 7 Oct 2018 1:18 PM Date Created
  • Views 1388 views
  • Likes 7 likes
  • Comments 5 comments
  • minized architecture
  • fpga development kit
  • fpga pwer
  • avnet minized
  • fpga developement
Related
Recommended

Week 1: MiniZed ZYNQ Concept and basics

snidhi
snidhi
7 Oct 2018

While I am reading the necessary Dokus I thought it would be a good idea to look into some basics of the MiniZed FPGA board and what it offers to the users and potential programmers.

 

When compared to other suppliers FPGAs development board such as from Digilent; the Avent MiniZedAvent MiniZed is reasonably priced at 80 euros (rather low end price). And can be bought off the internet easily.

A good amount of support documentation also exists on the MiniZed | Zedboard Support Forum for self starters.

 

  • What is MiniZed?
  • Block Diagram of the MiniZed Board
  • MiniZed Power Architecture
  • Conclusion

 

What is MiniZed?

MiniZed is a single-core Zynq 7Z007S development board with USB, Wi-Fi and Bluetooth features. It has Arduino-compatible shield interface to reuse the Arduino sensors. The Zynq-7Z007S fpga together with the Cortex A9 processor core (which can be used for signal processing) gives it a good processing power. There is also an on-board digital microphone to implement FIR filters, FFT’s etc.

 

Main Features of the MiniZed Board

 

  1. Xilinx Zynq XC7Z007S SoC
  2. Micron 512 MB DDR3L
  3. Micron 128 Mb QSPI flash
  4. Micron 8GB eMMC mass storage
  5. On-board USB to JTAG and debug UART circuit
  6. Murata "Type 1DX" wireless module with 802.11b/g/n Wi-Fi and Bluetooth 4.1 plus EDR and BLE (Bluetooth Low Energy)
  7. USB 2.0 host interface with Microchip USB3320 PHY
  8. Dialog Semiconductor DA9062 PMIC (Power Management IC)

 

The other good to have parts on the MiniZed Board

 

  1. Arduino-compatible shield interface
  2. 2 x Pmod-compatible interfaces
  3. ST Micro  LIS2DS12LIS2DS12 Accelerometer and Temperature sensor
  4. ST Micro MP34DT05 digital MEMS microphone
  5. Reset button, user button, user switch, 2 x user bi-element LEDs
  6. Microchip Low-Power Precision CMOS Oscillators

 

Block Diagram of the MiniZed Board

 

 

image

A descriptive Block Diagram of the MiniZed

 

MiniZed Power Architecture

Coming from an analog side of engineering if I see a PCB I feel an itch image to know its power consumption and to see if it offers a balanced perspective with regards to power consumption. Having a power efficient product has become very important specially if it wants to have a fair chance to make it to the product line. And of course look its schematics.

 

image

A current and voltage requirements Overview

 

Board Level Power Budgeting on the MiniZed Board. Reference

 

 

image

Fig: The generic power consumption of the dev-board

 

From this analysis one can see that the total power consumption of the internal parts of the MiniZed is around 8watt. But ofcourse the total power consumption of my project will depend on how many of the parts on board are in use. This rough estimate is a good indication of the current requirements of the FPGA.

 

 

Also I downloaded the famous Xilinx Power Estimator (XPE) from the MiniZED website and gave it a go.

 

imageFig: Summary of the XPE for the MiniZED board

 

I had a feeling that the Minized board was getting hotter after I had left it on continuously for sometime. Looking at the graphs below it seems that the board is designed to get heated upto 70 degC for a total power consumption of around 3watts (mind it which is less than half of the full power 8Watt Minized). I suppose under such intense use a need for heat sink or proper heat dissipation will arise.

Power vs Temperature Graphsimage

 

Xilinx Power Estimator (XPE) is a good tool to play around with. I also looked into the other tabs such as clock, logic etc. in the XPE excel-sheet

 

Conclusion

 

From a quick feature review and look into the power analysis and the schematics the MiniZed board it seems to be a resourceful development board. Although the power consumption of the board is not extraordinary but keeping the price-point I can say it is a good balance.

  • Sign in to reply

Top Comments

  • snidhi
    snidhi over 6 years ago in reply to mu.udhay +3
    udhay; power should be considered when designing your device or product. Also most important consideration for portable devices. The above mentioned power is what the board will need to be supplied with…
  • DAB
    DAB over 6 years ago +2
    Nice overview of the MiniZed power issues. DAB
  • aspork42
    aspork42 over 6 years ago +2
    Nice review of power consumption. How did they get Excel '97 graphs? I haven't seen those in ages
  • aspork42
    aspork42 over 6 years ago

    Nice review of power consumption. How did they get Excel '97 graphs? I haven't seen those in ages image

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mu.udhay
    mu.udhay over 6 years ago in reply to snidhi

    Hi Nidhi,

    Thankyou for your insights and suggestions, i like that a conductive glue or metal sink on fpga chip could be a good image

     

    Cheers  

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 6 years ago

    Nice overview of the MiniZed power issues.

     

    DAB

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • snidhi
    snidhi over 6 years ago in reply to mu.udhay

    udhay;

     

    power should be considered when designing your device or product. Also most important consideration for portable devices. The above mentioned power is what the board will need to be supplied with (an approximation from the supplier). I would suggest you do a power analysis of your whole project with the sensors or extra devices that you want to use with minized and then see if it fits to the portable battery solution you want to implement or not.

    You can also measure voltage using multimeter and by making a shunt in the mains line the current.

     

    If you find that heat dissipation is too high

    (only a suggestion) you can mount a heat sink on top of the fpga chip with conductive glue (must check specs for this) as is in for the PC CPUs. And leave holes on top of the fpga for air circulation if you are planning to make a casing. Also check the material of the housing/casing for melting points. It already happened to me once image

     

    Other fpga boards who have very high power dissipation already come with heat sinks mounted on it. Please check them how they are implemented and you can adopt similar strategy.

     

     

    Cheers

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mu.udhay
    mu.udhay over 6 years ago

    Its really nice work    , because power is the main criteria for many prototype modeling and necessary to access for developing a portable or battery powered device.

    Thank you for your intuition.

    If possible could you show some ways to fix heat dissipiation for this board  

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • 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 © 2025 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