Hey Everyone,
After spending a few nights on this - I have decided my project is to be a "microphone" based project. Sounds simple enough right ? ( ) As I progressed, it has later on branched out to be something else entirely. Read on!
Aim:
...
In 2018, we had our first Path to Programmable class. I described how the class was conceived by the element14 team, and why we are committed to providing element14 members training on programmable logic devices in a previous blog, Final Words and Fu...
Intro:
I build this project mainly out of my need to watch videos on multiple devices. I use to see few lectures on my Home Laptop , Some on my Tab and very few on my mobile ,hence i maintain a copy of videos on all these devices and believe me it is...
Hey everyone,And just like that we have reached the end of the lab manual series. Zynq_2017_4_lab_8_v12.pdf The lab starts off from where we had left off earlier. Just to recap -We now have a bitstream containing our PWM IPWe also have atta...
Overall Impressions
Well, I'll have to say this was a very interesting process. There were some delays, which collided with my schedule, there were some bumps, and there were some unexpected surprises. All of which come together to explain how...
I made this post because i found the example code provided in SDK for I2C is not meant for Minized , if it is not realized then it would be frustrating in figuring it out.I am not going to show how to modify that given(Buggy) piece of code but i chan...
Hey folks,ZynqHW_2017_4_lab_6_v12.pdf So let's continue our arduous journey through the lab manuals. Boy, aren't things spicing up a bit?So the first part of lab 6 shows us to import our SDK files done from Lab 3. The main aim was just t...
Download Resource Files from Github:https://github.com/uElectron/minizedSDK======================================================================www.youtube.com/watchIn this Video , using the Minized Board based on Xilinx Zynq :1.)We review abo...
Download Resource Files from Github:https://github.com/uElectron/minizedSDK======================================================================In this Video , using the Minized Board based on Xilinx Zynq :1.)We test the Application which Blinks PS ...
In this Video , using the Minized Board based on Xilinx Zynq : 1.)We Develop Application which Blinks PS LED controlled with PS Button by using Interrupts instead of Polling and We create a Changing Pattern in LED Blinking2.)We Develop PL LED Blinkin...
The Module 2 of the MiniZed Path to Programmable is focused on software development in xilinx fpga. The previous minized SW development ZYNQ blog can be read here
The Hardware related blogs are here Summary of Module 1 Path to Programmable ZYNQ HW bl...
The Module 2 of the MiniZed Path to Programmable is focused on software development in xilinx fpga. The previous minized SW development ZYNQ blog can be read here The Hardware related blogs are here Summary of Module 1 Path to Programmable ZYNQ HW bl...
The Module 2 of the MiniZed Path to Programmable is focused on software development in xilinx fpga. The previous minized SW development ZYNQ blog can be read here ZYNQ-SW Module 2 Minized Blog3 --lab4 & lab5 The Hardware related blogs are here Su...
Hey everyone., ZynqHW_2017_4_lab_4_v11 So let's continue onward with setting up our basics for TCL.After a brief read through the lab, I plan to use Vivado in tcl mode (non GUI mode). Let's see if we can change ports in a block diag...
I have created with usage of FIR compiler IP a simple low pass filter. The low-pass filter is described by the formula:y(n) = 2y(n-1)-y(n-2)+x(n)-2x(n-6)+x(n-12). It has cut frequency around 11 Hz. I have used it for filtering and denoising a ECG si...
www.youtube.com/watch In this video we can see how we can implement any Peripheral functionality into Our Application, it is explained it by means of UART peripheral as an example.We can see how the code is Implemented, how to select it and use ...
I made up a new case for the MiniZed with the video card installed.
I need to revise the cover with cutouts for the USB connector and the two jumpers on the video board.
Each half was a 5 hour print.
Scott
In this Video,I have shown the Step by step Procedure of working on Xilinx SDK for Developing Software Application for Minized and also given the Details pertaining to functionality of various blocks and Necessity of various files. It Answ...
Hey everyone, ZynqHW_2017_lab_3_v13.pdf In lab 3 we will start discussing the other Zynq blocks in detail.The lab starts with introducing the selection of boot device. The QSPI memory interface (Quad Serial Peripheral Interface) is a SPI (...
To control my camera module, I'm going to use a X-Y gimbal made from RC servos.I will run the servos from the MiniZed.To do this, I have modified the code from the IP training to run two RC servos instead (and addition to) the PL leds.The new Vivado ...
The main purpose of lab 10 and 11 is to get familiar with Xilinx libraries and Pmod (Peripheral Modules ) 1. Create the application projectIn this part we will learn how works example application which reads and writes MAC address configuration ...
The main purpose of this lab is to get familiar with Interrupt Service Routine. We will see how interrupts works based on example with PWM LED dimmer. 1. Create the Interrupt application projectWe need to create a new empty application project s...
The main purpose of this lab is to get familiar with built-in functionality for creating a SDK project archive. 1. Create a complete SDK Project archiveIn SDK please choose option File -> Export. Select General -> Archive File and select ...