Lab 1 Summary.

Slides:



Advertisements
Similar presentations
Built-In Test Software for Deformable Mirror High Voltage Drivers Built-In Test Software for Deformable Mirror High Voltage Drivers Jianwei Zhou Home Institution:
Advertisements

MICROCONTROLLERS Why a microcontroller is needed?
Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
Term 8 Electrical and Computer Engineering Project Course January 2002 Mark Simms Steven Taylor PIC Development, The Easy Way.
Initial Position Orientation Tracking System (IPOTS) Group Members: Keiichi McGuireHenry Pham Marc TakamoriScott Spiro.
Microcontrollers Lecture L12.2 Section Microcontrollers Microcontrollers vs. Microprocessors Two standard architectures PIC microcontroller 68HC12.
Dataloggers. Records voltage, current, or circuit closing Environmental variables must be converted to electronic signal.
Railway Foundation Electronic, Electrical and Processor Engineering.
BILAL AHMED BHATTI B.E Electronics (Specialization in AVIONICS)
Microcontroller: Introduction
BLDC MOTOR SPEED CONTROL USING EMBEDDED PROCESSOR
Embedded System Spring, 2011 Lecture 3: The PIC Microcontrollers Eng. Wazen M. Shbair.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Welcome to Workshop 88’s Tiny85 Class Please download Tiny core libs from: (for Arduino 1.0, not 1.5!) Unzip and.
Programming 8-bit PIC Microcontrollers in C Martin Bates Elsevier 2008.
ATMEL AVR 8 bit RISC MICROCONTROLLERS
PIC18 Peripherals.
Little arduino microcontrollers Meghan Jimenez 12 February 2014.
Adviser : Chao-Huang Wei Student ID : M Student : Shin-An Chen 指導教授 : 魏兆煌 學號 :M 姓名 : 陳信安.
Data Converters ELEC 330 Digital Systems Engineering Dr. Ron Hayne
Arduino Josh Villbrandt February 4, Digital Circuits Analog versus digital – What’s the difference? – How to represent an analog signal in a computer?
Micro-Mouse By Mohamad Samhat Narciso Lumbreras Hasan Almatrouk.
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.
1 SERIAL PORT INTERFACE FOR MICROCONTROLLER EMBEDDED INTO INTEGRATED POWER METER Mr. Borisav Jovanović, Prof.dr Predrag Petković, Prof.dr. Milunka Damnjanović,
Introduction to PIC-C. Required Software PIC-C Compiler Firmware Downloader Driver for the USB->Serial Adapter.
Microprocessors A practical approach Subjects Goals for this module Results Subjects of the module Plans Questions.
Embedded System Spring, 2011 Lecture 4: The PIC Microcontrollers Eng. Wazen M. Shbair.
Designing with Components Wilmer Arellano. How to chose a Microcontroller Choose one that you are familiar with or that is easy to learn.
Microprocessor-based Systems
MICROCONTROLLER SYSTEMS Part 1. Figure 1.1Elements of a digital controller CPU Central Processing Unit Input Peripherals Output Peripherals ROM Read Only.
Chapter 2 Introducing the PIC Mid-Range Family and the 16F84A The aims of this chapter are to introduce: The PIC mid-range family, in overview The overall.
Introduction to PIC-C. Installing PIC-C Goto Username/pass = guest/cpecmu Download and install:  IDEUTIL  PCWHD.
11/29/2015David Conn VE3KL1 OARC Microcontroller Club Project 2009 Picaxe PIC16F886.
Microcontroller Programming
Built-In Test Software for Deformable Mirror High Voltage Drivers Built-In Test Software for Deformable Mirror High Voltage Drivers Jianwei Zhou Home Institution:
GPS Enhanced PFD System Software Presentation Eric Grossmann.
Submitted by:.  Project overview  Block diagram  Power supply  Microcontroller  MAX232 & DB9 Connector  Relay  Relay driver  Software requirements.
Components of a typical full-featured microcontroller.
NAM S.B MDLAB. Electronic Engineering, Kangwon National University 1.
PROJECT ON FAULT ANALYSIS AND DETECTION GUIDED BY:: SUBMITTED BY:- MS. SHUBRA GOEL.
SUBMITTED BY EDGEFX TEAM PORTABLE CODED WIRELESS MESSAGE COMMUNICATION BETWEEN TWO PARTIES SECRETLY WITH LCD DISPLAY.
A Quick Start Guide to PIC16F877 microcontroller And Microchip Development Environment A Quick Start Guide to PIC16F877 microcontroller And Microchip Development.
CEng3361/18 CENG 336 INT. TO EMBEDDED SYSTEMS DEVELOPMENT Spring 2007 Recitation 01.
 Mini-Computer ◦ Microprocessor  The Brains  Arithmetic Logic Unit (ALU)  Control Unit  Program/ Data Storage  Peripherals (Input/Output)  Low-Cost.
USING TV REMOTE AS A CORDLESS MOUSE FOR THE COMPUTER
CORDLESS MOUSE FEATURES BY TV REMOTE USING PIC MICROCONTROLLER
Obstacle avoiding robot { pixel }
Government Engg College Bhuj E. C. Engg. Department
ATMEL AVR 8 bit RISC MICROCONTROLLERS
Home automation using Arduino & ‘PIR sensor’
PROPELLER DISPLAY OF MESSAGE BY VIRTUAL LEDS
PC CONTROLLED SCROLLING MESSAGE DISPLAY FOR COLLEGE NOTICE BOARD
DTMF BASED REMOTE INDUSTRIAL LOAD AND/OR AGRICULTURAL PUMP CONTROL
AVR ATMEGA 8 MICRO-CONTROLLER
Automatic human detector garbage can.
SCADA for Remote Industrial Plant
PC Mouse operated Electrical Load Control Using VB Application
Overview Basic PIC Circuits Development in C using CCS
Microprocessor Systems Design I
USING TV REMOTE AS A CORDLESS MOUSE FOR THE COMPUTER
DIGITAL CALCULATOR USING 8051
SMART CARD ENABLED EMPLOYEE IDENTIFICATION FOR SECURITY PURPOSE
GSM - GPS BASED VEHICLE TRACKING SYSTEM
Introduction to Microprocessors and Microcontrollers

PIC18F458 Analog-to-Digital
Introducing the PIC Mid-Range Family and the 16F84A
EECE.3170 Microprocessor Systems Design I
Arduino Board.
Arduino म्हणजे काय?.
Presentation transcript:

Lab 1 Summary

The Microcontroller: The heart of the system 8-bit Microcontroller Max 20 MHz (4 MIPS) Flash Memory 8K RAM 368 Bytes EEPROM 256 Bytes 10-Bit Analog to Digital Converter x 11 channels 5V Microchip PIC16F886

PIC 16F886 Anatomy

A Simpler View

PIC Pinout and Names

Capacitor – Suppress Noise LFN = Low Frequency Noise HFN = High Frequency Noise

Sensor Input Voltage Divider Circuit

Serial Communication

We Program the MCU in C

PIC-C Compiler Output HEX file C Source Code

PIC Burner vs Bootloader