Technical Communication Skills Practicum

Slides:



Advertisements
Similar presentations
ELECTRONIC SYSTEMS NESI NanoRacks Embedded System Integration Board HARDWARE Functional Design.
Advertisements

What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
By Solid State Workshop. ● A microcontroller is an integrated circuit that is programmed to do a specific task. ● Microcontrollers are really just “mini-computers”.
Programmable logic and FPGA
The 8051 Microcontroller Architecture
BLDC MOTOR SPEED CONTROL USING EMBEDDED PROCESSOR
Team Members Jordan Bennett Kyle Schultz Min Jae Lee Kevin Yeh.
2 Lines Electronics I 2 C Analyzer Ching-Yen Beh Robert S. Stookey Advisor: Dr. J. W. Bruce.
Parts of a Computer Vocabulary
LabVIEW Embedded Module for ARM Microcontrollers
Introduction to Computing: Lecture 4
Communications. How do computers work?  Computer is made up of many different parts  Receives input from user  Processes information  Produces an.
Disassemble NXT 1. Daughterboards Display daughterboard Connector to the motherboard that you can disconnect Bluetooth daughterboard Speaker on the display.
Team 2 Yimin Xiao Jintao Zhang Bo Yuan Yang.  The project we propose is a digital oscilloscope with playback function that provides almost any function.
Microcontroller based system design Asst. Prof. Dr. Alper ŞİŞMAN.
Use it, Interconnect it, AutoMate IT™ ( Based on the FlexiMax 9000 Technology)
CDR- Digital Audio Recorder/Player Brian Cowdrey Mike Ingoldby Gaurav Raje Jeff Swetnam.
MICROPROCESSOR AND MICRO CONTROLLER
Basic information. * Microcontrollers incorporate the microprocessor, memory and input/output interfaces all on one chip * Microcontrollers have a separate.
Aarthi Balachander Daniel Jiang Drew Schuster Ryne Rayburn.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
FLAC Audio Player An ability to decode files stored in the FLAC format. An ability to select files stored on the device. An ability to display visualization.
Team Scribacious Rabble Design Constraint Analysis Paul Rosswurm Mitch Erdbruegger Ben Kobin William Hess.
Welcome to the world of ARM. COURSE CONTENT Module 1: Introduction  Introduction of ARM Processors  Evolution of ARM  32 - bit Programming Module 2:
Digital Electronics Introduction to Microcontrollers and the Board of Education.
Department of Electronic & Electrical Engineering Introduction to microcontrollers A microcontroller is a small computer on a single integrated circuit.
RenBED – Technical Training Jon Fuge – Renishaw plc.
ECET 340 Entire Course (All ilabs and Homework) For more classes visit ECET 340 Week 1 HomeWork 1 ECET 340 Week 1 iLab 1 ECET 340.
Components of a typical full-featured microcontroller.
MICROCONTROLLER INTERFACING WITH STEPPER MOTOR MADE BY: Pruthvirajsinh Jadeja ( ) COLLEGE:DIET BRANCH:EC.
Components of Mechatronic Systems AUE 425 Week 2 Kerem ALTUN October 3, 2016.
PORTABLE PROGRAMMABLE MEDICATION REMINDER
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
SUBMITTED BY EDGEFX TEAM
Michael Rahaim, PhD Candidate Multimedia Communications Lab
Multiway Noticeboard with User Configure Features Using IOT & PC
Popular Microcontrollers and their Selection by Lachit Dutta
SUBMITTED BY EDGEFX TEAM
Microprocessor and Microcontroller Fundamentals
UMAC 구성예 (1) ▪ CPU (w/ WD Board) - Ethernet (TCP/IP)
Vinculum II Development Modules
PROPELLER DISPLAY OF MESSAGE BY VIRTUAL LEDS
Hardware specifications
Prepared by: Raghad J Foqha Supervisor: Dr. Saed Tarapiah
Interfacing I/O Devices
UNIT – Microcontroller.
Introduction to Microcontrollers and the Board of Education
ARDUINO DC MOTR SPEED CTL
ARM Cortex-M4 Combines DSP and microcontroller features
AIM: To control the movement of a manual wheelchair by means of human voice for paralyzed patients.
ECE 3551 Microcomputer Systems 1
The Arduino Microcontroller: Atmel AVR Atmega 328
ECET 340 Competitive Success/snaptutorial.com
ECET 340 Education for Service-- snaptutorial.com.
ECET 340 Teaching Effectively-- snaptutorial.com.
Introduction to Microprocessors and Microcontrollers
Lecture 3 - Instruction Set - Al
ریز پردازنده. ریز پردازنده مراجع درس میکروکنترلرهای AVR برنامه نویسی اسمبلی و C محمدعلی مزیدی، سپهر نعیمی و سرمد نعیمی مرجع کامل میکروکنترلرهای AVR.
8051 Supplement.
Tri-state Buffers and Drivers By Taweesak Reungpeerakul
Arduino Board.
Peripheral Devices
8051 Micro Controller.
UNIT-III Pin Diagram Of 8086
Arduino म्हणजे काय?.
Lecture 8: Arduino 20 March 2019.
Introduction to arduino
Programmable logic and FPGA
Presentation transcript:

Technical Communication Skills Practicum Hardware

Two Boards Our design features two boards: a System Board and a Daughter Board. The System Board (a development kit) includes the Cirrus Microprocessor, RAM, Audio, and USB peripherals. The Daughterboard, interfaced directly to the System Board, contains power management ICs and I/O peripherals, including several LCD ICs.

LCD Backplane Voltage

Clock Speed Divider The LCD Controller and microcontroller are interfaced through the uC’s external memory interface. The SDRAM clock output is 100 MHz, but the LCD controller data clock speed needs to be about 6 MHz. Dividing the SDRAM clock by 16 gives 6.25 MHz. A 4-bit clock divider is implemented on a PLD.

LCD Control Voltage LCD requires inputs of +16V and -10V for switching pixels, with current in the uA range. 7.2V, 5V, 3.3V, and 2.5V sources available. Charge pump will be used to generate the high-voltage inputs.

Questions?