ARDUINO NANO INTRODUCTION

Size: px
Start display at page:

Download "ARDUINO NANO INTRODUCTION"

Transcription

1 ARDUINO NANO INTRODUCTION Arduin nan differ frm ther Arduin as it very small s it suitable fr small sized prjects and it supprts breadbards s it can be plugged with ther cmpnents in nly ne breadbard. ARDUINO NANO PHYSICAL COMPONENTS Micrcntrller In Arduin Nan 2.x versin, still used ATmega168 micrcntrller while the Arduin Nan 3.x versin already used ATmega328 micrcntrller. 1

2 ATmega168 Micrcntrller ATmega168 is a lw-pwer CMOS 8-bit micrcntrller based n the AVR enhanced RISC architecture. And its features as fllw: High Perfrmance, Lw Pwer Atmel AVR 8-Bit Micrcntrller Family Advanced RISC Architecture 131 Pwerful Instructins Mst Single Clck Cycle Executin 32 x 8 General Purpse Wrking Registers Fully Static Operatin Up t 20 MIPS Thrughput at 20MHz On-chip 2-cycle Multiplier High Endurance Nn-vlatile Memry Segments 4K/8K/16KBytes f In-System Self-Prgrammable Flash Prgram Memry 256/512/512Bytes EEPROM 512/1K/1KBytes Internal SRAM Write/Erase Cycles: 10,000 Flash/100,000 EEPROM Data Retentin: 20 years at 85 C/100 years at 25 C Optinal Bt Cde Sectin with Independent Lck Bits In-System Prgramming by On-chip Bt Prgram True Read-While-Write Operatin Prgramming Lck fr Sftware Security Atmel QTuch Library Supprt Capacitive Tuch Buttns, Sliders and Wheels QTuch and QMatrix Acquisitin Up t 64 sense channels Peripheral Features Tw 8-bit Timer/Cunters with Separate Prescaler and Cmpare Mde One 16-bit Timer/Cunter with Separate Prescaler, Cmpare Mde, and Capture Mde Real Time Cunter with Separate Oscillatr Six PWM Channels 8-channel 10-bit ADC in TQFP and QFN/MLF package Temperature Measurement 6-channel 10-bit ADC in PDIP Package 2

3 Temperature Measurement Tw Master/Slave SPI Serial Interface One Prgrammable Serial USART One Byte-riented 2-wire Serial Interface (Philips I2C cmpatible) Prgrammable Watchdg Timer with Separate On-chip Oscillatr One On-chip Analg Cmparatr Interrupt and Wake-up n Pin Change Special Micrcntrller Features Pwer-n Reset and Prgrammable Brwn-ut Detectin Internal Calibrated Oscillatr External and Internal Interrupt Surces Six Sleep Mdes: Idle, ADC Nise Reductin, Pwer-save, Pwer-dwn, Standby, and Extended Standby I/O and Packages 23 Prgrammable I/O Lines 28-pin PDIP, 32-lead TQFP, 28-pad QFN/MLF and 32-pad QFN/MLF Operating Vltage: V fr ATmega48/88/ V fr ATmega48V/88V/168V Temperature Range: -40 C t 85 C Speed Grade: 2.7V - 5.5V, 4.5V - 5.5V Pwer Cnsumptin at 1MHz, 1.8V, 25 C Active Mde: 0.3mA Pwer-dwn Mde: 0.1μA Pwer-save Mde: 0.8μA (Including 32kHz RTC) 3

4 ATmega168 pin cnfiguratin 4

5 ATmega328 Micrcntrller features High Perfrmance, Lw Pwer AVR Advanced RISC Architecture 131 Pwerful Instructins Mst Single Clck Cycle Executin 32 x 8 General Purpse Wrking Registers Up t 20 MIPS Thrughput at 20 MHz On-chip 2-cycle Multiplier High Endurance Nn-vlatile Memry Segments 4/8/16/32K Bytes f In-System Self-Prgrammable Flash prgram memry 256/512/512/1K Bytes EEPROM 512/1K/1K/2K Bytes Internal SRAM Write/Erase Cycles: 10,000 Flash/100,000 EEPROM Data retentin: 20 years at 85 C/100 years at 25 C Optinal Bt Cde Sectin with Independent Lck Bits In-System Prgramming by On-chip Bt Prgram True Read-While-Write Operatin Prgramming Lck fr Sftware Security Peripheral Features Tw 8-bit Timer/Cunters with Separate Prescaler and Cmpare Mde One 16-bit Timer/Cunter with Separate Prescaler, Cmpare Mde, and Capture Mde Real Time Cunter with Separate Oscillatr Six PWM Channels 8-channel 10-bit ADC in TQFP and QFN/MLF package Temperature Measurement 6-channel 10-bit ADC in PDIP Package Temperature Measurement Prgrammable Serial USART Master/Slave SPI Serial Interface Byte-riented 2-wire Serial Interface (Philips I2 C cmpatible) Prgrammable Watchdg Timer with Separate On-chip Oscillatr On-chip Analg Cmparatr Interrupt and Wake-up n Pin Change 5

6 Special Micrcntrller Features Pwer-n Reset and Prgrammable Brwn-ut Detectin Internal Calibrated Oscillatr External and Internal Interrupt Surces Six Sleep Mdes: Idle, ADC Nise Reductin, Pwer-save, Pwer-dwn, Standby, and Extended Standby I/O and Packages 23 Prgrammable I/O Lines 28-pin PDIP, 32-lead TQFP, 28-pad QFN/MLF and 32-pad QFN/MLF Operating Vltage: V Temperature Range: -40 C t 85 C Speed Grade: 0-4 MHz@ V, 0-10 MHz@ V, V Pwer Cnsumptin at 1 MHz, 1.8V, 25 C Active Mde: 0.2 ma Pwer-dwn Mde: 0.1 µa Pwer-save Mde: 0.75 µa (Including 32 khz RTC) 6

7 Pin cnfiguratin 7

8 ARDUINO NANO PIN CONFIGURATION The Serial Peripheral Interface (SPI) IN PINS 7,8,13,14 AND 15 Serial Peripheral Interface (SPI) is a synchrnus serial data prtcl used by micrcntrllers fr cmmunicating with ne r mre peripheral devices quickly ver shrt distances. It can als be used fr cmmunicatin between tw micrcntrllers. With an SPI cnnectin there is always ne master device (usually a micrcntrller) which cntrls the peripheral devices. Typically, there are three lines cmmn t all the devices: MISO (Master In Slave Out) - The Slave line fr sending data t the master, MOSI (Master Out Slave In) - The Master line fr sending data t the peripherals, 8

9 SCK (Serial Clck) - The clck pulses which synchrnize data transmissin generated by the master and ne-line specific fr every device: SS (Slave Select) - the pin n each device that the master can use t enable and disable specific devices. When a device's Slave Select pin is lw, it cmmunicates with the master. When it's high, it ignres the master. This allws yu t have multiple SPI devices sharing the same MISO, MOSI, and CLK lines. Arduin Nan Specificatins Micrcntrller Atmel ATmega168 r ATmega328 Operating Vltage (lgic 5 V level) Input Vltage 7-12 V (recmmended) Input Vltage (limits) 6-20 V Digital I/O Pins 14 (f which 6 prvide PWM utput) Analg Input Pins 8 DC Current per I/O Pin 40 ma Flash Memry SRAM EEPROM Clck Speed 16 KB (ATmega168) r 32 KB (ATmega328) f which 2 KB used by btlader 1 KB (ATmega168) r 2 KB (ATmega328) 512 bytes (ATmega168) r 1 KB (ATmega328) 16 MHz Dimensins 0.73 x 1.70 Length 45 mm Width 18 mm Weigth 5 g 9

10 10

ARDUINO MEGA INTRODUCTION

ARDUINO MEGA INTRODUCTION ARDUINO MEGA INTRODUCTION The Arduino MEGA 2560 is designed for projects that require more I/O llines, more sketch memory and more RAM. With 54 digital I/O pins, 16 analog inputs so it is suitable for

More information

Arduino Uno R3 INTRODUCTION

Arduino Uno R3 INTRODUCTION Arduino Uno R3 INTRODUCTION Arduino is used for building different types of electronic circuits easily using of both a physical programmable circuit board usually microcontroller and piece of code running

More information

ACR89U-A2 Handheld Smart Card Reader

ACR89U-A2 Handheld Smart Card Reader ACR89U-A2 Handheld Smart Card Reader Technical Specificatins V1.01 Subject t change withut prir ntice Table f Cntents 1.0. Intrductin... 3 2.0. Features... 4 3.0. Supprted Card Types... 5 3.1. MCU Cards...

More information

An Arduino Controlled 1 Hz to 60 MHz Signal Generator

An Arduino Controlled 1 Hz to 60 MHz Signal Generator An Arduino Controlled 1 Hz to 60 MHz Signal Generator Greg McIntire, AA5C AA5C@arrl.net WWW..ORG 1 Objectives Build a standalone 60 MHz signal generator based on the DDS-60 board. Originally controlled

More information

It has hardware. It has application software.

It has hardware. It has application software. Q.1 What is System? Explain with an example A system is an arrangement in which all its unit assemble wrk tgether accrding t a set f rules. It can als be defined as a way f wrking, rganizing r ding ne

More information

Laboratory Exercise 3 Using the PIC18

Laboratory Exercise 3 Using the PIC18 Labratry Exercise 3 Using the PIC18 Until this pint, the user has prgrammed the FPGA Interface Bard using the FTDI and has nt been intrduced t the n bard PIC18F2550 micrcntrller. The purpse f this experiment

More information

SBC8140 single board computer

SBC8140 single board computer SBC8140 single bard cmputer Order#: SBC8410 (T6010245 / T6010246) The SBC8140 is anther Single Bard Cmputer designed by Embest using Mini8510 prcessr card as the CPU cre bard. The bard is specially targeting

More information

VLSI Design Lab., Konkuk Univ. Yong Beom Cho LSI Design Lab

VLSI Design Lab., Konkuk Univ. Yong Beom Cho LSI Design Lab AVR Training Board-I V., Konkuk Univ. Yong Beom Cho ybcho@konkuk.ac.kr What is microcontroller A microcontroller is a small, low-cost computeron-a-chip which usually includes: An 8 or 16 bit microprocessor

More information

AVR Training Board-I. VLSI Design Lab., Konkuk Univ. LSI Design Lab

AVR Training Board-I. VLSI Design Lab., Konkuk Univ. LSI Design Lab AVR Training Board-I V., Konkuk Univ. Tae Pyeong Kim What is microcontroller A microcontroller is a small, low-cost computeron-a-chip which usually includes: An 8 or 16 bit microprocessor (CPU). A small

More information

PCI Multiple I/O Host Adapter 1. Introduction

PCI Multiple I/O Host Adapter 1. Introduction PCI Multiple I/O Hst Adapter 1. Intrductin This PCI Hst Adapter is a PCI cntrller bard which can upgrade yur desktp cmputer t have Multiple RS232 (UART) prts. This Lw Prfile Frm factr can supprt Lw prfile

More information

ACR38T-D1. Smart Card Reader. Technical Specifications V1.07. Subject to change without prior notice.

ACR38T-D1. Smart Card Reader. Technical Specifications V1.07. Subject to change without prior notice. ACR38T-D1 Smart Card Reader Technical Specificatins V1.07 Subject t change withut prir ntice Table f Cntents 1.0. Intrductin... 3 1.1. Smart Card Reader... 3 1.2. Ease f Integratin... 3 2.0. Features...

More information

ACR1281S-C1. Serial Dual Interface Reader. Technical Specifications V1.04. Subject to change without prior notice.

ACR1281S-C1. Serial Dual Interface Reader. Technical Specifications V1.04. Subject to change without prior notice. ACR1281S-C1 Serial Dual Interface Reader Technical Specificatins V1.04 Subject t change withut prir ntice inf@acs.cm.hk Table f Cntents 1.0. Intrductin... 3 2.0. Features... 4 3.0. Typical Applicatins...

More information

Customized RTU for Local and Remote Supervision

Customized RTU for Local and Remote Supervision AUSTRALIAN JOURNAL OF BASIC AND APPLIED SCIENCES ISSN:1991-8178 EISSN: 2309-8414 Jurnal hme page: www.ajbasweb.cm Custmized RTU fr Lcal and Remte Supervisin 1 Mayssa Hajar, 2 Raed ElRafei, 3 Khaled Muchref

More information

Part II: 8086/8088 Hardware Specifications and Interfacing Dr. Mohammed Morsy

Part II: 8086/8088 Hardware Specifications and Interfacing Dr. Mohammed Morsy Part II: 8086/8088 Hardware Specificatins and Interfacing Dr. Mhammed Mrsy 1 Intrductin This curse cvers: Assembly language Prgramming (Intel x86) General system design cncepts, devices and supprt chips

More information

The course provides all necessary theoretical and practical know how for start developing platforms based on STM32L4 family.

The course provides all necessary theoretical and practical know how for start developing platforms based on STM32L4 family. Designing with STM32L4 Family Curse Descriptin Designing with STM32L4 is a 3 days ST fficial curse. The curse prvides all necessary theretical and practical knw hw fr start develping platfrms based n STM32L4

More information

PL2303SA (SOP8 Package) USB to Serial Bridge Controller Product Datasheet

PL2303SA (SOP8 Package) USB to Serial Bridge Controller Product Datasheet PL2303SA (SOP8 Package) USB t Serial Bridge Cntrller Prduct Datasheet Dcument Revisin: 1.2.0 Dcument Release: Prlific Technlgy Inc. 7F, N. 48, Sec. 3, Nan Kang Rd. Nan Kang, Taipei 115, Taiwan, R.O.C.

More information

ACR3901U-S1. Secure Bluetooth Contact Card Reader. Technical Specifications V1.07. Subject to change without prior notice

ACR3901U-S1. Secure Bluetooth Contact Card Reader. Technical Specifications V1.07. Subject to change without prior notice ACR3901U-S1 Secure Bluetth Cntact Card Reader Technical Specificatins V1.07 Subject t change withut prir ntice inf@acs.cm.hk www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 1.1. Smart Card Reader...

More information

UNIT-II INTRODUCTION TO EMBEDDED SYSTEMS

UNIT-II INTRODUCTION TO EMBEDDED SYSTEMS UNIT-II INTRODUCTION TO EMBEDDED SYSTEMS Embedded System: Def: An Embedded system is ne that has cmputer hardware with sftware embedded in it as ne f its mst imprtant cmpnent. The three main cmpnents f

More information

ATmega128. Introduction

ATmega128. Introduction ATmega128 Introduction AVR Microcontroller 8-bit microcontroller released in 1997 by Atmel which was founded in 1984. The AVR architecture was conceived by two students (Alf-Egil Bogen, Vergard-Wollen)

More information

ACR1283L Standalone Contactless Reader

ACR1283L Standalone Contactless Reader ACR1283L Standalne Cntactless Reader Technical Specificatins V1.05 Subject t change withut prir ntice inf@acs.cm.hk www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 2.0. Features... 4 3.0. Typical Applicatins...

More information

PRECISION DMX USER GUIDE

PRECISION DMX USER GUIDE PRECISION DMX USER GUIDE The Precisin DMX is the wrld s smallest DMX cntrllable theatrical fldlight. This RGB fixture is smaller than a fist yet packs cmparable punch t traditinal fixtures several times

More information

Model 86A00-2 Home Theater Extender 2 (HTX2)

Model 86A00-2 Home Theater Extender 2 (HTX2) Mdel 86A00-2 Hme Theater Extender 2 (HTX2) DESCRIPTION The Mdel 86A00-2 Hme Theater Extender 2 (HTX2) allws yu t extend yur hme cntrl t the audi/vide equipment in yur hme theater. The HTX2 cmmunicates

More information

GANTOM 7: COMPACT SEVEN COLOR DMX SPOTLIGHT USER GUIDE

GANTOM 7: COMPACT SEVEN COLOR DMX SPOTLIGHT USER GUIDE GANTOM 7: COMPACT SEVEN COLOR DMX SPOTLIGHT USER GUIDE The Gantm 7 packs seven-clr utput int a tiny package. With a native 15 degree beam angle, this LED sptlight prduces a punchy yet sft beam with hmgeneus

More information

ACR3801 Smart Card Reader

ACR3801 Smart Card Reader ACR3801 Smart Card Reader Technical Specificatins V2.07 Subject t change withut prir ntice inf@acs.cm.hk www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 1.1. Smart Card Reader... 3 1.2. Ease f Integratin...

More information

AVR- M16 development board Users Manual

AVR- M16 development board Users Manual AVR- M16 development board Users Manual All boards produced by Olimex are ROHS compliant Rev. C, January 2005 Copyright(c) 2009, OLIMEX Ltd, All rights reserved Page1 INTRODUCTION AVR-M16 is header board

More information

Troubleshooting Desktop & All In One Computers, Monitors, TVs, Video Walls Last Updated

Troubleshooting Desktop & All In One Computers, Monitors, TVs, Video Walls Last Updated TROUBLESHOOTING GUIDE Trubleshting Desktp & All In One Cmputers, Mnitrs, TVs, Vide Walls Last Updated Vide Picture is nt Centered n the Screen The vide settings n yur PC have changed. If yu made a change

More information

SBAT90USB162 Atmel. SBAT90USB162 Development Board User s Manual

SBAT90USB162 Atmel. SBAT90USB162 Development Board User s Manual SBAT90USB162 Atmel AT90USB162 Development Board User s manual 1 1. INTRODUCTION Thank you for choosing the SBAT90USB162 Atmel AT90USB162 development board. This board is designed to give a quick and cost-effective

More information

SMARTCAP FIRMWARE RELEASE NOTES

SMARTCAP FIRMWARE RELEASE NOTES SMARTCAP FIRMWARE RELEASE NOTES CURRENT VERSION: 2.2.1 SEPTEMBER 2015 2.2.1 VERSION 2.2.1 HAS BEEN RELEASED. THIS RELEASE INTRODUCES A COUPLE OF NEW FEATURES AND MANY BUG FIXES. THE FOCUS OF THIS RELEASE

More information

Operating systems. Module 15 kernel I/O subsystem. Tami Sorgente 1

Operating systems. Module 15 kernel I/O subsystem. Tami Sorgente 1 Operating systems Mdule 15 kernel I/O subsystem Tami Srgente 1 SWAP SPACE MANAGEMENT Swap space can be defined as a temprary strage lcatin that is used when system s memry requirements exceed the size

More information

ACR3901U-S1. Bluetooth Contact Card Reader. Technical Specifications V1.02. Subject to change without prior notice.

ACR3901U-S1. Bluetooth Contact Card Reader. Technical Specifications V1.02. Subject to change without prior notice. ACR3901U-S1 Bluetth Cntact Card Reader Technical Specificatins V1.02 Subject t change withut prir ntice Table f Cntents 1.0. Intrductin... 3 1.1. Smart Card Reader... 3 1.2. Cmpact Design... 3 1.3. Firmware

More information

The. ARM Architecture. Thomas DeMeo Thomas Becker

The. ARM Architecture. Thomas DeMeo Thomas Becker The ARM Architecture Thmas DeMe Thmas Becker Agenda What is ARM? ARM Histry ARM Design Objectives ARM Architectures What is the ARM Architecture? Advanced RISC Machines ARM is a 32-bit RISC ISA Mst ppular

More information

ACR100I SIMFlash II (CCID)

ACR100I SIMFlash II (CCID) ACR100I SIMFlash II (CCID) SIMFlash with Embedded MIFARE Technical Specificatins V1.02 Subject t change withut prir ntice inf@acs.cm.hk www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 1.1. SIM-sized

More information

ACR38U-ND PocketMate. Smart Card Reader

ACR38U-ND PocketMate. Smart Card Reader ACR38U-ND PcketMate (Micr-USB) Smart Card Reader Technical Specificatins V1.05 Subject t change withut prir ntice inf@acs.cm.hk www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 1.1. Smart Card Reader...

More information

ACR39U-U1. (USB Type A) Smart Card Reader. Technical Specifications V1.05. Subject to change without prior notice.

ACR39U-U1. (USB Type A) Smart Card Reader. Technical Specifications V1.05. Subject to change without prior notice. ACR39U-U1 (USB Type A) Smart Card Reader Technical Specificatins V1.05 Subject t change withut prir ntice Table f Cntents 1.0. Intrductin... 3 1.1. Smart Card Reader... 3 1.2. Cmpact Design... 3 1.3. Ease

More information

ACR38U-H1 Smart Card Reader

ACR38U-H1 Smart Card Reader ACR38U-H1 Smart Card Reader Technical Specificatins V6.05 Subject t change withut prir ntice Table f Cntents 1.0. Intrductin... 3 1.1. Smart Card Reader... 3 1.2. Unique Casing... 3 1.3. Ease f Integratin...

More information

ACR39U-NF PocketMate II

ACR39U-NF PocketMate II ACR39U-NF PcketMate II (USB Type C) Smart Card Reader Technical Specificatins V1.01 Subject t change withut prir ntice Table f Cntents 1.0. Intrductin... 3 1.1. Smart Card Reader... 3 1.2. Ingenius Design...

More information

LIN101 RS232 / LAN INTERFACE

LIN101 RS232 / LAN INTERFACE LIN101 24/02/2004 English 1 1. LIN101 LIN101 is a Serial Device Server, the main functin f the LIN101 is t netwrk-enable existing serial devices. Using the LIN101 yu can add an Ethernet prt practically

More information

APPLICATION NOTE. Using DoCD debugger with Keil uvision2/3/4/5 tool. v.4.06

APPLICATION NOTE. Using DoCD debugger with Keil uvision2/3/4/5 tool. v.4.06 APPLICATION NOTE Using DCD debugger with Keil uvisin2/3/4/5 tl v.4.06 Cntents 1. Overview 3 2. Supplied files 3 3. Installatin 3 4. Preparing t wrk with uvisin2/3/4/5 interface 4 5. Debugging an example

More information

CS4500/5500 Operating Systems Computer and Operating Systems Overview

CS4500/5500 Operating Systems Computer and Operating Systems Overview Operating Systems Cmputer and Operating Systems Overview Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang UC. Clrad Springs Ref. MOS4E, OS@Austin, Clumbia, UWisc Overview Recap

More information

AVR-TLCD-128CAN development board Users Manual

AVR-TLCD-128CAN development board Users Manual AVR-TLCD-128CAN development board Users Manual Rev.A, July 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved INTRODUCTION: AVR-TLCD-128CAN adds cool LCD and touchscreen interface to your next project.

More information

AVR Microcontrollers Architecture

AVR Microcontrollers Architecture ก ก There are two fundamental architectures to access memory 1. Von Neumann Architecture 2. Harvard Architecture 2 1 Harvard Architecture The term originated from the Harvard Mark 1 relay-based computer,

More information

Chapter 1. Microprocessor, Microcontroller and Programming Basics

Chapter 1. Microprocessor, Microcontroller and Programming Basics Curse bjectives Chapter 1 Micrprcessr, Micrcntrller and Prgramming Basics t develp an in-depth understanding f the peratin f micrprcessrs and micrcntrllers machine language prgramming micrprcessr interfacing

More information

ACR38U-I1. Smart Card Reader. Technical Specifications V1.09. Subject to change without prior notice.

ACR38U-I1. Smart Card Reader. Technical Specifications V1.09. Subject to change without prior notice. ACR38U-I1 Smart Card Reader Technical Specificatins V1.09 Subject t change withut prir ntice inf@acs.cm.hk www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 1.1. Smart Card Reader... 3 1.2. Mdern Design...

More information

MICROPROCESSOR BASED SYSTEM DESIGN

MICROPROCESSOR BASED SYSTEM DESIGN MICROPROCESSOR BASED SYSTEM DESIGN Lecture 5 Xmega 128 B1: Architecture MUHAMMAD AMIR YOUSAF VON NEUMAN ARCHITECTURE CPU Memory Execution unit ALU Registers Both data and instructions at the same system

More information

AVR XMEGA Product Line Introduction AVR XMEGA TM. Product Introduction.

AVR XMEGA Product Line Introduction AVR XMEGA TM. Product Introduction. AVR XMEGA TM Product Introduction 32-bit AVR UC3 AVR Flash Microcontrollers The highest performance AVR in the world 8/16-bit AVR XMEGA Peripheral Performance 8-bit megaavr The world s most successful

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 6 2016 v5.1 Answers 100% 1. Which characteristic f the netwrk layer in the OSI mdel allws carrying packets fr multiple types f cmmunicatins amng many hsts? the de-encapsulatin f headers

More information

LAMPIRAN. Universitas Sumatera Utara

LAMPIRAN. Universitas Sumatera Utara LAMPIRAN 35 Features 2. High-performance, Low-power AVR 8-bit Microcontroller 3. Advanced RISC Architecture 131 Powerful Instructions Most Single-clock Cycle Execution 32 x 8 General Purpose Working Registers

More information

FIRMWARE RELEASE NOTES. Versions V2.0.0 to V Model HDL-32E. High Definition LiDAR Sensor

FIRMWARE RELEASE NOTES. Versions V2.0.0 to V Model HDL-32E. High Definition LiDAR Sensor FIRMWARE RELEASE NOTES Versins V2.0.0 t V2.2.21.0 Mdel HDL-32E High Definitin LiDAR Sensr HDL-32E Firmware Release Ntes Page 2 Fr all new features and changes, refer t the dcumentatin that accmpanies the

More information

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers Page 1 f 18 HW4 Sftware versin 3 Device Manager and Data Lgging LOG-RC Series Data Lggers 2011; Page 2 f 18 Table f cntents 1 ORGANIZATION OF THE HW4 MANUALS... 3 2 OVERVIEW... 4 3 INITIAL SETUP... 4 3.1

More information

3 AXIS STAGE CONTROLLER

3 AXIS STAGE CONTROLLER CORTEX CONTROLLERS 50, St Stephen s Pl. Cambridge CB3 0JE Telephne +44(0)1223 368000 Fax +44(0)1223 462800 http://www.crtexcntrllers.cm sales@crtexcntrllers.cm 3 AXIS STAGE CONTROLLER Instructin Manual

More information

SafeDispatch SDR Gateway for MOTOROLA TETRA

SafeDispatch SDR Gateway for MOTOROLA TETRA SafeDispatch SDR Gateway fr MOTOROLA TETRA SafeMbile ffers a wrld f wireless applicatins that help rganizatins better manage their mbile assets, fleet and persnnel. Fr mre infrmatin, see www.safembile.cm.

More information

X-MAX-1: the world s smallest PC

X-MAX-1: the world s smallest PC : the wrld s smallest PC The MAX mdule cntains a cmplete PC with 100-MHz 486-CPU and memry n a mdule n bigger than a matchbx. The numerus n-bard functins are led ut thrugh tw r three 40-ple plug cnnectrs:

More information

Dolby Conference Phone Support Frequently Asked Questions

Dolby Conference Phone Support Frequently Asked Questions Dlby Cnference Phne Supprt Frequently Asked Questins Versin 1.0, 1 Intrductin This dcument prvides sme answers t frequently asked questins abut the Dlby Cnference Phne. Fr mre detailed infrmatin n any

More information

ACR38F Smart Floppy Smart Card Reader

ACR38F Smart Floppy Smart Card Reader ACR38F Smart Flppy Smart Card Reader Technical Specificatins V6.07 Subject t change withut prir ntice inf@acs.cm.hk www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 1.1. Smart Card Reader... 3 1.2. Ease

More information

SD4800P Universal USB-C Scalable Video Dock

SD4800P Universal USB-C Scalable Video Dock SD4800P Universal USB-C Scalable Vide Dck Part Number: K38249NA UPC Cde: 8589638249 Let the leader in prfessinal desktp perfrmance make the mst f yur laptp s USB-C cnnectivity with the ultimate driverless

More information

SolarEdge. Communication Options. Version 1.1

SolarEdge. Communication Options. Version 1.1 SlarEdge Cmmunicatin Optins Versin 1.1 Versin Histry Versin Histry Versin 1.0 (2012) Initial release Versin 1.1 (Nvember 2017) Added cmmunicatin ptins: RS485-X RS485 Expansin Kit Wi-Fi Cellular Cnnectivity

More information

Firmware Upgrade Wizard v A Technical Guide

Firmware Upgrade Wizard v A Technical Guide Firmware Upgrade Wizard v4.1.1 A Technical Guide Nvember 2015 Intrductin The Firmware Upgrade Wizard prvides the fllwing features: It supprts upgrading the firmware n designated devices, see Supprted devices.

More information

GE Multilin F650 Feeder Protection Relay and Bay Controller Specifications

GE Multilin F650 Feeder Protection Relay and Bay Controller Specifications GE Multilin F650 Feeder Prtectin Relay and Bay Cntrller Specificatins Prtectin, mnitring and metering shall be supplied in ne integrated digital relay package fr applicatins suitable fr incrpratin int

More information

Westinghouse Nuclear Automation. Ovation -based Rod Control Logic Cabinet

Westinghouse Nuclear Automation. Ovation -based Rod Control Logic Cabinet Westinghuse Nuclear Autmatin Ovatin -based Rd Cntrl Lgic Cabinet Backgrund The Westinghuse slid state rd cntrl system has been in peratin at many plants fr ver 30 years. The riginal system has demnstrated

More information

ABB i-bus KNX. Firmware information. KNX Security Panel, SM. Type: GM/A 8.1

ABB i-bus KNX. Firmware information. KNX Security Panel, SM. Type: GM/A 8.1 Firmware infrmatin Prduct: KNX Security Panel, SM Type: GM/A 8.1 Actual firmware versin 1.6: Applicatin: 000.005.000758 Runtime: 1.1.105.118358 Web interface: 1.3.6 KNX firmware: 1.0c Language package:

More information

ACR39U-U1. Smart Card Reader. Technical Specifications V1.00. Subject to change without prior notice.

ACR39U-U1. Smart Card Reader. Technical Specifications V1.00. Subject to change without prior notice. ACR39U-U1 Smart Card Reader Technical Specificatins V1.00 Subject t change withut prir ntice Table f Cntents 1.0. Intrductin... 3 1.1. Smart Card Reader... 3 1.2. Cmpact Design... 3 1.3. Ease f Integratin...

More information

Relion 650 General specifications

Relion 650 General specifications SAMPLE SPECIFICATION S Relin 650 General specificatins The IED shall supprt the fllwing cmmunicatin and time synchrnizatin ptins: IEC 61850-8-1 including GOOSE and client-server MMS cmmunicatin, with the

More information

Fujitsu Microelectronics Europe Application Note MCU-AN E-V11 FR FAMILY 32-BIT MICROCONTROLLER MB91460 RESET APPLICATION NOTE

Fujitsu Microelectronics Europe Application Note MCU-AN E-V11 FR FAMILY 32-BIT MICROCONTROLLER MB91460 RESET APPLICATION NOTE Fujitsu Micrelectrnics Eurpe Applicatin Nte MCU-AN-300052-E-V11 FR FAMILY 32-BIT MICROCONTROLLER MB91460 RESET APPLICATION NOTE Revisin Histry Revisin Histry Date 2007-11-02 V1.0 RSchum First draft 2008-06-24

More information

2 Watt 8 Pin SIL Package Z8

2 Watt 8 Pin SIL Package Z8 2 Watt 8 Pin SIL Package Z8 Wide 2:1 Input Range Regulated Output 1000 VDC Islatin 3000 VDC Islatin add Suffix H3 (nly fr Plastic Case) Single & Dual Outputs Cntinuus Shrt Circuit Prtectin Plastic Case

More information

Lecture 14. Ali Karimpour Associate Professor Ferdowsi University of Mashhad

Lecture 14. Ali Karimpour Associate Professor Ferdowsi University of Mashhad Lecture 14 AUTOMATIC CONTROL SYSTEMS Ali Karimpour Associate Professor Ferdowsi University of Mashhad Lecture 4 The AVR Microcontroller Introduction to AVR CISC (Complex Instruction Set Computer) Put as

More information

CSE 3320 Operating Systems Computer and Operating Systems Overview Jia Rao

CSE 3320 Operating Systems Computer and Operating Systems Overview Jia Rao CSE 3320 Operating Systems Cmputer and Operating Systems Overview Jia Ra Department f Cmputer Science and Engineering http://ranger.uta.edu/~jra Overview Recap f last class What is an perating system?

More information

ARM Programmer s Model

ARM Programmer s Model ARM Prgrammer s Mdel Hsung-Pin Chang Department f Cmputer Science Natinal Chung Hsing University PDF created with FinePrint pdffactry Pr trial versin www.pdffactry.cm Outline ARM Data Types ARM Prcessr

More information

DM299 Open Source Usage Guide

DM299 Open Source Usage Guide Applicatin Reprt April 2008 DM299 Open Surce Usage Guide Tny Cave Greg Hewes Multimedia Systems FAE Applicatins/Systems Engineer ABSTRACT The DM29X/DM50X family f devices are highly flexible HW acceleratrs

More information

ATmega48/V / 88/V / 168/V. Introduction. Feature. 8-bit AVR Microcontrollers DATASHEET SUMMARY

ATmega48/V / 88/V / 168/V. Introduction. Feature. 8-bit AVR Microcontrollers DATASHEET SUMMARY 8-bit AVR Microcontrollers ATmega48/V / 88/V / 168/V DATASHEET SUMMARY Introduction The Atmel ATmega48/V/ 88/V /168/V is a low-power CMOS 8-bit microcontroller based on the AVR enhanced RISC architecture.

More information

ACR1251U USB NFC Reader with SAM Slot

ACR1251U USB NFC Reader with SAM Slot ACR1251U USB NFC Reader with SAM Slt Technical Specificatins V1.10 Subject t change withut prir ntice inf@acs.cm.hk www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 2.0. Features... 4 3.0. Typical Applicatins...

More information

Tekmos. TK87C751 80C51 Microcontroller, 64K ROM, TWI. Features. General Description TK87C751 P3.7 P1.7 P1.6 P3.0 P0.2 P0.1 P0.0 P1.

Tekmos. TK87C751 80C51 Microcontroller, 64K ROM, TWI. Features. General Description TK87C751 P3.7 P1.7 P1.6 P3.0 P0.2 P0.1 P0.0 P1. Tekms DS075 (V1.0) July 19, 2007 Features TK87C751 80C51 Micrcntrller, 64K ROM, TWI General Descriptin Data Sheet 8 Bit Micrcmputer with 8051 architecture 64Kx8 internal Flash based ROM, 128x8 RAM Reprgrammable

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Ntes PRODUCTS: NUC5i3MYBE, NUC5i3MYHE (Standard BIOS) BIOS Versin 0043 - MYBDWi30.86A.0043.2017.1016.1739 Date: Date: Octber 16, 2017 SATA RAID Optin ROM: 14.5.0.2241 SATA nn-raid Optin

More information

DBAT90USB162 Atmel. DBAT90USB162 Enhanced Development Board User s Manual

DBAT90USB162 Atmel. DBAT90USB162 Enhanced Development Board User s Manual DBAT90USB162 Atmel AT90USB162 Enhanced Development Board User s manual 1 1. INTRODUCTION Thank you for choosing the DBAT90USB162 Atmel AT90USB162 enhanced development board. This board is designed to give

More information

LBAT90USB162 Atmel. LBAT90USB162 Development Board User s Manual

LBAT90USB162 Atmel. LBAT90USB162 Development Board User s Manual LBAT90USB162 Atmel AT90USB162 Development Board User s manual 1 1. INTRODUCTION Thank you for choosing the LBAT90USB162 Atmel AT90USB162 development board. This board is designed to give quick and cost-effective

More information

HygroMet MP Humidity Temperature Meteorological Probe. User Guide

HygroMet MP Humidity Temperature Meteorological Probe. User Guide Page 1 f 19 HygrMet MP Humidity Temperature Meterlgical Prbe User Guide Page 2 f 19 Table f cntents 1 Overview... 3 2 Mechanical cnfiguratins and dimensins... 4 3 General descriptin... 5 3.1 Pwer supply...

More information

ACM1252U-Z2. Small NFC Module Reader. Technical Specifications V1.01. Subject to change without prior notice.

ACM1252U-Z2. Small NFC Module Reader. Technical Specifications V1.01. Subject to change without prior notice. ACM1252U-Z2 Small NFC Mdule Reader Technical Specificatins V1.01 Subject t change withut prir ntice inf@acs.cm.hk www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 2.0. Features... 4 3.0. Typical Applicatins...

More information

Operation Manual of EX9132C-RS485. Serial to TCP/IP Converter

Operation Manual of EX9132C-RS485. Serial to TCP/IP Converter Operatin f EX9132C-RS485 Serial t TCP/IP Cnverter Versin 1.0.1 21.09.2015 Table f Cntents 1 Intrductin... 3 1.1 Overview... 3 1.2 Package Checklist... 3 1.3 Blck Diagram... 4 1.4 Prduct Features... 4 1.5

More information

ATKey.BLE Quick Guide (Windows 10)

ATKey.BLE Quick Guide (Windows 10) ATKey.BLE Quick Guide (Windws 10) 2018.01 rev1.2 Preface ATKey.BLE Windws 10 RS2 (Creatrs Update, build 1703) r later versin ATKey app (dwnlad frm Windws Stre: https://www.micrsft.cm/stre/apps/9p7gr8w9sjd3)

More information

DESIGN OF WIRELESS TRANSMISSION SYSTEM USINGRF DATA MODEM Jayalakshmi P K

DESIGN OF WIRELESS TRANSMISSION SYSTEM USINGRF DATA MODEM Jayalakshmi P K DESIGN OF WIRELESS TRANSMISSION SYSTEM USINGRF DATA MODEM Jayalakshmi P K Abstract Wireless technology has been tremendously growing day by day. The need of wireless technology is that it replaces the

More information

Model WM100. Product Manual

Model WM100. Product Manual Mdel WM100 Prduct Manual Table f Cntents Sectin Page 1. Hardware... 3 2. Sftware... 4 3. Features... 5 4. Installatin... 6 5. App Devices... 9 6. App Rms... 12 7. App Scenes... 14 8. App Setup... 18 Cntents

More information

MOD-IO development board Users Manual

MOD-IO development board Users Manual MOD-IO development board Users Manual All boards produced by Olimex are ROHS compliant Rev. B, September 0 Copyright(c) 0, OLIMEX Ltd, All rights reserved Page INTRODUCTION MOD-IO is a small but powerful

More information

APG8205 OTP Generator

APG8205 OTP Generator APG8205 OTP Generatr Technical Specificatins V1.00 Subject t change withut prir ntice inf@acs.cm.hk www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 2.0. Features... 4 3.0. Typical Applicatins... 6 4.0.

More information

SMART Room System for Microsoft Lync. Software configuration guide

SMART Room System for Microsoft Lync. Software configuration guide SMART Rm System fr Micrsft Lync Sftware cnfiguratin guide Fr mdels SRS-LYNC-S, SRS-LYNC-M and SRS-LYNC-L In this guide: Fr yur recrds 1 Preparing fr yur rm system 2 Befre cnfiguring yur rm system s sftware

More information

MPC-134 User s Manual

MPC-134 User s Manual MPC-134 User s Manual 1.1 12/12/2015 Page 2 Dcument histry Date Versin Authr Remarks 23/10/2015 1.0 Sara Prir User s Manual including new features such as Analg inputs. 12/12/2015 1.1 Sara Prir Added new

More information

NVIDIA Tesla K20X GPU Accelerator. Breton Minnehan, Beau Sattora

NVIDIA Tesla K20X GPU Accelerator. Breton Minnehan, Beau Sattora NVIDIA Tesla K20X GPU Acceleratr Bretn Minnehan, Beau Sattra Overview Jb f the GPU Histry What is the K20X GK110 Benchmark Perfrmance Jb f the GPU Vertex Shader Applies transfrms n each vertex Applies

More information

EBC-1000G Embedded Chassis

EBC-1000G Embedded Chassis EBC-000G Embedded Chassis Versin:. Quick Installatin Guide PACKING LIST When yu unpack the chassis, make sure the fllwing items have been shipped. x Quick Installatin Guide x Pwer crd 2 x Base plates x

More information

Design of Reconfigurable Multiprocessor Architecture for Embedded System

Design of Reconfigurable Multiprocessor Architecture for Embedded System Internatinal Jurnal f Cmputer Applicatins (0975 8887) Natinal Cnference n Recent Trends in Infrmatin Security (NCRTIS-2015) Design f Recnfigurable Multiprcessr Architecture fr Embedded System Archana Gmkar

More information

GE Multilin 850 Feeder Protection Relay Specifications

GE Multilin 850 Feeder Protection Relay Specifications GE Multilin 850 Feeder Prtectin Relay Specificatins Prtectin, mnitring and metering shall be supplied in ne integrated digital relay package fr applicatin t mtrs suitable fr incrpratin int an integrated

More information

Structure DOWNLOADED FROM WPLOCKER.COM

Structure DOWNLOADED FROM WPLOCKER.COM Cpyright 2015 by ThemeMve Structure Wrdpress theme dcumentatin Fr versin 1.3 DOWNLOADED FROM WPLOCKER.COM http://thememve.cm/ Table f Cntents Structure... 1 INSTALL THE THEME WITH SAMPLE DATA... 3 INSTALL

More information

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Yu will learn the fllwing in this lab: The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Designing a mdule with multiple memries Designing and using a bitmap fnt Designing a memry-mapped display Cmp 541 Digital

More information

MediaTek LinkIt Development Platform for RTOS Memory Layout Developer's Guide

MediaTek LinkIt Development Platform for RTOS Memory Layout Developer's Guide MediaTek LinkIt Develpment Platfrm fr RTOS Memry Layut Develper's Guide Versin: 1.1 Release date: 31 March 2016 2015-2016 MediaTek Inc. MediaTek cannt grant yu permissin fr any material that is wned by

More information

AMR220-C1. Secure Bluetooth mpos Reader. Technical Specifications v1.02. Subject to change without prior notice.

AMR220-C1. Secure Bluetooth mpos Reader. Technical Specifications v1.02. Subject to change without prior notice. AMR220-C1 Secure Bluetth mpos Reader Technical Specificatins v1.02 Subject t change withut prir ntice Table f Cntents 1.0. Intrductin... 3 1.1. Smart Card Reader... 3 1.2. Cmpact Design... 3 1.3. Firmware

More information

ECI ECI ECI

ECI ECI ECI ECI 6 High dynamic -phase, 6-pulse internal rtr mtr. EC technlgy. -ple rtr with inserted nedymium magnets. Determinatin f rtr psitin via Hall sensrs. Precisin ball bearings fr lng service life and silent

More information

ACR1252U-A1. NFC Forum Certified Reader. Technical Specifications V1.01. Subject to change without prior notice.

ACR1252U-A1. NFC Forum Certified Reader. Technical Specifications V1.01. Subject to change without prior notice. ACR1252U-A1 NFC Frum Certified Reader Technical Specificatins V1.01 Subject t change withut prir ntice inf@acs.cm.hk www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 2.0. Features... 4 3.0. Typical Applicatins...

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Tool Chain Setup User Guide

Tool Chain Setup User Guide Prduct Details The EVAL-ADICUP360 is an Arduin and PMOD cmpatible frm factr develpment bard. The bard uses an pen surce Eclipse based Interactive Develpment Envirnment (IDE) which can be dwnladed free

More information

EView/400i Management Pack for Systems Center Operations Manager (SCOM)

EView/400i Management Pack for Systems Center Operations Manager (SCOM) EView/400i Management Pack fr Systems Center Operatins Manager (SCOM) Cncepts Guide Versin 7.0 July 2015 1 Legal Ntices Warranty EView Technlgy makes n warranty f any kind with regard t this manual, including,

More information

SOLA and Lifecycle Manager Integration Guide

SOLA and Lifecycle Manager Integration Guide SOLA and Lifecycle Manager Integratin Guide SOLA and Lifecycle Manager Integratin Guide Versin: 7.0 July, 2015 Cpyright Cpyright 2015 Akana, Inc. All rights reserved. Trademarks All prduct and cmpany names

More information

Vodafone MachineLink 3G Plus Firmware release notes

Vodafone MachineLink 3G Plus Firmware release notes Vdafne MachineLink 3G Plus Firmware release ntes Vdafne Pwer t yu Cpyright Cpyright 2014 NetCmm Wireless Limited. All rights reserved. Cpyright 2014 Vdafne Grup Plc. All rights reserved. The infrmatin

More information

Intro. to Computer Repair & Advanced Computer Repair

Intro. to Computer Repair & Advanced Computer Repair Intr. t Cmputer Repair & Advanced Cmputer Repair Grades 10-12 Draft Feb. 2004 Killingly Public Schls COMPUTER REPAIR Installatin, Cnfiguratin and Upgrading CONTENT STANDARD 9-12 C.R 1: The student will

More information