JX pin PIC Microcontroller Project Board

Size: px
Start display at page:

Download "JX pin PIC Microcontroller Project Board"

Transcription

1 JX pin PIC Microcontroller Project Board Specification Connect to PC s parallel port for programming with CX-6 cable (included) PIC16F877-20/P on-board, support all 40-pin of PIC16F and 18F series. 20MHz clock frequency Full 33 I/O Download code to chip s memory directly Select RUN or PROGRAM mode by one switch with LED mode status Can define all configuration word from software Miracle-PIC programmer software can run on Windows98SE/ME/XP 3 x 5 Inches 1,303 solder pads prototype area for construction circuit Area for installation 9-pin female D-type connector 5 of mini push-button switches 2 of variable resistors 3-pin and 2-pin terminal block 5 of LEDs 2 of 4-pin RJ-11modular jack 1 of LCD connector Copyright by Innovative Experiment Co.,Ltd. JX pin PIC microcontroller project board 1

2 Using JX-877 board Preparation Before using, user must prepare some tool and software following : 1. Personal computer which install Window 95/98/ME/2000/XP, text editor program, MPLAB, MPASM and Miracle-PIC software MPLAB and MPASM are licenced by Microchip Technology, for more information please contact at (included in CD-ROM when order JX-877 board) Miracle-PIC is licenced by Innovative Experiment Co.Ltd. Please contact at (included in CD-ROM when order JX-877 board) 2. Write program, set beginning address at 0x0000 and save file in.asm 3. Assembler.ASM file by MPASM with selected INHX8M type. So it will be HEX file 4. Prepare DC adpator 16-20V 500mA. Procedure 1. Constuct the curcuit, solder the components on prototype area on JX Connect JX-877 with PC s parallel port. 3. Supply voltage to JX-877 board, green LED at RUN mode is bright. 4. Press MODE switch for changing to PROGRAM mode, red LED is bright. 5. Open mpicflash.exe (after install Miracle PIC flash software) 6. Select PIC16F877 or PIC16F877A microcontroller. 7. Open HEX file. 8. Erase data in microcontroller by pressed 9. Check blank data in microcontroller by pressed 10. Program data in microcontroller by pressed 11. Check the result by pressed and notice 12. In case, protect data.select code protection in View Configuration. PIC16F877 can choose 4 protection types; CP All, 1000H-1FFH, 1F00H-1FFH and CP OFF. These protection types have to choose before prigramming. Moreover, users can protect data from EEPROM by select CPD in Configuration. 13. After programming completed, press MODE switch to RUN mode. Microcontroller will runs your own program. 14. Save in desk, have to code protect. User can check by put microcontroller in socket, open Miracle-PIC program after that, press READ then select View menu Program buffer and Data buffer.if showing 000, means code protect. After read data, select File menu Save file As and name file.hex 2 JX pin PIC microcontroller project board

3 Using Miracle-PIC programmer software Menu Control button Clock mode Protection type Select microcontroller Auto detect button Microcontroller type Operation status Show microcontroller ID Show MCU s configuration word Figure 1 : Miracle-PIC Flash software main window Main Control Buttom Open mpiclite.exe program, then select the microcontroller as figure 1, there is 8 function buttons follow this; Open Save PROGRAM VERIFY READ parameter : Open HEX file : Save source code in HEX file : Program all data into program memory and EEPROM : Test program; compare data in buffer with MCU s data : Read data from selected microcontroller and also read BLANK CHECK : Check blank data inside microcontroller ERASE : Delete data in program memory of selected microcontroller. This function used with flash microcontroller memory or EEPROM only. For example, PIC16C84 or PIC 16Fxxx Select microcontroller : Just click at the arrow. User will see many MCU lising. JX pin PIC microcontroller project board 3

4 Menu description File View Open file - To open file.hex Save file As - To save data in another file name Recent files - To open recently file Exit - Quit To see all parameter of PIC microcontroller Program Buffer (F11) - shows code in program memory (figure 2). User can edit by select memory position and input value directly or use Fill Progran Bufer Function Data Buffer (F12) - shows all data EEPROM (figure 3). User can edit data by select memory position and input value directly or use Fill Progran Buffer Function Configuration (F9) - shows detail of PIC configuration. User can enable or disable all parameter. Count Program use this function in JX-877) - show number of programmed microcontroller (not Stay on top - Make the program always on the top Figure 2 : Program buffer window, user can see all code and edit any address 4 JX pin PIC microcontroller project board

5 Figure 3 : Data buffer window, user can see all data in EEPROM within microcontroller and edit any address Figure 4 : Configuration window Configuration Setting Before programing PIC microcontroller, always fix configuraruon, go to View Configuration. This is detail of them. Oscillator - select clock mode, there are 4 types (for PIC16F877-20/P) LP - low cystal (not use in JX-877) XT - normal cystal not over 4 MHz (not use in JX-877) HS - Over 4 MHz high frequency xtal RC - External RC circuit (not use in JX-877) Code protection - Use for selceting protection mode. It can protect data in PIC16F877 microcontroller is 4 modes include : ALL, 1F00H-1FFFH, 1000H-1FFFH and OFF. Select CPD box for protection data in EEPROM. Configuration - To select special ability of PIC miocrocontroller, it depends on type of microcontroller. For PIC16F877 has 6 types; WPT (watchdog Timer) PWRT (Power-up Timer) BODEN (Brown-out Reset) LVP (Low Voltage program) - Enable programming to PIC microcontroller with low voltage instead of +12V (Should not use with JX-877) JX pin PIC microcontroller project board 5

6 ICD (In-circuit Debugger) - Edit program memory in position OX0100(100H) up via RB6 and RB7 so RB6 and RB7 is not work(no use in JX-877) WRT (Flash progran write) - If select this function, users can program data into flash program memory via resistor EECON. On the other hand, no select this, the program in the memory have to do via RB6 and RB7 in normally. Device Select type of PIC microcontroller Command Arrange reading, writing and testing data in microcontroller memory Program Chip (F4) - Program code and data to microcontroller as PROGRAM buttom Verify Chip (F5) or incorrect as VERIFY buttom Read Chip (F6) Erase Chip (F7) Blank Chip (F8) as BLANK CHECK button Option Separate 4 parts; - Check writing data in PIC microcontroller correct - Read data from microcontroller as READ buttom - Delete data in PIC microconrtoller as ERASE buttom - Check blank data in PIC microcontroller memory Part1 Program/Verify Program - check latest programming in microcontroller with buffer. Program/Verify Data - check data in microcontroller memory after latest programming Program/Verify ID - checking ID value in microcontroller after latest programming (not use in JX-877) Program/Verify Configuration - check configuration value after latest programming Part2 Special feature in Miracle-PIC programmer software Verfy while program - check data while program microcontroller. If occur the faults, program will stop in suddenly. Auto verify after program - check data after completely programming automatic. Auto erase before program - delete data before programming Program all address - program data in every address Part3 Configuration erase message Part4 Parallel port - selcet warning window - select parallel port LPT1 to LPT3 6 JX pin PIC microcontroller project board

7 JX-877 schematic diagram +V IC1 78L12 +VPP K1 DC input J1 DC input DC input : 16-20Vdc D1-D4 1N4001x4 C2 0.1/50V D5 1N4148 D6 1N4148 IC C4 10/50V C3 0.1/50 C5 0.1/50 K1 DOWNLOAD (RJ11-6) D0 D1 D2 D3 ACK GND IC3/5 R IC3/3 7 IC3/1 1 2 R4 4k7 R6 IC3/ IC3/1-IC3/5 74LS07 R10 4k7 S2 RESET R3 R5 C1 220/25V R2 +Vpp Q1 BC557 C6 0.1/50V R7 510 LED2 PGM 4 R R9 510 IC3/2 3 LED1 RUN R8 Q2 BC557 S1 MODE R12 1k 40 RB7 39 RB6 1 MCLR 38 RB5 37 RB4 36 RB3 35 RB2 34 RB1 33 RB0/INT IC4 PIC16F C9 0.1/50V PORT B RB7 RB7 RB6 RB6 RB5 RB4 RB3/LVP RB2 RB1 RB0/INT PORT A RA5 RA5/AN5/SS RA4 RA4/T0CKI RA3 RA3/AN3/Vref+ RA2 RA2/AN2/Vref- RA1 RA1/AN1 RA0 RA0/AN0 RE2/AN7/CS RE1/AN6/WR RE0/AN5/RD PORT E C8 33pF XTAL1 4MHz C9 33pF 13 OSC1 14 OSC2 7 RA5 6 RA4 5 RA3 4 RA2 3 RA1 2 RA0 RE2 10 RE2 RE1 RE0 9 8 RE1 RE0 26 RC7 25 RC6 24 RC5 23 RC4 18 RC3 17 RC2 16 RC1 15 RC0 30 RD7 29 RD6 28 RD5 27 RD4 22 RD3 21 RD2 20 RD1 19 RD0 PORT C RC7/RxD/DT RC6/TxD/CK RC5/SDO RC4/SDI/SDA RC3/SCK/SCL RC2/CCP1 RC1/T1OSI/CCP2 RC0/T1OSO/T1CKI PORT D RD7/PSP7 RD6/PSP6 RD5/PSP5 RD4/PSP4 RD3/PSP3 RD2/PSP2 RD1/PSP1 RD0/PSP0 Copyright by Innovative Experiment Co.,Ltd. JX pin PIC microcontroller project board 7

PIC Station3. Multi-processor starter kit for PIC microcontroller. Kit content : PIC Station-3 experiment board

PIC Station3. Multi-processor starter kit for PIC microcontroller. Kit content :   PIC Station-3 experiment board PIC Station-3 documentation 1 PIC Station3 Multi-processor starter kit for PIC microcontroller Kit content : PIC Station-3 experiment board (includes PIC10F222 module x2, PIC12F683, PIC16F648 and PIC16F887)

More information

Servo and Motor Controller

Servo and Motor Controller Servo and Motor Controller Date: August 0, 00 Description: The servo motor controller drives three R/C servomotors and one brushless DC motor. All four motors are controlled by PWM signals sent from a

More information

SPY ROBOTIC MODULE USING ZIGBEE

SPY ROBOTIC MODULE USING ZIGBEE SPY ROBOTIC MODULE USING ZIGBEE Prabhakaran.J,Mohammed Arif.K, Monish Kumar.R, Pavithra.D.N 4, Subha. K Assistant Professor,,,4, Student Members Department of Electronics and Communication Engineering

More information

PICee Development System

PICee Development System PICee Development System a PICF-based single-board computer by Reinhardt Weber, DCZM weber.reinhardt@t-online.de This single-board computer, using the popular low-cost PICF microcontroller, has been developed

More information

StartUSB for PIC. Development System. Manual

StartUSB for PIC. Development System. Manual StartUSB for PIC 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

More information

PICflash. programmer by MikroElektronika

PICflash. programmer by MikroElektronika ABOUT PROGRAMMER With complementary software, programmer represents a great tool for all those working with PIC. The microcontroller connects to the programmer via 5 lines, two of which are +5V and and

More information

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd.

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd. PR10 Controlling DC Brush Motor using MD10B or MD30B Version 1.2 Aug 2008 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended

More information

Design and Construction of PIC-based IR Remote Control Moving Robot

Design and Construction of PIC-based IR Remote Control Moving Robot Design and Construction of PIC-based IR Remote Control Moving Robot Sanda Win, Tin Shein, Khin Maung Latt Abstract This document describes an electronic speed control designed to drive two DC motors from

More information

PIC18F2X1X/4X1X. 28/40/44-Pin Flash Microcontrollers with 10-Bit A/D and nanowatt Technology. Flexible Oscillator Structure: Power-Managed Modes:

PIC18F2X1X/4X1X. 28/40/44-Pin Flash Microcontrollers with 10-Bit A/D and nanowatt Technology. Flexible Oscillator Structure: Power-Managed Modes: 28/40/44-Pin Flash Microcontrollers with 10-Bit A/D and nanowatt Technology Power-Managed Modes: Run: CPU On, Peripherals On Idle: CPU Off, Peripherals On Sleep: CPU Off, Peripherals Off Idle mode Currents

More information

Ready DIP28 PIC. with. socket

Ready DIP28 PIC. with. socket Ready for PIC with DIP28 socket Best solution for fast and simple development of applications using 28-pin PIC MCUs. Due to the special white plastic casing the Ready for PIC board can be quickly turned

More information

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. M PIC16F87X 28/40-pin 8-Bit CMOS FLASH Microcontrollers Microcontroller

More information

Data sheet. MATRIX

Data sheet.  MATRIX Data sheet www.matrixtsl.com MATRIX ECIO-60-2.indd 1 10/3/2014 3:2:32 PM Contents Introduction 3 ECIO28P and ECIO40P ECIO40P16 4 ECRM40P 6 Flowcode 7 ECIO in use 8 FlowKit In Circuit Test board 9 Product

More information

PIC18F2423/2523/4423/4523 Data Sheet

PIC18F2423/2523/4423/4523 Data Sheet Data Sheet 28/40/44-Pin, Enhanced Flash Microcontrollers with 12-Bit A/D and nanowatt Technology 2007 Microchip Technology Inc. Preliminary DS39755B te the following details of the code protection feature

More information

PIC16CR7X Data Sheet. 28/40-Pin, 8-Bit CMOS ROM Microcontrollers Microchip Technology Inc. DS21993C

PIC16CR7X Data Sheet. 28/40-Pin, 8-Bit CMOS ROM Microcontrollers Microchip Technology Inc. DS21993C Data Sheet 28/40-Pin, 8-Bit CMOS ROM Microcontrollers 2007 Microchip Technology Inc. DS21993C Note the following details of the code protection feature on Microchip devices: Microchip products meet the

More information

Fox Delta FC Amateur Radio Projects & Kits. FC3 Project Info: PIC18F /500MHZ Frequency Counter & RF Meter

Fox Delta FC Amateur Radio Projects & Kits. FC3 Project Info: PIC18F /500MHZ Frequency Counter & RF Meter Fox Delta Amateur Radio Projects & Kits FC3-0812 FC3 Project Info: PIC18F4550 50/500MHZ Frequency Counter & RF Meter This project is developed for Amateur Radio Community by: Antonio Alfinito / I2TZK Dinesh

More information

Switch/ Jumper Table 1-1: Factory Settings Factory Settings (Jumpers Installed) Function Controlled Activates pull-up/ pull-down resistors on Port 0 digital P7 I/O lines Activates pull-up/ pull-down resistors

More information

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology P2110-EVAL-01 Lifetime Power User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology Overview The Lifetime Power is a complete demonstration and development platform for creating battery-free

More information

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. 28/40-Pin 8-Bit CMOS FLASH Microcontrollers Devices Included in this Data

More information

Development of RFID Prototype Module for Mushroom Forming Godown Conditions Shashikant D. Meshram 1 Girish R. Talmale 2

Development of RFID Prototype Module for Mushroom Forming Godown Conditions Shashikant D. Meshram 1 Girish R. Talmale 2 IJSRD - International Journal for Scientific Research & Development Vol., Issue 0, 0 ISSN (online): -0 Development of RFID Prototype Module for Mushroom Forming Godown Conditions Shashikant D. Meshram

More information

PIC18F2525/2620/4525/4620 Data Sheet

PIC18F2525/2620/4525/4620 Data Sheet Data Sheet 28/40/44-Pin Enhanced Flash Microcontrollers with 10-Bit A/D and nanowatt Technology 2007 Microchip Technology Inc. Preliminary DS39626C te the following details of the code protection feature

More information

PID MOTOR CONTROLLER. Version 1.0. October Cytron Technologies Sdn. Bhd.

PID MOTOR CONTROLLER. Version 1.0. October Cytron Technologies Sdn. Bhd. PID MOTOR CONTROLLER PR24 Version 1.0 October 2009 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion only

More information

Introduction. Circuit diagram

Introduction. Circuit diagram Introduction You must have played with a dice at some time, for example when playing Ludo or Monopoly. Dice have existed for a very long time. The first known six-sided dice were found in Iraq and were

More information

IOT BASED ANIMAL TRACKING AND MONITORING SYSTEM IN ZOO

IOT BASED ANIMAL TRACKING AND MONITORING SYSTEM IN ZOO IOT BASED ANIMAL TRACKING AND MONITORING SYSTEM IN ZOO R.Shanmugasundaram, S.Pavithra, V.Sangeetha, S.Tamilselvan, A.H.Thanveer Ahmed Department of ECE, Knowledge Institute of Technology, Salem *Corresponding

More information

TO OUR VALUED CUSTOMERS

TO OUR VALUED CUSTOMERS MINI-32 The whole PIC32 development board fitted in DIP26 form factor, containing powerful PIC32MX534F064H microcontroller. It s pin compatible with PIC16F887 and PIC18(L)F45K20 microcontrollers! MINI

More information

QUASAR PROJECT KIT # /24 HOUR GIANT CLOCK

QUASAR PROJECT KIT # /24 HOUR GIANT CLOCK This project was originally published in the electronics magazine, Silicon Chip, a few years ago. It is issued here as a kit with permission. Some modifications to the original published circuit and software

More information

Design of the distributed data server using PIC_SERVER v3.7

Design of the distributed data server using PIC_SERVER v3.7 Author: Che-Chang Yang (2010-06-22); recommend: Yeh-Liang Hsu (2010-06-26). This document describes the design of the distributed data server (DDS) using PIC_SERVER v3.7. The DDS consists of two parts:

More information

Design and Implementation of Automatic Phase Changer for the Distribution Network using PIC Micro Controller 16F877A

Design and Implementation of Automatic Phase Changer for the Distribution Network using PIC Micro Controller 16F877A Design and Implementation of Automatic Phase Changer for the Distribution Network using PIC Micro Controller 16F877A S.Vithiya1, M.Tharanee2, N.Swappana3, G.Subbulakshmi4 UG Student, Dept. of EEE, K.Ramakrishnan

More information

Introduction to Using the PIC16F877 Justin Rice IMDL Spring 2002

Introduction to Using the PIC16F877 Justin Rice IMDL Spring 2002 Introduction to Using the PIC16F877 Justin Rice IMDL Spring 2002 Basic Specs: - 30 pins capable of digital I/O - 8 that can be analog inputs - 2 capable of PWM - 8K of nonvolatile FLASH memory - 386 bytes

More information

EXAMINATION PAPER EMBEDDED SYSTEMS 6EJ005 UNIVERSITY OF DERBY. School of Computing and Technology DATE: SUMMER 2003 TIME ALLOWED: 2 HOURS

EXAMINATION PAPER EMBEDDED SYSTEMS 6EJ005 UNIVERSITY OF DERBY. School of Computing and Technology DATE: SUMMER 2003 TIME ALLOWED: 2 HOURS BSc/BSc (HONS) MUSIC TECHNOLOGY AND AUDIO SYSTEM DESIGN BSc/BSc (HONS) LIVE PERFORMANCE TECHNOLOGY BSc/BSc (HONS) ELECTRICAL AND ELECTRONIC ENGINEERING DATE: SUMMER 2003 TIME ALLOWED: 2 HOURS Instructions

More information

ZX-SERVO16. Features : Packing List. Before You Begin

ZX-SERVO16. Features : Packing List. Before You Begin Features : ZX-SERVO16 Runtime Selectable Baud rate. 2400 to 38k4 Baud. 16 Servos. All servos driven simultaneously all of the time. 180 degrees of rotation. Servo Ramping. 63 ramp rates (0.75-60 seconds)

More information

EN: This Datasheet is presented by the m anufacturer. Please v isit our website for pricing and availability at ore.hu.

EN: This Datasheet is presented by the m anufacturer. Please v isit our website for pricing and availability at   ore.hu. EN: This Datasheet is presented by the m anufacturer. Please v isit our website for pricing and availability at www.hest ore.hu. Data Sheet 28/40/44-Pin Enhanced Flash Microcontrollers with ECAN Technology,

More information

FC3 Project Info: PIC18F /500MHZ Frequency Counter & RF Meter. This project is developed for Amateur Radio Community by:

FC3 Project Info: PIC18F /500MHZ Frequency Counter & RF Meter. This project is developed for Amateur Radio Community by: Fox Delta Amateur Radio Projects & Kits FC3-0915 FC3 Project Info: PIC18F4550 50/500MHZ Frequency Counter & RF Meter This project is developed for Amateur Radio Community by: Antonio Alfinito / I2TZK Dinesh

More information

Section 25. Device Configuration

Section 25. Device Configuration Section 25. Device Configuration HIGHLIGHTS This section of the manual contains the following major topics: 25.1 Introduction... 25-2 25.2 Device Configuration Registers... 25-2 25.3 Configuration Bit

More information

CMU232 User Manual Last Revised October 21, 2002

CMU232 User Manual Last Revised October 21, 2002 CMU232 User Manual Last Revised October 21, 2002 Overview CMU232 is a new low-cost, low-power serial smart switch for serial data communications. It is intended for use by hobbyists to control multiple

More information

Universal Square Wave Generator Stable all the way up to RF

Universal Square Wave Generator Stable all the way up to RF Elektor Post Project No. Universal Square Wave Generator Stable all the way up to RF A square wave generator is useful in a test environment, and often the harmonic content of a simple square wave signal

More information

8-Bit CMOS Microcontrollers with A/D Converter

8-Bit CMOS Microcontrollers with A/D Converter 8-Bit CMOS Microcontrollers with A/D Converter Devices included in this data sheet: PIC16C72 PIC16C73 PIC16C73A PIC16C74 PIC16C74A PIC16C76 PIC16C77 Microcontroller Core Features: High-performance RISC

More information

5008 Dual Synthesizer Configuration Manager User s Guide (admin Version) Version valontechnology.com

5008 Dual Synthesizer Configuration Manager User s Guide (admin Version) Version valontechnology.com 5008 Dual Synthesizer Configuration Manager User s Guide (admin Version) Version 1.6.1 valontechnology.com 5008 Dual Synthesizer Module Configuration Manager Program Version 1.6.1 Page 2 Table of Contents

More information

TO OUR VALUED CUSTOMERS

TO OUR VALUED CUSTOMERS SmartGLCD 240x128 TO OUR VALUED CUSTOMERS I want to express my thanks to you for being interested in our products and for having confidence in MikroElektronika. The primary aim of our company is to design

More information

K1EL Granite State Crystal Matcher GS XTAL

K1EL Granite State Crystal Matcher GS XTAL KEL Granite State Crystal Matcher GS XTAL FEATURES Two Display Configurations, LED or LCD Frequency Range up to 0 MHz +/- Hz accuracy Single Pushbutton Control Beeper output LED Mode: LED Readout Resolution

More information

Frequency Synthesizer Project ECE145B Winter 2011

Frequency Synthesizer Project ECE145B Winter 2011 Frequency Synthesizer Project ECE145B Winter 2011 The goal of this last project is to develop a frequency synthesized local oscillator using your VCO from Lab 2. The VCO will be locked to a stable crystal

More information

user's guide to Ready for PIC BOX edition Best solution for fast and simple development of applications using 28- and 40-pin PIC devices.

user's guide to Ready for PIC BOX edition Best solution for fast and simple development of applications using 28- and 40-pin PIC devices. user's guide to Ready for PIC BOX edition Best solution for fast and simple development of applications using 28- and 40-pin PIC devices. TO OUR VALUED CUSTOMERS I want to express my thanks to you for

More information

8-Bit CMOS Microcontrollers. PIC16C6X Features A R62 63 R A R A R Program Memory 1K 2K 2K 4K 2K 2K 4K 4K 8K 8K

8-Bit CMOS Microcontrollers. PIC16C6X Features A R62 63 R A R A R Program Memory 1K 2K 2K 4K 2K 2K 4K 4K 8K 8K 8-Bit CMOS Microcontrollers PIC16C6X Devices included in this data sheet: PIC16C61 PIC16C62 PIC16C62A PIC16CR62 PIC16C63 PIC16CR63 PIC16C64 PIC16C64A PIC16CR64 PIC16C65 PIC16C65A PIC16CR65 PIC16C66 PIC16C67

More information

PIC18F45J10 Family Data Sheet

PIC18F45J10 Family Data Sheet PIC18F45J10 Family Data Sheet 28/40/44-Pin High-Performance, RISC Microcontrollers 2009 Microchip Technology Inc. DS39682E te the following details of the code protection feature on Microchip devices:

More information

GF of 9 THE GADGET FREAK FILES CASE #165. Analog Clock Measures Time in Meters

GF of 9 THE GADGET FREAK FILES CASE #165. Analog Clock Measures Time in Meters GF 165 04-05-2010 1 of 9 THE GADGET FREAK FILES CASE #165 Analog Clock Measures Time in Meters Alan Parekh took a different approach to time keeping with his electronic clock that registers hours, minutes,

More information

PICDEM LCD 2 Demonstration Kit User s Guide

PICDEM LCD 2 Demonstration Kit User s Guide PICDEM LCD 2 Demonstration Kit User s Guide DS51662C Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification contained in their particular

More information

SmartGLCD 240x128. user's guide to

SmartGLCD 240x128. user's guide to user's guide to SmartGLCD 240x128 Smart GLCD 240x128 represents development tool and final product specially designed for graphical applications which use PIC microcontroller PIC18F8722 TO OUR VALUED CUSTOMERS

More information

Triscend E5 Support. Configurable System-on-Chip (CSoC) Triscend Development Tools Update TM

Triscend E5 Support.   Configurable System-on-Chip (CSoC) Triscend Development Tools Update TM www.keil.com Triscend Development Tools Update TM Triscend E5 Support The Triscend E5 family of Configurable System-on-Chip (CSoC) devices is based on a performance accelerated 8-bit 8051 microcontroller.

More information

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board IXDP610 Digital PWM Controller IC Evaluation Board General Description The IXDP610 Digital Pulse Width Modulator (DPWM) is a programmable CMOS LSI device, which accepts digital pulse width data from a

More information

Design and Development of Smart. Harmonic Analyzer

Design and Development of Smart. Harmonic Analyzer Chapter - 4 Design and Development of Smart Harmonic Analyzer 4.1 Introduction: There is steady evolution in the field of generation, distribution, and use of electricity since many years. New methods

More information

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Overview When developing and debugging I 2 C based hardware and software, it is extremely helpful

More information

LBI-38392C IC DATA MAINTENANCE MANUAL LOGIC BOARD U707 OCTAL DATA LATCH 19D902172G1 & G2 TABLE OF CONTENTS

LBI-38392C IC DATA MAINTENANCE MANUAL LOGIC BOARD U707 OCTAL DATA LATCH 19D902172G1 & G2 TABLE OF CONTENTS LBI-38392C MAINTENANCE MANUAL LOGIC BOARD 19D902172G1 & G2 U707 OCTAL DATA LATCH IC DATA TABLE OF CONTENTS Page DESCRIPTION........................................... Front.. Cover CIRCUIT ANALYSIS........................................

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1.1 OVERVIEW There are lots of efforts being made by public transport corporations to improve public vehicle occupancy by requesting the public to use public transport over other

More information

List of Items Available in the Laboratory the Lab

List of Items Available in the Laboratory the Lab List of Items Available in the Laboratory the Lab Category Component 555 Timer $0.30 5V Relay $3.50 74xxx Series IC Chip $0.30 Battery - 12V (rechargeable Lead-acid type) $16.00 Battery - 6V (rechargeable

More information

JUMA-TRX2 DDS / Control Board description OH2NLT

JUMA-TRX2 DDS / Control Board description OH2NLT JUMA-TRX2 DDS / Control Board description OH2NLT 22.08.2007 General Key functions of the JUMA-TRX2 DDS / Control board are: - provide user interface functions with LCD display, buttons, potentiometers

More information

BeeLine TX User s Guide V1.1c 4/25/2005

BeeLine TX User s Guide V1.1c 4/25/2005 BeeLine TX User s Guide V1.1c 4/25/2005 1 Important Battery Information The BeeLine Transmitter is designed to operate off of a single cell lithium polymer battery. Other battery sources may be used, but

More information

ArduCAM USB Camera Shield

ArduCAM USB Camera Shield ArduCAM USB Camera Shield Application Note for MT9V034 Rev 1.0, June 2017 Table of Contents 1 Introduction... 2 2 Hardware Installation... 2 3 Run the Demo... 3 4 Tune the Sensor Registers... 4 4.1 Identify

More information

MINI-32. development board for PIC32MZ MINI ARM. PIC32 development board fitted in a DIP40 form factor, containing a powerful microcontroller.

MINI-32. development board for PIC32MZ MINI ARM. PIC32 development board fitted in a DIP40 form factor, containing a powerful microcontroller. MINI-32 development board for PIC32MZ PIC32 development board fitted in a DIP40 form factor, containing a powerful microcontroller. MINI ARM TO OUR VALUED CUSTOMERS I want to express my thanks to you for

More information

PIC18F45J10 Family Data Sheet

PIC18F45J10 Family Data Sheet PIC18F45J10 Family Data Sheet 28/40/44-Pin High-Performance RISC Microcontrollers with nanowatt Technology 2007 Microchip Technology Inc. Preliminary DS39682C te the following details of the code protection

More information

PIC16F Pin, 8-Bit CMOS FLASH Microcontroller. Devices Included in this Data Sheet: Pin Diagram. Microcontroller Core Features:

PIC16F Pin, 8-Bit CMOS FLASH Microcontroller. Devices Included in this Data Sheet: Pin Diagram. Microcontroller Core Features: 28-Pin, 8-Bit CMOS FLASH Microcontroller Devices Included in this Data Sheet: PIC16F872 Microcontroller Core Features: High-performance RISC CPU Only 35 single word instructions to learn All single cycle

More information

The Guitar Chord Learning System

The Guitar Chord Learning System The Guitar Chord Learning System Calvin A. Sessions Hardware Description April 19, 2005 Western Washington University Electronics Engineering Technology ETEC 474, Professor Morton INTRODUCTION The Guitar

More information

MCU Cards for LV24-33 v6 development system

MCU Cards for LV24-33 v6 development system MCU Cards for LV24-33 v6 development system Manual All Mikroelektronika s development systems feature a large number of peripheral modules expanding microcontroller s range of application and making the

More information

Lesson 3: Arduino. Goals

Lesson 3: Arduino. Goals Introduction: This project introduces you to the wonderful world of Arduino and how to program physical devices. In this lesson you will learn how to write code and make an LED flash. Goals 1 - Get to

More information

RFID Door Unlocking System

RFID Door Unlocking System RFID Door Unlocking System Evan VanMersbergen Project Description ETEC 471 Professor Todd Morton December 7, 2005-1- Introduction In this age of rapid technological advancement, radio frequency (or RF)

More information

PICDEM PIC18 Explorer Demonstration Board User s Guide

PICDEM PIC18 Explorer Demonstration Board User s Guide PICDEM PIC18 Explorer Demonstration Board User s Guide 2008 Microchip Technology Inc. DS51721B Note the following details of the code protection feature on Microchip devices: Microchip products meet the

More information

Features. General Description. EV Kit Contents. EV Kit Photo

Features. General Description. EV Kit Contents. EV Kit Photo MAX785 Evaluation Kit Evaluates: MAX785 General Description The MAX785 evaluation kit (EV kit) provides the hardware and software graphical user interface (GUI) necessary to evaluate the MAX785 6-channel

More information

34112-TE 8-digit LED Frequency Counter Module Model PLJ-8LED-C User Manual V 1.0 May 2014

34112-TE 8-digit LED Frequency Counter Module Model PLJ-8LED-C User Manual V 1.0 May 2014 34112-TE 8-digit LED Frequency Counter Module Model PLJ-8LED-C User Manual V 1.0 May 2014 Appendix with test details and schematics and additional notes in the main text of this manual were added in August

More information

Adjustable Parametric Equalizer Hardware Description

Adjustable Parametric Equalizer Hardware Description Adjustable Parametric Equalizer Hardware Description Adam Grunke April 27, 2004 ETEC 474 Professor Morton Introduction The Adjustable Parametric Equalizer (APE) allows the professional audio engineer to

More information

Multi-Window Comparator documentation. Written November 15, 2012 Last edited November 15, 2012

Multi-Window Comparator documentation. Written November 15, 2012 Last edited November 15, 2012 Multi-Window Comparator documentation. Written November 15, 2012 Last edited November 15, 2012 I. What is a Multi-Window Comparator? A. A "regular" window comparator is this. B. A Multi-Window Comparator

More information

UART2PPM. User s Guide. Version 2.04 dated 02/20/16. Gregor Schlechtriem

UART2PPM. User s Guide. Version 2.04 dated 02/20/16. Gregor Schlechtriem UART2PPM User s Guide Version 2.04 dated 02/20/16 Gregor Schlechtriem www.pikoder.com UART2PPM User s Guide Content Overview 3 PCC PiKoder Control Center 5 Getting started... 5 Real-time Control... 7 minissc

More information

era, eric, era-lora, eric-lora & eric-sigfox Evaluation Board with GNSS

era, eric, era-lora, eric-lora & eric-sigfox Evaluation Board with GNSS This board can be used for the evaluation and range testing of the following LPRS RF Modules: era400, era900, eric4, eric9, era-lora, eric-lora and eric-sigfox. The board is provided with a u-blox GNSS

More information

GC221-SO16IP. 8-bit Turbo Microcontroller

GC221-SO16IP. 8-bit Turbo Microcontroller Total Solution of MCU GC221-SO16IP 8-bit Turbo Microcontroller CORERIVER Semiconductor reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products

More information

SonoLab Echo-I User Manual

SonoLab Echo-I User Manual SonoLab Echo-I User Manual Overview: SonoLab Echo-I is a single board digital ultrasound pulse-echo solution. The system has a built in 50 volt high voltage generation circuit, a bipolar pulser, a transmit/receive

More information

Designing with a Microcontroller (v6)

Designing with a Microcontroller (v6) Designing with a Microcontroller (v6) Safety: In this lab, voltages are less than 15 volts and this is not normally dangerous to humans. However, you should assemble or modify a circuit when power is disconnected

More information

Instructions for the Galbraith Track05 APRS GPS sensor and modem, using the Byonics Tinytrack modem.

Instructions for the Galbraith Track05 APRS GPS sensor and modem, using the Byonics Tinytrack modem. Instructions for the Galbraith Track05 APRS GPS sensor and modem, using the Byonics Tinytrack modem. Date 7 November 003 Branch05 projects team. Table of contents Table of contents... Table of figures...

More information

Sensor Interface Using PIC12CXXX as a Sensor Interface for Metal Detection

Sensor Interface Using PIC12CXXX as a Sensor Interface for Metal Detection Using PIC12CXXX as a Sensor Interface for Metal Detection Author: Vladimir Velchev AVEX - Vladimir Velchev Sofia, Bulgaria email:avex@iname.com APPLICATION OPERATION PIC12CXXX microcontroller can be used

More information

ID Timer / Annunciator

ID Timer / Annunciator NØXAS ID Timer / Annunciator ID-O-Matic The ID-O-Matic is a single chip ID timer/annunciator intended for Amateur Radio and other applications. Several modes of operation make it suitable for use in the

More information

ELCT 912: Advanced Embedded Systems

ELCT 912: Advanced Embedded Systems ELCT 912: Advanced Embedded Systems Lecture 5: PIC Peripherals on Chip Dr. Mohamed Abd El Ghany, Department of Electronics and Electrical Engineering The PIC Family: Peripherals Different PICs have different

More information

Professional Development Board (#28138)

Professional Development Board (#28138) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Office: () - Fax: () -00 Sales: () -0 Tech Support: () - Professional Development Board (#) The Parallax Professional Development

More information

' The PicBasic Pro Compiler Manual is on line at: '

' The PicBasic Pro Compiler Manual is on line at: ' ---------------Title-------------- File...4331_encoder4.pbp Started...1/10/10 Microcontroller Used: Microchip Technology 18F4331 Available at: http://www.microchipdirect.com/productdetails.aspx?category=pic18f4331

More information

PICDEM PIC18 Explorer Demonstration Board User s Guide

PICDEM PIC18 Explorer Demonstration Board User s Guide PICDEM PIC18 Explorer Demonstration Board User s Guide DS50001721C Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification contained in

More information

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL Document : AVL-10000T Version: 1.00 Author: Henry S Date: 25 July 2008 This module contains protection circuitry to guard against damage due to

More information

Built-in LCD display RAM Built-in RC oscillator

Built-in LCD display RAM Built-in RC oscillator PAT No. : TW 099352 RAM Mapping 488 LCD Controller for I/O MCU Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address auto

More information

Servo Sequencer Servo Robot motion controller & General Purpose microcontroller board

Servo Sequencer Servo Robot motion controller & General Purpose microcontroller board Robot Construction Component Servo Sequencer Servo Robot motion controller & General Purpose microcontroller board The servo sequencer is in reality a general purpose reprogrammable microcontroller board

More information

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS 6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS Laboratory based hardware prototype is developed for the z-source inverter based conversion set up in line with control system designed, simulated and discussed

More information

PIC16C9XX. 8-Bit CMOS Microcontroller with LCD Driver. Available in Die Form. Devices included in this data sheet: Microcontroller Core Features:

PIC16C9XX. 8-Bit CMOS Microcontroller with LCD Driver. Available in Die Form. Devices included in this data sheet: Microcontroller Core Features: 8-Bit CMOS Microcontroller with LCD Driver Devices included in this data sheet: PIC16C923 PIC16C924 Microcontroller Core Features: High performance RISC CPU Only 35 single word instructions to learn 4K

More information

Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System

Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System Thae Su Aye, and Zaw Myo Lwin Abstract In the air conditioning system, the electric expansion valve (EEV) is one of

More information

I2C Demonstration Board LED Dimmers and Blinkers PCA9531 and PCA9551

I2C Demonstration Board LED Dimmers and Blinkers PCA9531 and PCA9551 I2C 2005-1 Demonstration Board LED Dimmers and Blinkers PCA9531 and PCA9551 Oct, 2006 Intelligent I 2 C LED Controller RGBA Dimmer/Blinker /4/5 Dimmer PCA9531/2/3/4 1 MHz I²C Bus PCA963X PCA9533 PCA9533

More information

LV8716QAGEVK Evaluation Kit User Guide

LV8716QAGEVK Evaluation Kit User Guide LV8716QAGEVK Evaluation Kit User Guide NOTICE TO CUSTOMERS The LV8716QA Evaluation Kit is intended to be used for ENGINEERING DEVELOPMENT, DEMONSTRATION OR EVALUATION PURPOSES ONLY and is not considered

More information

General-Purpose OTP MCU with 14 I/O LInes

General-Purpose OTP MCU with 14 I/O LInes General-Purpose OTP MCU with 14 I/O LInes Product Specification PS004602-0401 PRELIMINARY ZiLOG Worldwide Headquarters 910 E. Hamilton Avenue Campbell, CA 95008 Telephone: 408.558.8500 Fax: 408.558.8300

More information

Build this Direct Digital Synthesizer "Development Kit" By: Diz Gentzow, W8DIZ

Build this Direct Digital Synthesizer Development Kit By: Diz Gentzow, W8DIZ Build this Direct Digital Synthesizer "Development Kit" By: Diz Gentzow, W8DIZ A great tutorial for adding a keypad to the DDS Kit by Bruce, W8BH This manual has been prepared to be read directly on screen.

More information

VBRC 5. Radio Communicator. Installer Manual

VBRC 5. Radio Communicator. Installer Manual VBRC 5 Radio Communicator Installer Manual 10 / 10 / 2013 CONTENT 1. INTRODUCTION...3 2. SYSTEM STRUCTURE...3 3. SYSTEM PROGRAMMING WITH PC SOFTWARE...5 4. TROUBLESHOOTING...6 5. FIRMWARE UPGRADE...7 6.

More information

APPENDIX A HARDWARE DETAILS

APPENDIX A HARDWARE DETAILS 7 APPENDIX A HARDWARE DETAILS A. COMPONENTS are listed below: Different components were used to implement the hardware. They. PIC Microcontroller 6F84A.. Voltage Regulators a. 78 voltage regulator b. 7805

More information

VBRC 4. Radio Communicator. Installer Manual

VBRC 4. Radio Communicator. Installer Manual VBRC 4 Radio Communicator Installer Manual 17 December 2014 CONTENT 1. INTRODUCTION...3 2. SYSTEM STRUCTURE...3 3. SYSTEM PROGRAMMING WITH PC SOFTWARE...5 4. TROUBLESHOOTING...6 5. FIRMWARE UPGRADE...7

More information

Implementation Details of an Automatic Monitoring System Used on a Vodafone Radiocommunication Base Station

Implementation Details of an Automatic Monitoring System Used on a Vodafone Radiocommunication Base Station Implementation Details of an Automatic Monitoring System Used on a Vodafone Radiocommunication Base Station F. Corrêa Alegria, Member, IEEE, Francisco António Martins Travassos Abstract A monitoring system

More information

HAMRADIOINDIA. Volume

HAMRADIOINDIA. Volume Volume HAMRADIOINDIA Direct Digital Synthesizer for Amateur Bands DDS VFO for Amateur Bands HAMRADIOINDIA contact@hamradioindia.org www.hamradioindia.org Chapter Direct Digital Synthesizer VFO for Amateur

More information

Ocean Controls KT-5221 Modbus IO Module

Ocean Controls KT-5221 Modbus IO Module Ocean Controls Modbus IO Module 8 Relay Outputs 4 Opto-Isolated Inputs 2 Analog Inputs (10 bit) 1 PWM Output (10 bit) 4 Input Counters Connections via Pluggable Screw Terminals 0-5V or 0-20mA Analog Inputs,

More information

PICDEM LCD 2 Demonstration Kit User s Guide

PICDEM LCD 2 Demonstration Kit User s Guide PICDEM LCD 2 Demonstration Kit User s Guide 2007 Microchip Technology Inc. DS51662A Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification

More information

Automatic Monitoring of a Vodafone Radiocommunication Base Station

Automatic Monitoring of a Vodafone Radiocommunication Base Station Automatic Monitoring of a Vodafone Radiocommunication Base Station Francisco António Martins Travassos, Francisco André Corrêa Alegria, Member, IEEE Abstract This paper presents an automatic measurement

More information

About LC Meter This is one of the most accurate and simplest LC inductance / capacitance Meters that one can find, yet one that you can easily build y

About LC Meter This is one of the most accurate and simplest LC inductance / capacitance Meters that one can find, yet one that you can easily build y Home Electronic Store Electronic Blog Electronic Schematics Tutorials Downloads Lin Very Accurate LC Meter based on PIC16F84A IC. LC Meter Part's List: 2x 1K 2x 6.8K 1x 47K 3x 100K 1x 10K POT 2x 10pF 1x

More information

Detailed Installation Instructions & User s Manual

Detailed Installation Instructions & User s Manual Revised 5 December 0 N4YG Direct Digital Synthesis System for the Heathkit HW-0 Detailed Installation Instructions & User s Manual Overview The following are step-by-step instructions for installation

More information