Capacitive Touch Remote Control Reference Design User s Guide

Size: px
Start display at page:

Download "Capacitive Touch Remote Control Reference Design User s Guide"

Transcription

1 Capacitive Touch Remote Control Reference Design User s Guide Microchip Korea V0.8-page 1

2 Capacitive Touch Remote Control Reference Design User s Guide Table of Contents Chapter 1. Introduction 1.1 Introduction 1.2 Hardware and Software Requirement Hardware Software and Documentation 1.3 Capacitive Touch Remote Control Reference Board Construction and Layout Chapter 2. Low Power Operation Modes 2.1 Introduction 2.2 Wake-up by Mechanical Shock Sensor 2.3 Wake-up by Proximity Sensor (Option1) 2.4 Wake-up by Proximity Sensor (Option2) Chapter 3. Electrical Characteristics 3.1 PIN Description (PIC16F727) 3.2 Absolute Maximum Ratings Chapter 4. Getting Started 4.1 Introduction 4.2 Demonstration 4.3 GUI with PICkit Serial Analyzer Appendix A. Hardware Schematics Appendix B. Gerbers Microchip Korea V0.8-page 2

3 Chapter 1. Introduction 1.1 Introduction The goal of this reference design is to show how simple is the implementation of capacitive touch technology using the PIC16F72X family. It will also demonstrate the low power operations of the Cap Sense Module (CSM). Microchip has exclusive rights to this demo board and offers a royalty-free license. The accompanying CD-ROM includes resource documentation such as Schematics, Gerbers, BoM, Source codes and User s guide. The User s Guide describes the specification of capacitive sensing remote control and generic electronic module in terms of input/output pins assignments, and electrical characteristics. The Cap sensing Remote Control is built around a high performance PIC16F727 8-bit Microcontroller. For the capacitive sensing, Cap Sensing Module with 16 multiplexed channels is used. The PIC16F727 provides up to 36 I/O pins and 8K words program memory. Onboard PIC16F727 can be reprogrammed using PICkit 2 or MPLAB-ICD2 and the board allows the user to monitor the capacitance on each button using PICkit Serial Analyzer. The main features of Cap sensing Remote Control are Offer 8 Capacitive Touch Pads Use NEC format for IR Transmit Use CR2032 Battery (3V) Use Mechanical Shock Sensor (Current Consumption < 1uA) Can be waked up MCU from Shock sensor or Proximity Sensor Put the device in Sleep mode for low-power consumption. Use the Watchdog Timer (WDT) as the time base while in Sleep mode and the CSM is able to continue oscillating during Sleep mode. Timer1 will continue to count until Watchdog Timer overflows and wakes the MCU. Once the device wakes from Sleep and detects a change in capacitance, due to a finger or hand in close proximity to the sensor, then the program can be set to another time base to detect the actual button pressed and perform the desired function. Current consumption while in standby mode : Shock sensor(5.43ua), Proximity sensor(7.26ua) 1.2 Hardware and Software Requirement Hardware - Capacitive Touch Remote Control Reference Board - CR2032 Battery (3V) - PICkit 2 or MPLAB-ICD2 for programmer and Debugger - PICkit Serial Analyzer for GUI Microchip Korea V0.8-page 3

4 1.2.2 Software and Documentation - MPLAB IDE V8.10 or later - Hi-tech C V9.60 PL2 or later - mtouch Diagnostic Tool Software V2.0.2 or later - CD-ROM including: User s Guide Source Codes Schematics and Gerbers 1.3 Capacitive Touch Remote Control Reference Board Construction and Layout Capacitive Touch Remote Control Reference Board is constructed using a three layer sandwich assembly. The middle layer is the Printed Circuit Board (PCB) which holds all the electronic components as well as the touch sensor pads and shock sensor (see Figure 1-2 and Figure 1-3). FIGURE 1-1: Reference Board (TOP) without Silk-screened Cover plate Power Button 2 Channel-Up Button Enter Button 4 Volume-Down Button PICkit Analyzer Connector (GND,SDA,SCL) 6 PICkit 2 Programmer Connector Channel-Down Button 8 Volume-Up Button Proximity Sensor Pad 10 Select Button Microchip Korea V0.8-page 4

5 FIGURE 1-2: Reference Board (BOTTOM) IR Transmitter 2 Shock Sensor 3 Supervisor (MCP111) Battery(CR2032) Holder PIC16F727 Micro-controller 6 Buzzer FIGURE 1-3: Assembled Capacitive Touch Remote Controller Reference Board (TOP) Power Button 2 Channel-Up Button Enter Button 4 Volume-Down Button PICkit Analyzer Connector (GND, SDA, SCL) 6 PICkit 2 Programmer Connector Channel-Down Button 8 Volume-Up Button Proximity Sensor Pad 10 Select Button Microchip Korea V0.8-page 5

6 2.1 Introduction Chapter 2. Low Power Operation Modes This section provides an introduction to low power operations of the Cap Sense Module (CSM). There are two kinds of modes for low power operation. The device can be waked up by Mechanical shock sensor or Proximity Sensor. If the device does not detect the actual button pressed for 5 seconds, then the device goes to standby mode. In case of shock sensor mode, Current consumption while in standby mode is 5.4uA. In case of Proximity sensor mode, Current consumption while in standby mode is 7.26uA. 2.2 Wake-up by Mechanical Shock Sensor ( #define METHOD 1 in main727.h) This is a procedure for low power operations by Shock sensor: 1) Put the device in Sleep mode for low-power consumption (POR/BOR disabled, WDT disabled, CSM disabled). 2) Wake up PIC16F72X by INT External interrupt from Sleep mode. 3) Once the device wakes from Sleep and enables CSM, Timer1 and Timer0(the time base) and detects a change in capacitance, then the program can detect the actual button pressed and perform the desired function. 4) If the device does not detect the actual button pressed for 5 seconds, then the device goes to sleep mode. This is the current consumption: 1) Condition: 3V@4Mhz, WDT disabled, POR/BOR disabled, FVR disabled, CSM Disabled 2) Result: < Wake-up Mode > < Sleep Mode > uA while in Sleep mode - 600uA while in IntOSC 4MHz uA while in actual button IntOSC 4MHz (LED lighting and IR Transmit, 100msec per one pressed) - Estimated life cycle ( If No wake-up, No actual button pressed and Average AAA Alkaline battery Capacity = 1000mAh) 1000mA/5.43uA = Hours = 7673 Days = 255 Months = 21 Years - Estimated life cycle ( If 0.99 Hour of wake-up, 0.01 Hour of actual button pressed per a day (360 times pressed per a day), Average battery Capacity : 1000mAh) Average Current consumption = (5.43uA*23hrs + 600uA*0.99hrs uA*0.01hrs) / 24hrs = 33.29uA 1000mA/33.29uA = Hours = 1251 Days = 41 Months = 3 Years 5 Months Microchip Korea V0.8-page 6

7 2.3 Wake-up by Proximity Sensor (Option1) ( #define METHOD 2 in main727.h) This is a procedure for low power operations by Proximity sensor: 1) Put the device in Sleep mode for low-power consumption (POR/BOR disabled, WDT enabled, CSM enabled and Oscillator is in low range). 2) Use the Watchdog Timer (WDT) as the time base while in Sleep mode and the CSM is able to continue oscillating during Sleep mode. 3) Timer1 will continue to count until Watchdog Timer overflows and wakes the MCU. 4) Once the device wakes from Sleep and detects a change in capacitance, due to a finger or hand in close proximity to the sensor, then the program can be set to another time base to detect the actual button pressed and perform the desired function. 5) Timing diagram of standby mode 126msec (Sleep) 70usec (Wake-up) 6) If the device does not detect the actual button pressed for 5 seconds, then the device goes to standby mode. This is the current consumption: 1) Condition: 3V@4Mhz, WDT enabled, POR/BOR disabled, FVR disabled, CSM Enabled 2) Result: < Wake-up Mode > < Standby Mode > uA while in Standby mode (See Timing diagram above) - 600uA while in IntOSC 4MHz uA while in actual button IntOSC 4MHz (LED lighting and IR Transmit, 100msec per one pressed) - Estimated life cycle ( If No wake-up, No actual button pressed and Average AAA Alkaline battery Capacity = 1000mAh) 1000mA/10.39uA = Hours = 4010 Days = 133 Months = 11 Years 1 Months - Estimated life cycle ( If 0.99 Hour of wake-up, 0.01 Hour of actual button pressed per a day (360 times pressed per a day), Average battery Capacity : 1000mAh) Average Current consumption = (10.39uA*23hrs + 600uA*0.99hrs uA*0.01hrs) / 24hrs = 38.04uA 1000mA/38.04uA = Hours = 1095 Days = 36 Months = 3 Years Microchip Korea V0.8-page 7

8 2.4 Wake-up by Proximity Sensor (Option2) ( #define METHOD 3 in main727.h ) This is a procedure for low power operations by Proximity sensor: 1) Put the device in Sleep mode for low-power consumption (POR/BOR disabled, WDT enabled, CSM disabled, Timer1 stopped). 2) Enables the Watchdog Timer (WDT) while in Sleep mode and the CSM and Timer1 are disabled during Sleep mode. 3) Once the device wakes from Sleep and enables CSM, Timer1 and Timer0(the time base) and detects a change in capacitance, due to a finger or hand in close proximity to the sensor, then the program can detect the actual button pressed and perform the desired function. Because Timer1 does not continue to count until Watchdog Timer overflows, Option 2 will be taken a longer time to detect a change in capacitance comparing with Option 1. 4) Timing diagram of standby mode 126msec (Sleep) 350usec (Wake-up) 5) If the device does not detect the actual button pressed for 5 seconds, then the device goes to standby mode. This is the current consumption: 1) Condition: 3V@4Mhz, WDT enabled, POR/BOR disabled, FVR disabled, CSM Disabled 2) Result: < Wake-up Mode > < Standby Mode > uA while in Standby mode (See Timing diagram above) - 600uA while in IntOSC 4MHz uA while in actual button IntOSC 4MHz (LED lighting and IR Transmit, 100msec per one pressed) - Estimated life cycle ( If No wake-up, No actual button pressed and Average AAA Alkaline battery Capacity = 1000mAh) 1000mA/7.26uA = Hours = 5739 Days = 191 Months = 15 Years 11 Months - Estimated life cycle ( If 0.99 Hour of wake-up, 0.01 Hour of actual button pressed per a day (360 times pressed per a day), Average battery Capacity : 1000mAh) Average Current consumption = (7.26uA*23hrs + 600uA*0.99hrs uA*0.01hrs) / 24hrs = 35.04uA 1000mA/35.04uA = Hours = 1189 Days = 39 Months = 3 Years 3 Months Microchip Korea V0.8-page 8

9 Chapter 3. Electrical Characteristics 3.1 PIN Description (PIC16F727) Pin Name Pin Function I/O Description RA0 VCAP IN Filter capacitor for Voltage Regulator RA1 GPO OUT LED1 Drive RA2 GPO OUT LED2 Drive RA3 GPO OUT NC RA4 CPS6 (Cap Sensor Module) IN VOLUME DOWN RA5 CPS7 (Cap Sensor Module) IN SELECT RA6 GPO OUT NC RA7 GPO OUT NC RB0 IOC/INT IN Shock Sensor IN RB1 CPS1 (Cap Sensor Module) IN MENU RB2 CPS2 (Cap Sensor Module) IN POWER ON/OFF RB3 CPS3 (Cap Sensor Module) IN VOLUME UP RB4 CPS4 (Cap Sensor Module) IN CHANNEL + RB5 CPS5 (Cap Sensor Module) IN CHANNEL - RB6 PGC IN ICSP Clock RB7 PGD IN ICSP Data RC0 GPO OUT IR ON/OFF RC1 CCP2 OUT BUZZER OUTPUT RC2 CCP1 OUT IR Carrier RC3 I2C_SCL IN PICKIT Serial Analyzer (SCL) RC4 I2C_SDA IN PICKIT Serial Analyzer (SDA) RC5 GPO OUT NC RC6 UART_TX IN NC RC7 UART_RX IN NC RD0 CPS8 (Cap Sensor Module) IN Proximity Sensor Pad RD1 GPO OUT NC RD2 GPO OUT LED7 RD3 GPO OUT LED8 RD4 GPO OUT LED9 RD5 GPO OUT LED10 RD6 GPO OUT LED11 RD7 GPO OUT NC RE0 GPO OUT LED12 RE1 GPO OUT LED13 RE2 GPO OUT LED14 RE3 MCLR IN RESET Microchip Korea V0.8-page 9

10 3.2 Absolute Maximum Ratings SYMBOL PARAMETER MIN MAX UNITS NOTES VDD Voltage on VDD with respect to V VSS, Vin Voltage on all other pins -0.3 Vdd+0.3 V Ik Clamp Current ma Tstrg Storage Temperature C Operating Conditions SYMBOL PARAMETER MIN MAX UNITS NOTES VDD Supply Voltage V Vth Reset Threshold Voltage V Iddd Dynamic Current in Wake-up mode 610 ua Idds Standby Current in Standby mode ua Ta Ambient Temperature C Microchip Korea V0.8-page 10

11 Chapter 4. Getting Started 4.1 Introduction This section provides an introduction to the Capacitive Touch Remote Control Reference Design using the demonstration application firmware pre-programmed on the PIC MCUs and monitoring environment using PICkit Serial Analyzer. 4.2 Demonstration Wake-up by shock sensor - Put the Device on the Table for 5 sec, then Device goes to Standby mode. - Shake the Device, then LEDs (both side) are flashing and buzzer sounds. - Press actual buttons, then LEDs (Top side) is blinking, buzzer sounds and IR data is transmitted. - Leave the Device for 5 sec, then Device goes to Standby mode again Wake-up by proximity sensor - Put the Device on the Table for 5 sec, then Device goes to Standby mode. - Touch Proximity sensor pad (both side), then LEDs (both side) are flashing and buzzer sounds - Press actual buttons, then LEDs (Top side) is blinking, buzzer sounds and IR data is transmitted. - Leave the Device for 5 sec, then Device goes to Standby mode again. Caution: If you touch ICSP Connectors, It may cause abnormal operation. 4.3 GUI with PICkit Serial Analyzer Connecting the board with PICkit Serial Analyzer Ensure that the Capacitive Touch Remote Control Reference Board is sitting on a flat nonconductive surface. Connect the PICKit Serial Analyzer to the Board and then to an available USB port on your PC as shown in Figure 4-1. FIGURE 4-1: Connecting the board with PICkit Serial Analyzer to PC USB Port Starting the mtouch Diagnostic Tool and Board Selection Start the mtouch Diagnostic Tool by selecting Start>Programs>Microchip>mTouch. The mtouch Diagnostic Tool main window and Board Selection window should appear as shown in Figure 4-2. Microchip Korea V0.8-page 11

12 Select the Custom Tab and write the Slave Address (0x52). If Slave Address is matched with PIC16F727, Total Num Sensors would be 8 automatically. And then Click the button until non-activation. A more detailed discussion on the mtouch technology is provided in the mtouch User s Guide (DS41328). FIGURE 4-2: mtouch DIAGNOSTIC TOOL WINDOWS AND BOARD SELECTION AND ASSOCIATED PAD SENSIBILITY Power Enter(Microchip Logo) Volume-Up Channel-Down Select Channel-Up Volume-Down Proximity Sensor Microchip Korea V0.8-page 12

13 Appendix A. Hardware Schematics Microchip Korea V0.8-page 13

14 Appendix B. Gerbers PCB (BOTTOM) PCB (TOP) Microchip Korea V0.8-page 14

PICado Alpha Development Board V1.0

PICado Alpha Development Board V1.0 V1.0 Bluetooth Transceiver Module HC-05 Four onboard FET power output stage 34 freely assignable I/O pins ICSP interface 2015 Jan Ritschard, All rights reserved. V1.0 Table of Contents 1. Introduction...

More information

Capacitive mtouch Sensing Solutions

Capacitive mtouch Sensing Solutions Capacitive mtouch Sensing Solutions Design Guidelines 2010 Microchip Korea AE Team. All Rights Reserved. Capacitive Touch Sensing Design Guide Slide 1 Agenda Design Guidelines for: Copper Pad Size Circuit

More information

RL78 Ultra Low Power MCU Lab

RL78 Ultra Low Power MCU Lab RL78 Ultra Low Power MCU Lab Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Renesas Technology & Solution Portfolio 3 Microcontroller and Microprocessor Line-up 2010 2012 32-bit

More information

Tic-Tac-Toe with mtouch. Version 1.0. June Cytron Technologies Sdn. Bhd.

Tic-Tac-Toe with mtouch. Version 1.0. June Cytron Technologies Sdn. Bhd. Tic-Tac-Toe with mtouch PR28 Version 1.0 June 2010 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion only

More information

PIC Microcontroller Introduction

PIC Microcontroller Introduction PIC Microcontroller Introduction The real name of this microcontroller is PICmicro (Peripheral Interface Controller), but it is better known as PIC. Its first ancestor was designed in 1975 by General Instruments.

More information

PIC KIT 2 BASIC-USERS GUIDE FEMTO ELECTRONICS

PIC KIT 2 BASIC-USERS GUIDE FEMTO ELECTRONICS PIC KIT 2 BASIC-USERS GUIDE FEMTO ELECTRONICS SPECIFICATIONS: ICSP (In Circuit Serial Programmer). Compatible with PIC Microcontrollers (5V chips only). Compatible with MPLAB, MPLAB X and PIC KIT 2 software.

More information

Mercury System SB310

Mercury System SB310 Mercury System SB310 Ultrasonic Board - Product Datasheet Author Francesco Ficili Date 20/05/2018 Status Released Pag. 1 Revision History Version Date Author Changes 1.0 20/05/2018 Francesco Ficili Initial

More information

Display Real Time Clock (RTC) On LCD. Version 1.2. Aug Cytron Technologies Sdn. Bhd.

Display Real Time Clock (RTC) On LCD. Version 1.2. Aug Cytron Technologies Sdn. Bhd. Display Real Time Clock (RTC) On LCD PR12 Version 1.2 Aug 2008 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion

More information

Development Hardware. Target Board and In-circuit Debugger

Development Hardware. Target Board and In-circuit Debugger Development Hardware Target Board and In-circuit Debugger Development Hardware :: Slide 1 of 32 Microchip PICDEM 2 Plus Target Board Development Hardware :: Slide 2 of 32 PICDEM 2 Plus Demo Board Development

More information

MOD-ZIGBEE-PIR sensor development board USER S MANUAL All boards produced by Olimex LTD are ROHS compliant

MOD-ZIGBEE-PIR sensor development board USER S MANUAL All boards produced by Olimex LTD are ROHS compliant sensor development board USER S MANUAL All boards produced by Olimex LTD are ROHS compliant Revision B, Januray 2013 Designed by OLIMEX Ltd, 2011 Disclaimer: 2012 Olimex Ltd. Olimex, logo and combinations

More information

RL78 Ultra Low Power MCU Lab

RL78 Ultra Low Power MCU Lab RL78 Ultra Low Power MCU Lab Michael Clodfelter Sr. Staff Application Engineer Class ID: CL07I Renesas Electronics America Inc. Mike Clodfelter Sr. Staff Application Engineer for Renesas Electronics 16bit

More information

Features ================================= Auto Detects Programming Hardware and Inserted Devices

Features ================================= Auto Detects Programming Hardware and Inserted Devices 13056 PIC Programmer - USB, ISP Programmer for Microchip PIC Microcontroller supports almost all 12F, 16F & 18F devices Features ================================= Auto Detects Programming Hardware and

More information

SBC44EC. Single board computer for 44 pin PLCC PICs

SBC44EC. Single board computer for 44 pin PLCC PICs Single board computer for 44 pin PLCC PICs Table of Contents 1 Introduction...2 2 Features...3 3 Expansion Connectors...4 3.1 Frontend Connectors...4 3.1.1 Connecting IDC connectors to the Frontend Connector...5

More information

Modtronix Engineering Modular Electronic Solutions SBC28DC. Single board computer for 28 pin DIP PICs

Modtronix Engineering Modular Electronic Solutions SBC28DC. Single board computer for 28 pin DIP PICs Modtronix Engineering Modular Electronic Solutions Single board computer for 28 pin DIP PICs Table of Contents 1 Introduction...2 2 Features...4 3 Expansion Connectors...5 3.1 Daughter Board Connectors...5

More information

DEVBOARD3 DATASHEET. 10Mbits Ethernet & SD card Development Board PIC18F67J60 MICROCHIP

DEVBOARD3 DATASHEET. 10Mbits Ethernet & SD card Development Board PIC18F67J60 MICROCHIP DEVBOARD3 DATASHEET 10Mbits Ethernet & SD card PIC18F67J60 MICROCHIP Version 1.0 - March 2009 DEVBOARD3 Version 1.0 March 2009 Page 1 of 7 The DEVBOARD3 is a proto-typing board used to quickly and easily

More information

PIC-LCD-3310 development board Users Manual

PIC-LCD-3310 development board Users Manual PIC-LCD-3310 development board Users Manual Rev.A, July 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved INTRODUCTION: PIC-LCD-3310 is development board with PIC18F67J50, NOKIA 3310 BW 84x48 pixels

More information

TDSDB Features. Description

TDSDB Features. Description TDSDB14550 Features Inexpensive development or project board providing quick start up solution. 5v Pic alternative to the 3.3v TDSDB146J50 Mini B USB socket to provide power and USB functionality. 40 pin

More information

Good Idea to Working Electronic Model

Good Idea to Working Electronic Model Good Idea to Working Electronic Model by Jan H. Lichtenbelt, March 2011 Abstract Seeing an idea manifest itself into a fully working creation is always satisfying, however so many good ideas go to waste

More information

PVK40. User's manual. Feature Rich Development and Educational Kit for 40-pin Microchip PIC microcontrollers

PVK40. User's manual. Feature Rich Development and Educational Kit for 40-pin Microchip PIC microcontrollers PVK40 User's manual Feature Rich Development and Educational Kit for 40-pin Microchip PIC microcontrollers CONTENTS PVK40 3 On-board peripherals: 3 Power supply 4 Microcontroller 4 Reset circuitry 4 Oscilator

More information

University of Hawaii EE 361L MPLab Quick Tutorial and Project 2.1 Last updated September 1, 2011

University of Hawaii EE 361L MPLab Quick Tutorial and Project 2.1 Last updated September 1, 2011 University of Hawaii EE 361L MPLab Quick Tutorial and Project 2.1 Last updated September 1, 2011 This is a quick tutorial of programming the PIC 16F684A processor using the MPLab Integrated Development

More information

AS Channels Capacitive Touch Sensor IC From Santa Clara, United States of America

AS Channels Capacitive Touch Sensor IC From Santa Clara, United States of America ASI Competitor Equivalent A Competitor Equivalent B Volts Leading Performance: ESD HBM >8k Volts (Directly Applied to All IC Pins) Operating Temperature up to >+95 0 C Features Overview Analog and Digital

More information

BC-USB-Kit Manual. First Edition. February, BeatCraft, Inc.

BC-USB-Kit Manual. First Edition. February, BeatCraft, Inc. BC-USB-Kit Manual First Edition February, 2015 BeatCraft, Inc. 1. Overview BC-USB-Kit is a USB-gadget development kit, which is equipped with a micro controller of Microchip Technology Inc, PIC24FJ128GB202

More information

ILI2511. ILI2511 Single Chip Capacitive Touch Sensor Controller. Specification ILI TECHNOLOGY CORP. Version: V1.4. Date: 2018/7/5

ILI2511. ILI2511 Single Chip Capacitive Touch Sensor Controller. Specification ILI TECHNOLOGY CORP. Version: V1.4. Date: 2018/7/5 Single Chip Capacitive Touch Sensor Controller Specification Version: V1.4 Date: 2018/7/5 ILI TECHNOLOGY CORP. 8F., No.1, Taiyuan 2 nd St., Zhubei City, Hsinchu County 302, Taiwan (R.O.C.) Tel.886-3-5600099;

More information

PIC-P67J60 development board Users Manual

PIC-P67J60 development board Users Manual PIC-P67J60 development board Users Manual Rev.A, July 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved INTRODUCTION: If you want to build your own Internet enabled device this is the board for you.

More information

CHAPTER 6 CONCLUSION AND SCOPE FOR FUTURE WORK

CHAPTER 6 CONCLUSION AND SCOPE FOR FUTURE WORK 134 CHAPTER 6 CONCLUSION AND SCOPE FOR FUTURE WORK 6.1 CONCLUSION Many industrial processes such as assembly lines have to operate at different speeds for different products. Process control may demand

More information

Getting acquainted with the development tools June 27, 2006 ELE492 Embedded System Design Exercise 1

Getting acquainted with the development tools June 27, 2006 ELE492 Embedded System Design Exercise 1 Getting acquainted with the development tools June 27, 2006 ELE492 Embedded System Design Exercise 1 Overview In this first exercise, a few tasks are given to get acquainted with the PIC microcontroller

More information

HAND HELD PROGRAMMER QUICK START GUIDE

HAND HELD PROGRAMMER QUICK START GUIDE HAND HELD PROGRAMMER QUICK START GUIDE IMPORTANT INFORMATION 1) Do not leave the programmer connected to the PC adapter or a target system, as this will drain the battery. Installing Software 1) Run the

More information

KPIC-0818P (V050919) Devices Included in this Data sheet: KPIC-0818P

KPIC-0818P (V050919) Devices Included in this Data sheet: KPIC-0818P Devices Included in this Data sheet: KPIC-0818P Features: Carefully designed prototyping area Accepts 8 pin PIC12 series micro-controllers Accepts 14 and 18 Pin PIC16 series Accepts some 8,14 and 18 pin

More information

PIC PORTABLE PROGRAMMER QUICK START GUIDE

PIC PORTABLE PROGRAMMER QUICK START GUIDE PIC PORTABLE PROGRAMMER QUICK START GUIDE IMPORTANT INFORMATION 1) Do not leave the programmer connected to the PC adapter or a target system, as this will drain the battery. Installing Software 1) Run

More information

Microcontroller. BV523 32bit Microcontroller. Product specification. Jun 2011 V0.a. ByVac Page 1 of 8

Microcontroller. BV523 32bit Microcontroller. Product specification. Jun 2011 V0.a. ByVac Page 1 of 8 32bit Product specification Jun 2011 V0.a ByVac Page 1 of 8 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. PIC32...3 3.2. USB Interface...3 3.3. Power Supply...4 3.4. Power

More information

PIC-32MX development board Users Manual

PIC-32MX development board Users Manual PIC-32MX development board Users Manual All boards produced by Olimex are ROHS compliant Rev.A, June 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved INTRODUCTION: The NEW PIC-32MX board uses the

More information

Introduction to Microcontroller Apps for Amateur Radio Projects Using the HamStack Platform.

Introduction to Microcontroller Apps for Amateur Radio Projects Using the HamStack Platform. Introduction to Microcontroller Apps for Amateur Radio Projects Using the HamStack Platform www.sierraradio.net www.hamstack.com Topics Introduction Hardware options Software development HamStack project

More information

ILI2312. ILI2312 Single Chip Capacitive Touch Sensor Controller. Specification ILI TECHNOLOGY CORP. Version: V1.03.

ILI2312. ILI2312 Single Chip Capacitive Touch Sensor Controller. Specification ILI TECHNOLOGY CORP. Version: V1.03. Single Chip Capacitive Touch Sensor Controller Specification Version: V1.03 Date: 2015/11/17 ILI TECHNOLOGY CORP. 8F, No.38, Taiyuan St., Jhubei City, Hsinchu County 302, Taiwan, R.O.C. Tel.886-3-5600099;

More information

Microprocessors B Lab 1 Spring The PIC24HJ32GP202

Microprocessors B Lab 1 Spring The PIC24HJ32GP202 The PIC24HJ32GP202 Lab Report Objectives Materials See separate report form located on the course webpage. This form should be completed during the performance of this lab. 1) To familiarize the student

More information

Embedded Systems. PIC16F84A Internal Architecture. Eng. Anis Nazer First Semester

Embedded Systems. PIC16F84A Internal Architecture. Eng. Anis Nazer First Semester Embedded Systems PIC16F84A Internal Architecture Eng. Anis Nazer First Semester 2017-2018 Review Computer system basic components? CPU? Memory? I/O? buses? Instruction? Program? Instruction set? CISC,

More information

TouchCore351-ML16IP. Capacitive Touch Sensor Controller

TouchCore351-ML16IP. Capacitive Touch Sensor Controller Total Solution of MCU TouchCore351-ML16IP Capacitive Touch Sensor Controller CORERIVER Semiconductor reserves the right to make corrections, modifications, enhancements, improvements, and other changes

More information

PIC 28 Pin Board Documentation. Update Version 5.0

PIC 28 Pin Board Documentation. Update Version 5.0 PIC 28 Pin Board Documentation Update 2009.10 Version 5.0 Table of Contents PIC 28 Pin Board Documentation... 1 Table of Contents... 2 Introduction... 3 Circuit Schematic... 4 The following is the Circuit

More information

mtouch Advanced Capacitive Evaluation Kits User s Guide

mtouch Advanced Capacitive Evaluation Kits User s Guide mtouch Advanced Capacitive Evaluation Kits User s Guide 2010 Microchip Technology Inc. DS41385C Note the following details of the code protection feature on Microchip devices: Microchip products meet the

More information

PIC16F87X. 28/40-pin 8-Bit CMOS FLASH Microcontrollers. Devices Included in this Data Sheet: Pin Diagram PDIP. Microcontroller Core Features:

PIC16F87X. 28/40-pin 8-Bit CMOS FLASH Microcontrollers. Devices Included in this Data Sheet: Pin Diagram PDIP. Microcontroller Core Features: PIC16F7X 2/40-pin -Bit CMOS FLASH Microcontrollers Devices Included in this Data Sheet: PIC16F7 PIC16F74 PIC16F76 PIC16F77 Microcontroller Core Features: High-performance RISC CPU Only 5 single word instructions

More information

Doc: page 1 of 9

Doc: page 1 of 9 chipkit DP32 Reference Manual Revision: July 10, 2013 Note: This document applies to REV B of the board. 1300 NE Henley Court, Suite 3 Pullman, WA 99163 (509) 334 6306 Voice (509) 334 6300 Fax Overview

More information

USER'S MANUAL PICEBS2. Hes-so//Valais / ISI / sap - version 1.0 PICEBS2-1/10

USER'S MANUAL PICEBS2. Hes-so//Valais / ISI / sap - version 1.0 PICEBS2-1/10 USER'S MANUAL PICEBS2 sap@hevs.ch Hes-so//Valais / ISI / sap - version 1.0 PICEBS2-1/10 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 HARDWARE... 4 2.1 The USB power supply... 4 2.2 The USB debug connection

More information

ET-PIC 24 WEB-V1. o Central Processing Unit (CPU) o System. o nanowatt Power Managed Modes. o Analog Features

ET-PIC 24 WEB-V1. o Central Processing Unit (CPU) o System. o nanowatt Power Managed Modes. o Analog Features ET-PIC 24 WEB-V1 ET-PIC 24 WEB-V1 is PIC Board Microcontroller from Microchip that uses 16 Bit No.PIC24FJ128GA008 Microcontroller for processing data and develops board. The remarkable specification of

More information

IS-S0108 Single Switch Solution

IS-S0108 Single Switch Solution IS-S0108 Single Switch Solution IS-S0108 Single Switch Solution Revision D NKK SWITCHES 7850 E. Gelding Drive Scottsdale, AZ 85260 Toll Free 1-877-2BUYNKK (877-228-9655) Phone 480-991-0942 Fax 480-998-1435

More information

A0021. Overview. Features. Ordering Information. HSS Touch Signature IC 6 Input - I 2 C. Part Number Format: A X Y Z

A0021. Overview. Features. Ordering Information. HSS Touch Signature IC 6 Input - I 2 C. Part Number Format: A X Y Z VSS NC NC VDD SDA SENSOR 2 SENSOR 1 ADD1 HSS Touch Signature IC 6 Input - I 2 C A0021 Overview The patented AlSentis A0021 Touch IC is a complete 1 6 input touch sensing solution. It includes all signal

More information

eip-24/100 Embedded TCP/IP 10/100-BaseT Network Module Features Description Applications

eip-24/100 Embedded TCP/IP 10/100-BaseT Network Module Features Description Applications Embedded TCP/IP 10/100-BaseT Network Module Features 16-bit Microcontroller with Enhanced Flash program memory and static RAM data memory On board 10/100Mbps Ethernet controller, and RJ45 jack for network

More information

SBC65EC. Ethernet enabled Single Board Computer

SBC65EC. Ethernet enabled Single Board Computer Ethernet enabled Single Board Computer Table of Contents 1 Introduction...2 2 Features...3 3 Daughter Board Connectors...4 3.1 As a Daughter Board...5 3.2 Expansion boards...5 4 Interfaces...5 4.1 Ethernet...5

More information

ILI2303. ILI2303 Capacitive Touch Sensor Controller. Specification

ILI2303. ILI2303 Capacitive Touch Sensor Controller. Specification Capacitive Touch Sensor Controller Specification Version: V1.03 Date: 2014/9/17 ILI TECHNOLOGY CORP. 8F, No.38, Taiyuan St., Jhubei City, Hsinchu County 302, Taiwan, R.O.C. Tel.886-3-5600099; Fax.886-3-5600055

More information

A0061. Overview. Features. Ordering Information. HSS Touch Signature IC 15 Input - I 2 C. Part Number Format: A X Y Z

A0061. Overview. Features. Ordering Information. HSS Touch Signature IC 15 Input - I 2 C. Part Number Format: A X Y Z Sensor5 ADD2 ADD1 SCL SDA Sensor6 Sensor7 Sensor1 Sensor0 Reset NC NC Sensor14 Sensor13 HSS Touch Signature IC 15 Input - I 2 C A0061 Overview The patented AlSentis A0061 Touch IC is a complete 1 15 input

More information

SimPLC. User Manual.

SimPLC. User Manual. SimPLC User Manual www.dizzy.co.za Contents Introduction... 4 Overview Top... 5 Power Circuitry... 6 Microcontroller... 7 Real-Time Calendar and Clock (RTCC)... 7 Reset Button... 7 Oscillator Socket...

More information

FT6x06. Self-Capacitive Touch Panel Controller INTRODUCTION FEATURES

FT6x06. Self-Capacitive Touch Panel Controller INTRODUCTION FEATURES Self-Capacitive Touch Panel Controller INTRODUCTION The FT6x06 Series ICs are single-chip capacitive touch panel controller ICs with a built-in 8 bit enhanced Micro-controller unit (MCU).They adopt the

More information

chipkit Cmod Reference Manual Overview Revised November 6, 2013 This manual applies to the chipkit Cmod rev. E

chipkit Cmod Reference Manual Overview Revised November 6, 2013 This manual applies to the chipkit Cmod rev. E 1300 Henley Court Pullman, WA 99163 509.334.6306 www.digilentinc.com chipkit Cmod Reference Manual Revised November 6, 2013 This manual applies to the chipkit Cmod rev. E Overview The chipkit Cmod is a

More information

NeoLoch. Inquisitor 4116 DRAM Blade Manual. Overview. Preliminary Release

NeoLoch. Inquisitor 4116 DRAM Blade Manual. Overview. Preliminary Release NeoLoch Inquisitor 4116 DRAM Blade Manual Overview The Inquisitor 4116 DRAM blade is designed to test 16 pin DRAM ICs. Current tests include 4116, 9016, D416, 4027 and 4096. The Inquisitor 4116 DRAM tester

More information

1. Features and Benefits

1. Features and Benefits 1. Features and Benefits Single die, low cost 16x4 pixels IR array Factory calibrated absolute PTAT temperature sensor for measuring die temperature Separate channel for connecting additional IR sensor

More information

FT6336G. Self-Capacitive Touch Panel Controller INTRODUCTION FEATURES

FT6336G. Self-Capacitive Touch Panel Controller INTRODUCTION FEATURES FT6336G Self-Capacitive Touch Panel Controller INTRODUCTION The FT6336G are single-chip capacitive touch panel controller IC with a built-in 16 bit enhanced Micro-controller unit (MCU).They adopt the self-capacitance

More information

Wcapacitive-touch controls for

Wcapacitive-touch controls for Adding a Capacitive-Touch User Interface With Resources Already Present In Your System JONATHAN DILLON, MICROCHIP TECHNOLOGY INC. For many systems, the building blocks for implementing capacitive sensing,

More information

Specification of JBT Mesh Bluetooth Module

Specification of JBT Mesh Bluetooth Module Specification of JBT Mesh Bluetooth Module Model number Function Document Revision/Date JBT Bluetooth Low Energy (BLE) Version 1.0 BPS_MODULE_V1 Module supporting mesh 2015-10-02 networking page1 Table

More information

HI-TIDE Release Notes for Version 3.13

HI-TIDE Release Notes for Version 3.13 HI-TIDE Release Notes for Version 3.13 Copyright (C) 2007 HI-TECH Software. All Rights Reserved. Printed in Australia. Produced on: September 24, 2007 HI-TECH Software Pty. Ltd. ACN 002 724 549 45 Colebard

More information

Section 30. In-Circuit Serial Programming (ICSP )

Section 30. In-Circuit Serial Programming (ICSP ) Section 30. In-Circuit Serial Programming (ICSP ) HIGHLIGHTS This section of the manual contains the following major topics: 30. Introduction... 30-2 30.2 Entering In-Circuit Serial Programming Mode...

More information

PIC Dev 14 Surface Mount PCB Assembly and Test Lab 1

PIC Dev 14 Surface Mount PCB Assembly and Test Lab 1 Name Lab Day Lab Time PIC Dev 14 Surface Mount PCB Assembly and Test Lab 1 Introduction: The Pic Dev 14 SMD is a simple 8-bit Microchip Pic microcontroller breakout board for learning and experimenting

More information

1 Introduction to Computers and Computer Terminology Programs Memory Processor Data Sheet Example Application...

1 Introduction to Computers and Computer Terminology Programs Memory Processor Data Sheet Example Application... Overview of the PIC 16F648A Processor: Part 1 EE 361L Lab 2.1 Last update: August 19, 2011 Abstract: This report is the first of a three part series that discusses the features of the PIC 16F684A processor,

More information

AKKON USB CONTROLLER BOARD

AKKON USB CONTROLLER BOARD TN002 AKKON USB CONTROLLER BOARD USB Microcontroller board with the PIC18F4550 * Datasheet Authors: Gerhard Burger Version: 1.0 Last update: 20.01.2006 File: Attachments: no attachments Table of versions

More information

DEV16T. LCD Daughter board

DEV16T. LCD Daughter board LCD Daughter board Table of Contents 1 Introduction...2 2 Features...3 3 Expansion Connectors...4 3.1 Daughter Board Connectors...4 4 LCD Display...5 5 Input Buttons S1 to S4...5 6 Buzzer...5 7 Connector

More information

32 bit Micro Experimenter Board Description and Assembly manual

32 bit Micro Experimenter Board Description and Assembly manual 32 bit Micro Experimenter Board Description and Assembly manual Thank you for purchasing the KibaCorp 32 bit Micro Experimenter. KibaCorp is dedicated to Microcontroller education for the student, hobbyist

More information

C8051F700-DK C8051F700 DEVELOPMENT KIT USER S GUIDE. 1. Relevant Devices. 2. Kit Contents. 3. Hardware Setup

C8051F700-DK C8051F700 DEVELOPMENT KIT USER S GUIDE. 1. Relevant Devices. 2. Kit Contents. 3. Hardware Setup C8051F700 DEVELOPMENT KIT USER S GUIDE 1. Relevant Devices The C8051F700 Development Kit is intended as a development platform for the microcontrollers in the C8051F70x/71x MCU family. The members of this

More information

The FED PIC Flex 2 Development Boards

The FED PIC Flex 2 Development Boards The FED PIC Flex 2 Development Boards THE FED PIC Flex Development board offers a host for 28 or 40 pin devices and includes LED's, switches, transistor switches, USB interface, serial port, support circuitry,

More information

Introducing: New Low-Cost & Low Pin Count PIC Microcontrollers for the 8-, 16- & 32-bit Markets

Introducing: New Low-Cost & Low Pin Count PIC Microcontrollers for the 8-, 16- & 32-bit Markets Introducing: New Low-Cost & Low Pin Count PIC Microcontrollers for the 8-, 16- & 32-bit Markets PIC MCU and dspic DSC Family Portfolio 2 New Low Cost, Low Pin-Count 8-, 16-, 32-bit Offerings 3 What Are

More information

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features CAN / Interface Adapter For SHP Series Total Power: < 1 Watts Input Voltage: 5V Internal Outputs: CAN,, USB, I 2 C Special Features Input Protocols: 1) using Modbus 2) CAN using modified Modbus Output

More information

============ CONTENTS ============

============ CONTENTS ============ ============ CONTENTS ============ 1. INTRODUCTION... 3 2. FEATURES... 3 3. PIN ASSIGNMENT... 4 4. ROM TABLE... 7 5. RAM TABLE... 8 6. SYSTEM CLOCK... 9 6.1 CRYSTAL INPUT... 9 6.2 ROSC INPUT... 9 7. I/O

More information

Debugging header USB Power OK LED

Debugging header USB Power OK LED The E9.0 PIR AD MURATA is used to demonstrate the capability of the E9.0 using a MURATA SMD PIR detector. The microcontroller on the module reads PIR voltage and Temperature information on every interrupt

More information

Description: USB to Serial interface and USB development platform

Description: USB to Serial interface and USB development platform Device: PLT-1003 This document Version: 1.0 Date: October 2010 Description: USB to Serial interface and USB development platform PLT-1003 datasheet Page 2 Table of Contents Introduction... 3 Features...

More information

PIC-MAXI-WEB development board Users Manual

PIC-MAXI-WEB development board Users Manual PIC-MAXI-WEB development board Users Manual Rev.B, February 2009 Copyright(c) 2009, OLIMEX Ltd, All rights reserved INTRODUCTION: This board allows you to easily develop Ethernet connectivity applications.

More information

EasyPIC5 Development System

EasyPIC5 Development System EasyPIC5 Development System Part No.: MPMICRO-PIC-Devel- EasyPIC5 Overview EasyPIC5 is a development system that supports over 120 8-, 14-, 18-, 20-, 28- and 40-pin PIC MCUs. EasyPIC5 allows PIC microcontrollers

More information

Customize service and solution for wireless transportation products. Bluetooth Module Hardware Datasheet BLE1010C2P

Customize service and solution for wireless transportation products. Bluetooth Module Hardware Datasheet BLE1010C2P Customize service and solution for wireless transportation products Bluetooth Module Hardware Datasheet Chongqing JINOU Science and Technology Development Co., Ltd. 2015-09-01 Contents 1. Features... 1

More information

mtouch Capacitive Evaluation Kit User s Guide

mtouch Capacitive Evaluation Kit User s Guide mtouch Capacitive Evaluation Kit User s Guide 2009 Microchip Technology Inc. DS41385A Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification

More information

MCP2120/MCP2150 DEVELOPER S KIT USER S GUIDE

MCP2120/MCP2150 DEVELOPER S KIT USER S GUIDE MCP2120/MCP2150 DEVELOPER S KIT USER S GUIDE Information contained in this publication regarding device applications and the like is intended by way of suggestion only. No representation or warranty is

More information

SK18A. 18 Pins PIC START-UP KIT. User s Manual V1.1. Dec 2007

SK18A. 18 Pins PIC START-UP KIT. User s Manual V1.1. Dec 2007 SK18A 18 Pins PIC START-UP KIT User s Manual V1.1 Dec 2007 Information contained in this publication regarding device applications and the like is intended through suggestion only and may be superseded

More information

XLP 16-Bit Development Kit User s Guide

XLP 16-Bit Development Kit User s Guide XLP 16-Bit Development Kit User s Guide DS51873B Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification contained in their particular

More information

Hong Kong Institute of Vocational Education Digital Electronics & Microcontroller. 8. Microcontroller

Hong Kong Institute of Vocational Education Digital Electronics & Microcontroller. 8. Microcontroller 8. Microcontroller Textbook Programming Robot Controllers, Myke Predko, McGraw Hill. Reference PIC Robotics: A Beginner's Guide to Robotics Projects Using the PIC Micro, John Iovine, McGraw Hill. Embedded

More information

Universal Development Board Reference Manual

Universal Development Board Reference Manual 1300 Henley Court Pullman, WA 99163 509.334.6306 www.digilentinc.com Universal Development Board Reference Manual Revised April 15, 2016 This manual applies to the UDB rev. E Table of Contents Table of

More information

SK40C ENHANCED 40 PINS PIC START-UP KIT. User s Manual V1.3. March 2012

SK40C ENHANCED 40 PINS PIC START-UP KIT. User s Manual V1.3. March 2012 SK40C ENHANCED 40 PINS PIC START-UP KIT User s Manual V1.3 March 2012 Information contained in this publication regarding device applications and the like is intended through suggestion only and may be

More information

Page 1 of 13 Version 1.5 Release Date: PenMount PM1410 PCI Controller Board Data Sheet. Table of contents

Page 1 of 13 Version 1.5 Release Date: PenMount PM1410 PCI Controller Board Data Sheet. Table of contents Page 1 of 13 Table of contents Table of contents... 1 Revision history... 2 1.0 Introduction... 3 2.0 Specifications... 4 3.0 Mechanical Drawing... 5 3.1 Mechanical size... 5 3.2 Touch line pin definition...

More information

Description: 4x 7 segment display module with decimals and colon

Description: 4x 7 segment display module with decimals and colon Device: DSP-7S04B This document Version: 1.0 Date: 19 October 2013 Description: 4x 7 segment display module with decimals and colon Matches module hardware version: [30 Sep 2013 v3] Table of Contents DSP-7S04B

More information

eip-10 Embedded TCP/IP 10-BaseT Network Module Features Description Applications

eip-10 Embedded TCP/IP 10-BaseT Network Module Features Description Applications Embedded TCP/IP 10-BaseT Network Module Features 8-bit reprogrammable Microcontroller with Enhanced Flash program memory, EEPROM and Static RAM data memory On board 10Mbps Ethernet controller, and RJ45

More information

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM FRDM-KL02Z User Manual Rev. 0 Freescale Semiconductor Inc. FRDMKL02ZUM 1. Overview The Freescale Freedom development platform is an evaluation and development tool ideal for rapid prototyping of microcontroller-based

More information

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM FRDM-KL02Z User Manual Rev. 0 Freescale Semiconductor Inc. FRDMKL02ZUM 1. Overview The Freescale Freedom development platform is an evaluation and development tool ideal for rapid prototyping of microcontroller-based

More information

FT5x26. True Multi-Touch Capacitive Touch Panel Controller INTRODUCTION FEATURES

FT5x26. True Multi-Touch Capacitive Touch Panel Controller INTRODUCTION FEATURES FT5x26 True Multi-Touch Capacitive Touch Panel Controller INTRODUCTION The FT5X26 is single-chip capacitive touch panel controllers with built-in enhanced Micro-controller unit (MCU). Itprovides the benefits

More information

NT7532 V X132 RAM-Map LCD Controller/Driver. Preliminary

NT7532 V X132 RAM-Map LCD Controller/Driver. Preliminary 65X132 RAM-Map LCD Controller/Driver V 0.1 Preliminary 1 1 REVISION HISTORY...3 2 FEATURES...4 3 GENERAL DESCRIPTION...4 4 PADS CONFIGURATION...5 5 BLOCK DIAGRAM...6 6 PAD DESCRIPTIONS...7 7 FUNCTIONAL

More information

Notes: 1. The module is not protected against ESD, avoid potential difference between yourself and the module before use.

Notes: 1. The module is not protected against ESD, avoid potential difference between yourself and the module before use. The Digital PIR USB Interface module is a link between most* Digital PIR Detectors and a Personal Computer. The microcontroller on the module reads all available information from the Digital Detector on

More information

Bolt 18F2550 System Hardware Manual

Bolt 18F2550 System Hardware Manual 1 Bolt 18F2550 System Hardware Manual Index : 1. Overview 2. Technical specifications 3. Definition of pins in 18F2550 4. Block diagram 5. FLASH memory Bootloader programmer 6. Digital ports 6.1 Leds and

More information

Breeze Board. Type A. User Manual.

Breeze Board. Type A. User Manual. Breeze Board Type A User Manual www.dizzy.co.za Contents Introduction... 3 Overview Top... 4 Overview Bottom... 5 Getting Started (Amicus Compiler)... 6 Power Circuitry... 7 USB... 8 Microcontroller...

More information

Microcontroller Overview

Microcontroller Overview Microcontroller Overview Microprocessors/Microcontrollers/DSP Microcontroller components Bus Memory CPU Peripherals Programming Microcontrollers vs. µproc. and DSP Microprocessors High-speed information

More information

chipkit Cmod Reference Manual Overview Revised November 6, 2013 This manual applies to REV E of the board.

chipkit Cmod Reference Manual Overview Revised November 6, 2013 This manual applies to REV E of the board. 1300 Henley Court Pullman, WA 99163 509.334.6306 www.digilentinc.com chipkit Cmod Reference Manual Revised November 6, 2013 This manual applies to REV E of the board. Overview The chipkit Cmod is a chipkit/mpide

More information

BIGdsPIC6. Development System. User manual

BIGdsPIC6. Development System. User manual BIGdsPIC6 User manual All s development systems represent irreplaceable tools for programming and developing microcontroller-based devices. Carefully chosen components and the use of machines of the last

More information

Breeze Board. Type B. User Manual.

Breeze Board. Type B. User Manual. Breeze Board Type B User Manual www.dizzy.co.za Contents Introduction... 3 Overview Top... 4 Overview Bottom... 5 Getting Started (USB Bootloader)... 6 Power Circuitry... 7 USB... 8 Microcontroller...

More information

PAN502x Capacitive Touch Controller Datasheet

PAN502x Capacitive Touch Controller Datasheet PAN502x Capacitive Touch Controller sheet PAN502x-A-A, Rev 1.0 Panchip Microelectronics www.panchip.com Copyright@2014, Panchip Microelectronics, CO., LTD. All right reserved. 1 / 16 Table of Contents

More information

A compact starter kit with your favorite microcontroller and two mikrobus sockets

A compact starter kit with your favorite microcontroller and two mikrobus sockets PIC24 A compact starter kit with your favorite microcontroller and two mikrobus sockets PIC24 Page 1 TO OUR VALUED CUSTOMERS I want to express my thanks to you for being interested in our products and

More information

Page 1 of 11 Version 1.2 Release Date: PenMount PM2204 PCI Controller Board Data Sheet. Table of contents

Page 1 of 11 Version 1.2 Release Date: PenMount PM2204 PCI Controller Board Data Sheet. Table of contents Page 1 of 11 Table of contents Table of contents... 1 Revision history... 2 1.0 Introduction... 3 2.0 Specifications... 4 3.0 Mechanical drawing... 5 3.1 Mechanical size... 5 3.2 Touch line pin definition...

More information

1 Introduction to Computers and Computer Terminology Programs Memory Processor Data Sheet... 4

1 Introduction to Computers and Computer Terminology Programs Memory Processor Data Sheet... 4 Overview of the PIC 16F648A Processor: Part 1 EE 361L Lab 2.1 Last update: August 1, 2016 Abstract: This report is the first of a three part series that discusses the features of the PIC 16F648A processor,

More information

Manual of Board ET-PIC STAMP 18F8722-K22 ET-PIC STAMP 18F8722-K22

Manual of Board ET-PIC STAMP 18F8722-K22 ET-PIC STAMP 18F8722-K22 ET-PIC STAMP 18F8722-K22 ET-PIC STAMP 18F8722-K22 is Board Microcontroller in a series of PIC18F87K22 80-Pin TQFP from Microchip. It designs I/O of MCU on board to interface with CONNECTOR in the format

More information

Pi-Tek OLED Module PG12864KW Revision: 1.0 May Pi Tek. OLED Module SPECIFICATIONS MODEL NO. : PG12864KW PRODUCT TYPE: STANDARD

Pi-Tek OLED Module PG12864KW Revision: 1.0 May Pi Tek. OLED Module SPECIFICATIONS MODEL NO. : PG12864KW PRODUCT TYPE: STANDARD Pi Tek OLED Module SPECIFICATIONS MODEL NO. : PG12864KW PRODUCT TYPE: STANDARD This specification may be changed without any notices in order improve performance or quality etc. 1 Content History of versions

More information