파트넘버.co.kr PICAXE28 데이터시트 PDF


PICAXE28 반도체 회로 부품 판매점

(PICAXExx) Microcontroller



Revolution 로고
Revolution
PICAXE28 데이터시트, 핀배열, 회로
PICAXE Microcontroller Summary...
PICAXE
Type
IC Memory
Size (lines)
PICAXE-08
8
40
I/O
Pins
5
Outputs
1-4
Inputs
1-4
ADC
(L =low)
1L
Data
Memory
128 - prog
Polled
Interrupt
-
PICAXE-08M 8
80
5
1-4 1-4
3 256 - prog
Yes
PICAXE-18 18
40
13
8
5 3L 128 - prog
-
PICAXE-18A 18
80
13
8
5
3
256
Yes
PICAXE-18X 18
600
14
9
5
3 256 + i2c
Yes
PICAXE-28A 28
80
20
8
8
4 64 + 256
Yes
PICAXE-28X 28
600
21
9-17 0-12
0-4 128 + i2c
mPICAXE-40X 40
600
32
9-17 8-20
3-7
128 + i2c
Yes
Yes
oNotes:
.cThe number of memory program lines is
approximate as different commands require
Udifferent amounts of memory.
t4The data memory can be used for storing data
values or LCD messages. On the entry level
ePICAXE-08/18 this memory is shared with the
downloaded program and so a longer program
edecreases the available data memory.
hThe PICAXE-28 has separate ADC pins, with the
Sother types the ADC are combined on the input
pins. L denotes a low-resolution ADC function.
taThe PICAXE-28 and PICAXE-18 microcontrollers
arequire a 4k7 pull up resistor on the reset pin.
PICAXE-08
+V
Serial In
Pin 4
Pin 3
1
2
3
4
8 0V
7 Pin 0 / Serial Out
6 Pin 1
5 Pin 2
PICAXE-18
Input 2
Serial Out
Serial In
Reset
0V
Output 0
Output 1
Output 2
Output 3
1
2
3
4
5
6
7
8
9
18 Input 1
17 Input 0
16 Input 7
15 Input 6
14 +V
13 Output 7
12 Output 6
11 Output 5
10 Output 4
PICAXE-28
Reset
Analogue 0
Analogue 1
Analogue 2
Analogue 3
Serial In
Serial Out
0V
Resonator
Resonator
Input 0
Input 1
Input 2
Input 3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
28 Output 7
27 Output 6
26 Output 5
25 Output 4
24 Output 3
23 Output 2
22 Output 1
21 Output 0
20 +V
19 0V
18 Input 7
17 Input 6
16 Input 5
15 Input 4
www.picaxe.co.uk
(c) Rev-Ed Ltd 2002
.DThe PICAXE-28 microcontrollers require an
external 4MHz 3 pin ceramic resonator.
NB all PICAXE ICs are supplied pre-programmed with the PICAXE bootstrap code
wSerial Download Circuit:
The serial download circuit for all PICAXE microcontrollers is (straight or ‘stereo plug’ cable connections):
ww(USB Adapter USB010 available)
serial out
2. to PICAXE serial out
3. to PICAXE serial in
5. to PICAXE 0V
serial in
22k 0V
9 Way D female socket
10k
1 PICAXE
2
3
Above view
serial out
serial in
22k 0V
xx
xx
10k
321
x
1
PICAXE
2
3
revolution Revolution Education Ltd. Email: [email protected] Web: www.rev-ed.co.uk Version 4.2 31/03/04
pinout.P65


PICAXE28 데이터시트, 핀배열, 회로
PICAXE Microcontroller Summary
2
PICAXE Commands (valid all sizes):
Output -
Input -
Sound -
Serial -
Program Flow -
Loops -
Mathematics -
Variables -
Data memory -
Delays -
Miscellaneous -
high, low, toggle, pulsout, let pins =
if…(and/or)...then, readadc, pulsin, button
sound
serin, serout
goto, gosub, return, branch
for…next
let… (+, -, *, **, /, //, max, min, &, |, ^, &/, |/, ^/ )
if...then, random, lookdown, lookup
eeprom, write, read
pause, wait, nap, sleep, end
symbol, debug
Please see the BASIC Commands (v3.5)
help file for more detailed syntax help
and information about each command.
PICAXE-08/08M Specific Commands:
I/O Config. -
PWM -
Music -
RAM -
Servo Control -
Infrared -
Interrupt -
10 Bit ADC -
Temperature -
1-wire Serial No -
Count Input -
Serial Output -
Resonator Speed -
input, output, reverse, let dirs =
pwm, pwmout (08M)
play, tune (08M)
peek, poke (08M)
servo (08M)
infrain2, infraout (08M)
setint (08M)
readadc10 (08M)
readtemp, readtemp12 (08M)
readowsn (08M)
count (08M)
sertxd (08M)
setfreq (08M)
PICAXE-18/18A/18X Specific Commands:
RAM -
Servo Control -
Infrared -
Interrupt -
10 Bit ADC -
Temperature -
Keyboard -
1-wire Serial No -
1-wire Clock -
I2C -
Count Input -
PWM Output -
Serial Output -
Resonator Speed -
peek, poke
servo (18A/X)
infrain (18A/X)
setint (18A/X)
readadc10 (18X)
readtemp, readtemp12 (18A/X)
keyin, keyled (18A/X)
readowsn (18A/X)
readowclk, resetowclk (18A)
readi2c, writei2c, i2cslave (18X)
count (18X)
pwmout (18X)
sertxd (18X)
setfreq (18X)
PICAXE-28/28A/28X(40X) Specific Commands:
RAM -
Servo Control -
Infrared -
Interrupt -
10 Bit ADC -
Temperature -
Keyboard -
1-wire Serial No -
Data Memory -
I2C -
Count Input -
PWM Output -
Serial Output -
peek, poke
servo
infrain
setint (28A/X)
readadc10 (28X)
readtemp, readtemp12 (28A/X)
keyin, keyled (28X)
readowsn (28X)
writemem, readmem (28/28A)
readi2c, writei2c, i2cslave (28X)
count (28X)
pwmout (28X)
sertxd (28X)
revolution Revolution Education Ltd. Email: [email protected] Web: www.rev-ed.co.uk Version 4.2 31/03/04
pinout.P65




PDF 파일 내의 페이지 : 총 3 페이지

제조업체: Revolution

( revolution )

PICAXE28 controller

데이터시트 다운로드
:

[ PICAXE28.PDF ]

[ PICAXE28 다른 제조사 검색 ]




국내 전력반도체 판매점


상호 : 아이지 인터내셔날

전화번호 : 051-319-2877

[ 홈페이지 ]

IGBT, TR 모듈, SCR, 다이오드모듈, 각종 전력 휴즈

( IYXS, Powerex, Toshiba, Fuji, Bussmann, Eaton )

전력반도체 문의 : 010-3582-2743



일반적인 전자부품 판매점


디바이스마트

IC114

엘레파츠

ICbanQ

Mouser Electronics

DigiKey Electronics

Element14


관련 데이터시트


PICAXE28

(PICAXExx) Microcontroller - Revolution