Вы находитесь на странице: 1из 17

EASY PIC 2

Development tool for Microchip PIC MCUs


MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
easy-PIC 2
Manual
May 2004.
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu
Choose between external or USB power sup-
ply. With USB power supply, you dont need
external supply.
Very fast and flexible USB programmer on
board. The key feature is expandability. By
downloading new software, you will be able to
program new MCUs in coming years.
Temperature sensor DS1820 allows you to
measure temperature with 0.5 C accuracy.
RS232 communication with selectable TX and
RX for smaller microcontrollers.
For presentation purposes, RA2 and RA3, are
pointed out and can be used for measuring
voltage set by potentiometers P2 and P3.
Port A is connected to the resistor network, if
switch is not in ON position, the appropriate
pin has neither pull-up or pull-down resistor
attached. This is very important, because it
enables using A port in analog mode as AD
converter, and yet it can be used as ordinary
digital I/O port.
Setting PORT jumper to the upper position sets
the pins of the appropriate port to logical one
(pull-up). If jumper is set to the lower postion,
pins are set to logical zero (pull-down). It is
very inportant to put pin on pull-up if you
expect logical zero on input and vice versa.
Prototype area in which you can place your
additional components. The back side of the
board has pin marks to make the connecting
easier.
32 buttons allow you to control every pin on
your microcontroller.
You can chose how pressing the button will
affect the pin, high state or low state.
See all the signals - each pin has LEDs.
Seven segment digits in multiplex mode for
displaying the results.
Turns ON/OFF LEDs on A, B, C, D and E ports.
You can chose which port you want LEDs to be
connected to. Also, you can choose w h i c h
digit you want to be on. In certain applications,
it is important to remove all unnecessary con-
nections from pins - DIP switches let you dis-
connect all LEDs and digits from MCU pins.
Set LCD contrast according to your needs.
About EasyPIC2: System supports 8,14, 18, 28, and
40-pin microcontrollers Each jumper, element and pin
is clearly marked on the board. Most of the industrial
applications can be tested on the board: temperature
controllers, counters, timers etc. EasyPIC2 also
includes practical examples in PASCAL, BASIC, C,
and assembly.
Features:
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 2
Installation of the EasyPIC2 Development System page 2
Programming the Microcontrollers in the
Development System with USB programmer on board page 3
Installation of PICFlash software and Programming page 7
the Microcontroller
Description of the Development System page 7
Power Supply page 7
LED Diodes page 8
LCD Display page 10
Buttons page 9
Seven-segment Display page 11
A/D Conversion page 12
RS232 Communication page 13
Digital Termometer - DS1820 page 14
Pull-up, Pull-down Resistors on Ports page 15
Direct Access to Ports page 16
CONTENTS
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 3
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
INSTALLATION OF THE SYSTEM
External Power
Supply AC/DC
9-12V
Supply Select:
USB or external
power supply
Development System package contains development system, serial cable, USB
cable, and two CDs (LCD and a temperature sensor DS1820 are optional when
ordering the package). Installing the system takes 6 steps:
Step no.1 Insert the CD-ROM supplied in the drive before connecting the
EasyPIC2 development system.
Step no.2 Connect EasyPIC2 with computer via USB cable. EasyPIC2 will
use power supply from your PC and start the demo program.
Step no.3 Install USB driver. Please follow the procedure described on the
following page.
Step no.4 Copy PICFLASH software from CD to your HDD.
Step no.5 Copy program examples to your HDD.
Step no.6 Install MPLAB or some other compiler.
USB on-board
programmer
Figure 1.
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 4
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
Step no.1.
After connecting the EasyPIC2 and PC via
USB cable, you will get a message about
your new hardware and the New Hardware
dialog will be displayed.
Step no.2.
Select Install from a list or a
specific location.. and click on
NEXT.
INSTALLATION OF THE USB DRIVER
Figure 2.
Figure 3.
Figure 4.
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 5
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
Step no.3 Browse to the
folder Driver on CD, and
select the appropriate folder for
your operation system. Include
the folder in the search, and
click on NEXT.
Step no.4 PC will find USB
programmer on board and start
to copy driver files to HDD.
Figure 5.
Figure 6.
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 6
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
Step no.4 To complete the
installation of USB driver, click on
Finish button.
Figure 8.
Figure 7.
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 7
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
INSTALLATION OF PICFLASH SOFTWARE AND PROGRAMMING THE MICROCONTROLLER
Step no.1 Copy the file PICFLASH.exe from CD to your hard drive. It is recommended to create the folder
PIC with subfolder PICFLASH for simplicitys sake (i.e. C:\PIC\PICFLASH). After the program is copied to
the mentioned folder, installation is complete. You may want to create shortcut to the program on your desktop
if you plan to use it frequently.
Step no.2. Start
PICFLASH by clicking
the icon
Step no.3. Select the
appropriate MCU by click-
ing the option Device.
After you select the wanted
MCU, PICFLASH will
make the necessary adjust-
ments for working with the
specified controller.
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 8
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
Step no.4. Click the option LOAD HEX which
opens up the browse window from the following
figure. By double-clicking the file, appropriate
HEX file will be loaded into programmers
buffer.
Step no.5. Click the Write button to start the
programming.
For all the elements in the development system to work properly, it
is required to have stabilized +5V. With EasyPIC2 system, it is
achieved by using the power stabilizer LM7805. Also, you can
select USB power supply which allows EasyPIC2 to work
without external power supply.
POWER SUPPLY
220V~ LM7805
B80C1000
+5V
C1 C2 C3
R
C1 = 22F, C2 = 100nF,
C3 = 10F, R = 1K
1 3
2
9V~
+ -
~
~
Transformator
LM
7805
3 2 1
2
T
O
-
2
2
0
Figure 9.
DESCRIPTION OF THE DEVELOPMENT SYSTEM
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 9
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
330
330
330
330 LED
LED
LED
LED
RC0
RC1
RC2
RC3
330
330
330
330
LED
LED
LED
LED
RC4
RC5
RC6
RC7
RD0
RD1
RD2
RD3
RD4
RD5
RD6
RD7
330
330
330
330
LED
LED
LED
LED
RA0
RA1
RA2
RA3
330
330
330
330 LED
LED
LED
LED
RA4
RA5
RE0
RE1
330
330
330
330 LED
LED
LED
LED
RB0
RB1
RB2
RB3
330
330
330
330
LED
LED
LED
LED
RB4
RB5
RB6
RB7
5V
SW3
P
O
R
T
A
-
E
P
O
R
T
B
P
O
R
T
C
P
O
R
T
D
ON
330
330
330
330
LED
LED
LED
LED
330
330
330
330 LED
LED
LED
LED
Figure 10.
LED DIODES
The system has 32 diodes, connected to port A, B,
C, D and E pins. These diodes are ordinarily used
in the first phase of the work, but they are also
used for the later indications of the program flow.
Each set of the diodes can be turned on and off
using the SW3 switch. The way to connect the
LED diodes with a microcontroller is shown on
the following figure.
NOTE: LED diodes turn on with a logical one. It
means that a microcontroller must have a logical
one on a pin for diode to emit light.
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 10
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
The mark above every button represents the name of the pin which the button is connected to. In order to
use a button, appropriate pin of A, B, C and/or D ports must be designated as input. Jumper in the lower
left corner of the development system defines if the active value of a pin is 0 or 5 V. If the jumper is set
to up, then activating a certain button will bring logical one to the pin, while down position will bring
logical zero.
0V 5V
Buttons can be
connected to :
System has one RESET button and 32 buttons for simulating the system inputs which are connected to
the pins RE0, RE1 and ports A, B, C, and D. Graphic scheme of the buttons-controller connection is
shown in the following figure.
Tasteri su prilikom aktiviranja
povezani na 5V
+5V
+5V
10K
R
e
s
e
t
P
I
C
1
6
F
8
7
7
RA0/AN0
RA2/AN2/Vref-
RA3/AN3/Vref+
RA4/TOCKI
RA5/AN4
RE0/RD/AN5
RE1/WR/AN6
RE2/CS/AN7
Vdd
Vss
OSC1/CLKIN
OSC2/CLKOUT
RCO/T1OSO/T1CKI
RC1/T1OSI
RC3
RD0/PSP0
RD1/PSP1
MCLR/Vpp/THV
RC2/CCP1
RA1/AN1
RB7/PGD
RB6/PGC
RB5
RB4
RB3/PGM
RB2
RB1
RB0/INT
Vdd
Vss
RD6/PSP6
RD7/PSP7
RD5/PSP5
RD4/PSP4
RC7/RX/DT
RC6/TX/CK
RC5
RC4
RD3/PSP3
RD2/PSP2
4MHz
T3 T2 T1
+5V
BUTTONS
Figure 11.
Buttons are connected to 5V
when activated
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 11
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
R
e
s
e
tP
I
C
1
6
F
8
7
7
RA0/AN0
RA2/AN2/Vref-
RA3/AN3/Vref+
RA4/TOCKI
RA5/AN4
RE0/RD/AN5
RE1/WR/AN6
RE2/CS/AN7
Vdd
Vss
OSC1/CLKIN
OSC2/CLKOUT
RCO/T1CKI
RC1/T1OSI
RC3
RD0/PSP0
RD1/PSP1
MCLR/Vpp/THV
RC2/CCP1
RA1/AN1
RB7/PGD
RB6/PGC
RB5
RB4
RB3/PGM
RB2
RB1
RB0/INT
Vdd
Vss
RD6/PSP6
RD7/PSP7
RD5/PSP5
RD4/PSP4
RC7/RX/DT
RC6/TX/CK
RC5
RC4
RD3/PSP3
RD2/PSP2
1
0

4
M
H
z
+5V
+5V
1
+
R/W D4 E RS D3 D2 D1 D0 D7 D6 D5 Vee Vdd Vss
D7
D6
D5
D4
E
RS
+5V
Kontrast LCD-a
m i K r o i a k e l e k r t o n
Figure 12.
LCD contrast
Standard LCD display (2x16 characters) is supplied.
However, it is not a limitation, because any display
having the same type of communication can be
used. Display contrast can be adjusted using the
potentiometer in the lower left corner of the devel-
opment system. LCD display connects to the port B.
Following figure shows how to connect the LCD to
port B of the PIC16F877 Microcontroller.
LCD DISPLAY
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 12
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
g f K a b
e d K c dp
g f K a b
e d K c dp
8 8
g f K a b
e d K c dp
g f K a b
e d K c dp
8 8
10
TR4
10
TR3
10
TR2
10
TR1
ON
SW2
+5V
+5V
10K
R
e
s
e
t
P
I
C
1
6
F
8
7
7
RA0/AN0
RA2/AN2/Vref-
RA3/AN3/Vref+
RA4/TOCKI
RA5/AN4
RE0/RD/AN5
RE1/WR/AN6
RE2/CS/AN7
Vdd
Vss
OSC1/CLKIN
OSC2/CLKOUT
RCO/T1OSO/T1CKI
RC1/T1OSI
RC3
RD0/PSP0
RD1/PSP1
MCLR/Vpp/THV
RC2/CCP1
RA1/AN1
RB7/PGD
RB6/PGC
RB5
RB4
RB3/PGM
RB2
RB1
RB0/INT
Vdd
Vss
RD6/PSP6
RD7/PSP7
RD5/PSP5
RD4/PSP4
RC7/RX/DT
RC6/TX/CK
RC5
RC4
RD3/PSP3
RD2/PSP2
4MHz
330
330
330
330
330
330 330
330
c
b
a
d
e
f
g
h
330
1 2 3 4
Figure 13.
SEVEN-SEGMENT DISPLAY
Seven-segment display consists of four digits which
are refreshed and displayed using port B in combi-
nation with port A. Using the DIP switch SW2, you
can enable or disable specific digits.
For example, lets assume we need to enable display
of the first digit on the left. By turning the fourth
switch (SW2) to (ON), digit of the seven-segment
display (DIS1, leftmost digit) will be showing value
defined by values of port B pins (picture 18). Pro-
cedure is similar with digits DIS2, DIS3 and DIS4.
The following figure shows how to connect the
seven-segment display to the microcontroller.
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 13
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
P
I
C
1
6
F
8
7
7
RA0/AN0
RA2/AN2/Vref-
RA3/AN3/Vref+
RA4/TOCKI
RA5/AN4
RE0/RD/AN5
RE1/WR/AN6
RE2/CS/AN7
Vdd
Vss
OSC1/CLKIN
OSC2/CLKOUT
RCO/T1OSO/T1CKI
RC1/T1OSI
RC3
RD0/PSP0
RD1/PSP1
MCLR/Vpp/THV
RC2/CCP1
RA1/AN1
RB7/PGD
RB6/PGC
RB5
RB4
RB3/PGM
RB2
RB1
RB0/INT
Vdd
Vss
RD6/PSP6
RD7/PSP7
RD5/PSP5
RD4/PSP4
RC7/RX/DT
RC6/TX/CK
RC5
RC4
RD3/PSP3
RD2/PSP2
4
M
H
z
+5V
Reset
1
0

+5V
RA0
RA1
RA2
RA3
RA4
RA5
RE0
RE1
Pomeranjem potenciometra
menja se napon na RA3
5K
+5V
AN2
RA2
+5V
AN3
RA3
5K
Pomeranjem potenciometra
menja se napon na RA2
10
10
10
10
10
10
10
10
5V
GND
SW1
1
2
3
4
5
6
7
8
ON
Ovi prekidai moraju biti u
poloaju OFF kako bi se
mogle itati analogne
vrednosti pinova RA2 i RA3
If you want to measure values of potentiometer P2, you need to set
the jumper accordingly. SW1 switch RA2 must be turned off (lower
position). Example from the fig. 20 illustrates measuring voltage of
potentiometers P2 and P3, and also shows the position of SW1
switch.
Figure 14.
ANALOG TO DIGITAL CONVERTER
Microcontroller PIC16F877 which is supplied with the system, has
implemented 10-bit A/D converter. For presentation purposes, two
pins, RA2 and RA3, are pointed out and can be used for measuring
voltage set by potentiometers P2 and P3.
Moving the potentiometer changes
the voltage on RA2
Moving the potentiometer changes
the voltage on RA3
These switches must be set to
OFF in order to read analog
values of RA2 and RA3 pins
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 14
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
1
0

F
22F
1
6
F
8
4
C1+
V+
C1-
C2+
C2-
V-
T2out
R2in R2out
T2in
T1in
R1out
R1in
T1out
Vss
Vcc
MAX232
+
1
0

F
+
+5V
22F
1
2
3
4
5
6
7
8
9
1
2
3
4
5
6
7
8
9
SUB-D konektor 9 pinski
serijski kabl
(1 na 1)
prima podatke (Rx)
alje podatke (Tx)
+5V
+5V
10K
R
e
s
e
t
P
I
C
1
6
F
8
7
7
RA0/AN0
RA2/AN2/Vref-
RA3/AN3/Vref+
RA4/TOCKI
RA5/AN4
RE0/RD/AN5
RE1/WR/AN6
RE2/CS/AN7
Vdd
Vss
OSC1/CLKIN
OSC2/CLKOUT
RCO/T1CKI
RC1/T1OSI
RC3
RD0/PSP0
RD1/PSP1
MCLR/Vpp/THV
RC2/CCP1
RA1/AN1
RB7/PGD
RB6/PGC
RB5
RB4
RB3/PGM
RB2
RB1
RB0/INT
Vdd
Vss
RD6/PSP6
RD7/PSP7
RD5/PSP5
RD4/PSP4
RC7/RX/DT
RC6/TX/CK
RC5
RC4
RD3/PSP3
RD2/PSP2
4MHz
RC6 RB2 RC7 RB1
Figure 15.
RS232 COMMUNICATION
9 pin SUB-D connector
serial cable (1 on 1)
Receives data (Rx)
Transmits data (Tx)
RS232 communication is used for commu-
nication between two devices within 10m
distance. It is commonly used for data
transfer with computer.
Jumpers RX and TX select the pin which
the communicaton will be attached to. If
DIP40 or DIP28 MCUs are used, they
should be connected to RC6 and RC7, and
in case of DIP18 MCU, use the pins RB1
and RB2.
Figure below shows the connection
between computer and the development
system.
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 15
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
DS1820 digital thermometer, with temperature range of -55 to 125 C,
can be used for measuring enviroment temperature and for experiments.
It is very accurate and easy to connect. It plugs in the 3-pin socket,
beneath the power connector of the development system. Figure below
shows how to connect digital thermometer and the Microcontroller on
the development system.
Primer povezivanja digitalnog
termometra DS1820
P
I
C
1
6
F
8
7
7
RA0/AN0
RA2/AN2/Vref-
RA3/AN3/Vref+
RA4/TOCKI
RA5/AN4
RE0/RD/AN5
RE1/WR/AN6
RE2/CS/AN7
Vdd
Vss
OSC1/CLKIN
OSC2/CLKOUT
RCO/T1OSO/T1CKI
RC1/T1OSI
RC3
RD0/PSP0
RD1/PSP1
MCLR/Vpp/THV
RC2/CCP1
RA1/AN1
RB7/PGD
RB6/PGC
RB5
RB4
RB3/PGM
RB2
RB1
RB0/INT
Vdd
Vss
RD6/PSP6
RD7/PSP7
RD5/PSP5
RD4/PSP4
RC7/RX/DT
RC6/TX/CK
RC5
RC4
RD3/PSP3
RD2/PSP2
4
M
H
z
D7
D6
D5
D4
E
RS
Reset
+5V
Kontrast LCD-a
1
+
R/W D4 E RS D3 D2 D1 D0 D7 D6 D5 Vee Vdd Vss
T e m p e r u a a t r
2 3 . 5 s t e e i p n c
+125
-55
O
C
DS1820
G
N
D
D
Q
V
d
d
4
,
7

+5V
1
0

+5V
RA5
RE2
Figure 16.
DIGITAL THERMOMETER DS1820
Digital temperature value is sent either to RA5 or RE2 pin, depending
on the position of jumper, set above DS1820 chip. Half-circle line drawn
on the board marks the orientation of DS1820.
LCD contrast
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 16
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
Setting jumper to the upper position sets the pins of the appropriate port to logical one
(pull-up). If jumper is set to the lower postion, pins are set to logical zero (pull-down).
Figure below illustrates the situation when pins of port A are predefined to logical one
and port B to logical zero.
1
0

1
0

1
0

1
0

1
0

1
0

1
0

1
0

5V GND
SW1
RA0 RA1 RA2 RA3 RA4 RA5 RE0 RE1
1 2 3 4 5 6 7 8
1
0

1
0

1
0

1
0

1
0

1
0

1
0

1
0

5V
GND
RB0 RB1 RB2 RB3 RB4 RB5 RB6 RB7
PUL-UP / PULL-DOWN RESISTORS ON PORTS
Figure 17.
Figure 18.
DIP system switches provide great flexibility.
Through their use, port pins can be connected to
various elements of the system:
SW1- turn on /turn off PULL-UP or PULL-
DOWN resistors of A port and RE0 and
RE1 pins of E port.
SW2 - turn on /turn off seven-segment displays.
SW3 - turn on /turn off LED diode on A, B, C, D
and E ports.
Port A is connected to the resistor network, using
SW1. If SW1switch is not in ON position, the
appropriate pin has neither pull-up nor pull-down
resistor attached. This is very important, because it
enables using A port in analog mode as AD con-
verter.
Port B is on PULL-DOWN
resistors, which means that the
pins are set to logical zero by
default, until we set different
values.
PIC, AVR, MC68HC11, i8051, PSoC development systems www.mikroelektronika.co.yu 17
EASY PIC 2
Development tool for Microchip PIC MCUs
MikroElektronika
Tools-Compilers-Books
www.mikroelektronika.co.yu
All PIC pins can be defined as either input or output.
Port pins can be accessed directly from the right side of the development system by using
the flat cable. In this manner, values from external elements can be transferred to ports,
both ways.
DIRECT ACCESS TO PORTS
For technical support please contact us :
E-mail: office@mikroelektronika.co.yu
PIC, PICmicro, and MPLAB is a registered and protected trademark of the Microchip Technology Inc. USA. Microchip logo
and name are the registered tokens of the Microchip Technology. Copyright 2003, Microchip Technology Inc. Windows is a
Registered trademark of Microsoft Corp.
All other tokens mentioned in the book are the property of the companies to which they belong.

Вам также может понравиться