DataSheet.es    


PDF AXE401 Data sheet ( Hoja de datos )

Número de pieza AXE401
Descripción PICAXE shield base
Fabricantes Revolution 
Logotipo Revolution Logotipo



Hay una vista previa y un enlace de descarga de AXE401 (archivo pdf) en la parte inferior de esta página.


Total 26 Páginas

No Preview Available ! AXE401 Hoja de datos, Descripción, Manual

PICAXE-28X2 SHIELD BASE (AXE401)
1.0 Introduction
Thank you for purchasing this PICAXE shield base. This
datasheet is designed to give a brief introduction to how the
shield base is assembled, used and configured.
For general tutorials and details on how to use the PICAXE
programming language, please see the PICAXE website and
PICAXE manuals www.picaxe.co.uk The completely free
programming software may also be downloaded from this
website. For individual project advice, and examples of how to
connect your shield base to many different shields and electronic
components, please consider joining the friendly online PICAXE
community at www.picaxeforum.co.uk
A ‘wiki’ of how to use the PICAXE shield base with a wide range
of shields is currently being developed at the PICAXE website.
1.1 Overview
The PICAXE shield base is an open-source hardware ‘arduino inspired’ controller board, designed to
enable PICAXE use of the multiple different ‘shields’ that are now available. The shield base has been very
carefully designed to be compatible with the vast majority of existing shields. Each PICAXE shield base is
also provided with a free of charge AXE405 prototyping shield PCB for experimentation.
The PCB designs are released as ‘open-source’ and ‘not for profit’ designs.
1.2 Key Features
Firmware
Microcontroller
Programming Language
Physical Size & Header Position
Open Source Hardware
Not for profit PCB
Development Software Cost
Support for Windows
Support for Mac
Support for Linux
Downloads via USB port
Microcontroller System Voltage
Recommended Supply Voltage
5V Low drop out regulator
3V Low drop out regulator
Disconnectable LED on S.13
Stripboard compatible headers
On board i2c EEPROM socket
Separate programming and i/o pins
TX / RX select jumper headers
Through hole for easy self assembly
Program Slots
User RAM bytes
Clock Speed
Non-volatile EEPROM bytes
Run extra programs from i2c
PICAXE-28X2
Microchip PIC18F25K22-I/SP
BASIC or flowcharts
Standard Shield Size/Position
Yes
Yes
Free
Yes
Yes
Yes
Yes
5V or 3V (jumper selectable)
9-12V
500mA
500mA
Yes
Yes
Yes
Yes
Yes
Yes
4 x 4k
1296 (256 + 1024 + 16)
32KHz - 64MHz
256
Yes
revolution Revolution Education Ltd. Web: www.picaxe.co.uk
Version 1.3 04/11
AXE401.PMD
http://www.Datasheet4U.com

1 page




AXE401 pdf
AXE401 PICAXE-28X2 Shield Base
2.1 PICAXE Shield Pinout
Vin (9-12V)
USB Cable
Reset
3V3
5V
Gnd
Gnd
Vin (9-12V)
(A.0) S.A0
(A.1) S.A1
(A.2) S.A2
(A.3) S.A3
(B.3) S.A4
(B.4) S.A5
AXE401 PICAXE-28X2 Shield Base
Vref (A.3)
Gnd
S.13 (C.3)
S.12 (C.4)
S.11 (C.5)
S.10 (C.2)
S.9 (C.1)
S.8 (C.0)
S.7 (B.7)
S.6 (B.6)
S.5 (B.5)
S.4 (B.1)
S.3 (B.0)
S.2 (B.2)
S.1 (C.6)
S.0 (C.7)
Shield
Header
RESET
3V3
5V
GND
GND
VIN
Shield
Nickname
Primary Pin
Function
Reset
3.3V Supply Out
5V Supply Out
0V
0V
Supply In (9-12V DC)
Advanced Pin
Function
5V Supply In
0V Supply In
PICAXE PICAXE
Pin Name ADC
Reset
V+
V+
0V
0V
A0
A1
A2
A3
A4
A5
0
1
2S
3S
4S
5S
6S
7S
8
9
10
11
12
13
GND
VREF
S.A0
S.A1
S.A2
S.A3
S.A4
S.A5
In / Out / ADC / Touch
In / Out / ADC / Touch
In / Out / ADC / Touch
In / Out / ADC / Touch
In / Out / ADC / Touch
In / Out / ADC / Touch
Comp1-
Comp2-
Comp2+ / DAC
Comp1+ / Vref
hpwm D
S.0 In / Out / ADC / Touch hserin / kb data
S.1 In / Out / ADC / Touch hserout / kb clk
.2 In / Out / ADC / Touch hpwm B / hint 2
.3 In / Out / ADC / Touch pwm / hint0
.4 In / Out / ADC / Touch hpwm C / hint 1
.5 In / Out / ADC / Touch
pwm
.6 In / Out
.7 In / Out
S.8
S.9
S.10
S.11
S.12
S.13
S.A3
In / Ou t
timer clk
In / Ou t
pwm
In / Out / ADC / Touch hpwm A / pwm
In / Out / ADC / Touch
hspi sdo
In / Out / ADC / Touch hspi sdi / hi2c sda
In / Out / ADC / Touch
(or LED via H4)
hspi sck / hi2c scl
0V
In / Out / ADC / Touch Comp1+ / Vref
A.0
A.1
A.2
A.3
B.3
B.4
C.7
C.6
B.2
B.0
B.1
B.5
B.6
B.7
C.0
C.1
C.2
C.5
C.4
C.3
0V
A.3
0
1
2
3
9
11
19
18
8
12
10
13
-
-
-
-
14
17
16
4
3
revolution Revolution Education Ltd. Web: www.picaxe.co.uk
Version 1.3 04/11
5
AXE401.PMD

5 Page





AXE401 arduino
AXE401 PICAXE-28X2 Shield Base
6.0 Programming the PICAXE
The PICAXE uses a ‘BASIC’ style interpreted language,
which is often considered easier to use than the ‘C’ or
‘assembler’ programming languages. Of course if you are a
commercial programmer by profession using ‘C’ may be no
problem to you, but for many school students, hobbyists
or artists starting out with no prior programming
experience the ‘C’ language can sometimes prove difficult
to use (and, in particular, fault find and debug). BASIC
does not have these restrictions as it is designed to be
simpler to use for beginners. However this does not mean
that the BASIC language is not powerful - as complex
programs can also be easily constructed, particularly with
the simple to use in-built BASIC commands for interfacing
protocols such as RS232, 1-wire, I2c and SPI.
PICAXE software is available as the ‘Programming Editor’
for Windows and ‘AXEpad’ for Mac and for Linux. All three
titles are completely free to download and use. If you prefer
to program in a different third party editor (e.g. Kate on
Linux), free command line compilers are also available for
all 3 computer platforms.
PICAXE can also be programmed ‘graphically’ in various other software applications
such as flowcharts (e.g. the Logicator software) and graphical ‘Scratch’ icon based
systems.
6.1 Can I on-screen simulate PICAXE programs?
The free Programming Editor software supports a full on-screen simulation of the
PICAXE program, so that the program can be stepped through line by line an
analysed step by step. Breakpoints can also be set to stop the program at any point.
A special ‘#sim shield’ directive allows the on screen layout to match the pinout of
the shield.
Another piece of software, PICAXE VSM, is a full featured SPICE and digital circuit
simulator that supports circuit simulations. Through on screen animations you can
see, for instance, LEDs light up when you flick a simulated switch or change a light
level.
11
revolution Revolution Education Ltd. Web: www.picaxe.co.uk
Version 1.3 04/11
AXE401.PMD

11 Page







PáginasTotal 26 Páginas
PDF Descargar[ Datasheet AXE401.PDF ]




Hoja de datos destacado

Número de piezaDescripciónFabricantes
AXE401PICAXE shield baseRevolution
Revolution

Número de piezaDescripciónFabricantes
SLA6805M

High Voltage 3 phase Motor Driver IC.

Sanken
Sanken
SDC1742

12- and 14-Bit Hybrid Synchro / Resolver-to-Digital Converters.

Analog Devices
Analog Devices


DataSheet.es es una pagina web que funciona como un repositorio de manuales o hoja de datos de muchos de los productos más populares,
permitiéndote verlos en linea o descargarlos en PDF.


DataSheet.es    |   2020   |  Privacy Policy  |  Contacto  |  Buscar