EECE6017 Lab 6 HPS with GSensor and LED

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to Freeware/Shareware Chapter Two Downloading and Installing Software.
Advertisements

Lecture 6 Testing and Debugging on a Physical Android Device and other Power User Stuff.
Installation of ACE TRADER (TWS) for Internet. Step 1 – Go to ACEINDIA.com 1.Go to 2.Click on Technology 3.Now Click.
Lab7: Introduction to Arduino
The Xilinx EDK Toolset: Xilinx Platform Studio (XPS) Building a base system platform.
Altera’s Quartus II Installation, usage and tutorials Gopi Tummala Lab/Office Hours : Friday 2:00 PM to.
Downloading to Altera Nios Development Kit CSCE 488 Witawas Srisa-an.
Altera DE2 Board and Quartus II Software ECE 3450 M. A. Jupina, VU, 2014.
CSCE 430/830 A Tutorial of Project Tools By Dongyuan Zhan Feb. 4, 2010.
JR3PCI by J. Norberto Pires Installation Example.
Part 1 Using the ARM board And start working with C Tutorial 5 and 6
First-Year Engineering Program Advanced Energy Vehicle Arduino Programming Basics Reference:  AEV Lab Manual  Arduino Programming Basics Grading Guidelines.
© 2013 IBM Corporation Get started on IBM Linux on Power SDK November 2013.
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
Tutorial on using the DE2i-150 development board
CIS 103 — Applied Computer Technology Last Edited: September 17, 2010 by C.Herbert Connecting USB Devices to Personal Computers.
Product Evaluation & Quality Improvement. Overview Objectives Background Materials Procedure Report Closing.
Renesas Technology America Inc. 1 SKP8CMINI Tutorial 2 Creating A New Project Using HEW.
WorshipMap™ Pro the advanced worship planner at LifeWayWorship.com.
CIS 103 — Applied Computer Technology Last Edited: September 17, 2010 by C.Herbert Connecting USB Devices to Personal Computers.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Introduction to Engineering Camera Lab #4 – 3 Task #2 Agenda Review Task #2 procedure Conduct Task #2 Work on lab report.
Welcome to the world of ARM. COURSE CONTENT Module 1: Introduction  Introduction of ARM Processors  Evolution of ARM  32 - bit Programming Module 2:
COE4OI5 Engineering Design Chapter 1: The 15 minutes design.
Teaching Digital Logic courses with Altera Technology
Day 7. Test 1 Wednesday, September 8 Chapters 1-4 of concepts text will be covered Labs will be covered Study guide will be in place by Friday, September.
Other Demos 1 Gsensor  Communicates with the accelerometer chip, displays the X, Y, Z acceleration values  Graphically displays an ASCII “bubble” in.
Client installation DIRAC Project. DIRAC Client Software  Many operations can be performed through the Web interface  Even more to come  However, certain.
Embedded Systems Design with Qsys and Altera Monitor Program
Introduction to the DE0 Board Prof. Taeweon Suh Computer Science & Engineering Korea University COSE221, COMP211 Computer Logic Design.
© Copyright 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. HP Restricted July 2011.
L661 Software Flashing using Windows XP PC Only. Step 1- install drivers, Connect handset with the PC using USB cable, unzip folder and then install the.
EECE6017C Lab 4 User Interface with LT24 Display Daughter board Prelab Activities: Complete the homework given for Lab 3 Demonstrate the Painter project.
How to Install a HP Printer Without the Installation Disk If you lost installation disk and you need to install on another system then you.
How To Uninstall HP Printer Drivers From Your PC?.
Lab 4 HW/SW Compression and Decompression of Captured Image
EECE6017C Lab 1 Introduction to Altera tools and Circuit Simulation
DE2-115 Control Panel - Part I
Development Environment
EECE6017C - Lab 0 Introduction to Altera tools and Basic Digital Logic
Prototyping SoC-based Gate Drive Logic for Power Convertors by Generating code from Simulink models. Researchers Rounak Siddaiah, Graduate Student-University.
Lab 0: Familiarization with Equipment and Software
Lab 1: Using NIOS II processor for code execution on FPGA
G3 Acer CSD Gsensor Calibration SOP v0.1
MANAGING LOCAL AND NETWORK PRINTERS
The first change to your project files that is needed is to change the device to the correct FPGA. This is done by going to the Assignments tab on the.
Downloading Arduino FOR WINDOWS.
EECE6017 Lab 7 HPS to FPGA – Gsensor to LED
Running your own web server
COLOR-Q Program Installation and manual
IBM DB2 Technology Explorer
COMP211 Computer Logic Design Introduction to the DE2 Board
NS Training Hardware.
How To Setup HP Printer For USB Connection In Windows?
EECE 5117C/6017C Lab 2 Traffic Light Controller using FSM
My First Nios II for Altera DE2-115 Board
EECE6017 Lab 3 My First FPGA with ADC
CR 245L Digital Design I Lab Sum of Products, 7-Segment Display,
Roller Coaster Design Project
مقدمة في الاردنيو د فضل الاكوع.
HP Color Laserjet Pro m281fdw Driver. Guidelines to Download Drivers Make sure that your printer is connected to your computer and that the printer is.
slides borrowed and adapted from Alex Mariakis and CSE 390a
Lab 1. Introduction to the DE2 Board
EECE6017 Lab 5 My First HPS with GPIO
Lab0 : Instructions ECE ECE at UMass.
Read the Procedure for STEP 5 located on page 11 of your instructions…
Lecture 4. Introduction to the DE2 Board
Downloading Arduino FOR MAC.
IAS0600 DIGITAL SYSTEMS DESIGN
Presentation transcript:

EECE6017 Lab 6 HPS with GSensor and LED Prelab Activities: Complete the homework given for Lab 4 Go Through the training “DE0-Nano-SoC_My_First_HPS.pdf” from the Lab manual Download the SoC EDS Design Suite from http://dl.altera.com/soceds/ - Refer System Requirements in the DE0-Nano- SoC_My_First_HPS.pdf before starting the lab Demonstrate the my_first_hps project in the DE0-Nano-SoC_v.1.1.0_SystemCD\Demonstrations\SoC\my_first_hps folder Work to be done during this lab: Turn in assignments from lab 4 (if you have not completed these, turn them in at the beginning of lab) Questions on Lab 5 : Discuss the program as given in my_first_hps sample and come up with questions if there are any. Demonstrate advanced HPS Examples provided in the DE0-Nano-SoC_v.1.1.0_SystemCD Revise team member assignments (if necessary).

EECE6017 Lab 6 HPS with GSensor and LED Read Chapter 6 - Examples For FPGA from DE0-Nano-SoC_User_manual.pdf Go through 6.1 and 6.3 to understand the Software development procedure to use the peripheral connected to HPS and demostrate the project hps_gsensor from Demonstrations\SOC folder (instruction are given in the user manual). Use Altera SoC EDS to build the software with HPS. Please refer to Chapter 5 "Running Linux on the DE0-Nano-SoC board" from the DE0- Nano-SoC_Getting_Started_Guide.pdf to run Linux on DE0-Nano-SoC board. Be sure to understand the I2C Driver used in this exercise Show the output in the terminal window, the gsensor X, Y and Z Orientation values

Points to remember Make sure to select correct path for Altera SoC EDS installation

Homework: Study about ARM AMBA® AXITM bus bridges from its datasheet From the instructions given in the manual, demonstrate the sample application, my_first_hps_fpga in board Learn to use Qsys tools with this exercise