-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_comprar_picociaa_en.html
149 lines (125 loc) · 5.62 KB
/
index_comprar_picociaa_en.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Proyecto CIAA</title>
<link rel="icon" href="img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css'); </style>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="nav-bar">
<div id="nav-left">
<a href="index.html"><img alt="logo" src="img/logo/ciaa_con_texto.png"></a>
</div>
<div id="nav-right">
<div id="lang-selector" >
<img src="img/logo/United_Kingdom.png">
<a href="index_comprar_picociaa.html"><img src="img/logo/Spain.png"></a>
</div>
<div id="social">
<div class="social-div">
<a target="_blank" href="devwiki/index.html"><img alt="Wiki" class="social-icon" src="img/logo/wiki.png" /></a>
</div>
<div class="social-div">
<a target="_blank" href="mailto:[email protected]"><img alt="Mail" class="social-icon" src="img/logo/mail.png" /></a>
</div>
<div class="social-div">
<a target="_blank" href="https://www.facebook.com/ProyectoCIAA"><img alt="Facebook" class="social-icon" src="img/logo/facebook.png" /></a>
</div>
<div class="social-div">
<a target="_blank" href="https://twitter.com/proyectociaa"><img alt="Twitter" class="social-icon" src="img/logo/twitter.png" /></a>
</div>
<div class="social-div">
<a target="_blank" href="https://www.youtube.com/user/proyectociaa"><img alt="YouTube" class="social-icon" src="img/logo/youtube.png" /></a>
</div>
<div class="social-div">
<a target="_blank" href="https://github.com/ciaa"><img alt="GitHub" class="social-icon" src="img/logo/github.png" /></a>
</div>
<div class="social-div">
<a target="_blank" href="https://groups.google.com/forum/#!forum/embebidos32"><img alt="GoogleGroups" class="social-icon" src="img/logo/google.png" /></a>
</div>
</div> <!-- info -->
</div> <!-- nav-right -->
</div><!-- nav-bar-->
<div id="cells">
<div id="cells-row">
<ul class="breadcrumb">
<li><a href="index_en.html">Start</a></li>
<li><a href="index_comprar_en.html">How do I buy a CIAA?</a></li>
<li>picoCIAA Model</li>
</ul>
<!-- inicio zona editable -->
<div class="column" >
<a href="devwiki/doku.php%3Fid=desarrollo:hardware:picociaa.html">
<img alt="special" src="img/LPC54100.jpg" name="que es">
<h3 >
32-bit dual-core processor
</h3>
</a>
<p >
It has a dual core 32-bit ARM Cortex M4F/M0+ @100 MHz CPU with 512kB flash and 104 kB SRAM, and a debug port made by a programmable LPC11U35.
</p>
</div>
<div class="column" >
<a href="devwiki/doku.php%3Fid=desarrollo:hardware:picociaa.html">
<img alt="special" src="img/picoCIAADiagrama.jpg" name="comprar">
<h3 >
Block diagram
</h3>
</a>
<p >
Several communication ports, among them USB, PCI Express, UART, SPI, I2C and PWM support and general purpose digital I/O (GPIO).
</p>
</div>
<div class="column" >
<a href="devwiki/doku.php%3Fid=desarrollo:hardware:picociaa.html">
<img alt="special" src="img/picoCIAA.jpg" name="programar">
<h3 >
The smallest CIAA
</h3>
</a>
<p >
With a footprint of only 51 x 30 mm the picoCIAA is the smallest form factor of the CIAA family, making it ideal for the Internet of Things (IoT) applications.
</p>
</div>
<div class="column" >
<a href="devwiki/doku.php%3Fid=desarrollo:hardware:picociaa.html">
<img alt="special" src="img/ExpansionPCIExpress.jpg" name="que es">
<h3 >
For Single Board Computers
</h3>
</a>
<p >
It's PCI Express interface simplifies integration into general purpose SBCs, allowing real time low level management of peripheral devices.
</p>
</div>
<div class="column" >
<a href="index_comprar_costos_en.html">
<img alt="special" src="img/Preciocadamodelo.jpg" name="comprar">
<h3 >
How much does picoCIAA cost?
</h3>
</a>
<p >
The picoCIAA is commercially available. It can be bought online to several Argentine companies. Follow this link to learn how to buy it.
</p>
</div>
<div class="column" >
<a href="devwiki/index.html">
<img alt="special" src="img/Wiki.jpg" name="programar">
<h3 >
Where can I find technical info?
</h3>
</a>
<p >
All information is published at the Wiki of the CIAA Project, where dozens of people from all around Argentina contribute.
</p>
</div>
<!-- fin zona editable -->
</div><!-- cells-row -->
</div><!-- cells -->
</body>
</html>