-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_programar_empezar_en.html
227 lines (189 loc) · 8.24 KB
/
index_programar_empezar_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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!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_programar_empezar.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_programar_en.html">How do I program a CIAA board?</a></li>
<li>Where do I start?</li>
</ul>
<!-- inicio zona editable -->
<div class="column" >
<a href="https://github.com/leandrolanzieri/ciaabot-ide/releases">
<img alt="special" src="img/CIAABOT.jpg" name="que es">
<h3 >
Install CIAABOT
</h3>
</a>
<p >
The simplest way to write a program is through "CIAABOT", using graphic programming. <a href="https://github.com/leandrolanzieri/ciaabot-ide/releases"> In this link </a> we explain step by step how to do it.
</p>
</div>
<div class="column" >
<a href="https://github.com/ciaa/software/">
<img alt="special" src="img/EmbeddedIDE_en.jpg" name="que es">
<h3 >
Use Embedded IDE
</h3>
</a>
<p >
For more experienced users who want to use source code there are many options, some based on Eclipse. The simplest one is "Embedded IDE".
</p>
</div>
<div class="column" >
<a href="https://github.com/ciaa/firmware_v3">
<img alt="special" src="img/sAPI.jpg" name="comprar">
<h3 >
Take advantage of the sAPI
</h3>
</a>
<p >
There are many languages and code libraries available for programming the CIAA. We recommend to start with C Language and the sAPI library.
</p>
</div>
<div class="column" >
<a href="index_programar_como_en.html">
<img alt="special" src="img/CIAAcomoseprograma.jpg" name="programar">
<h3 >
Implement the program
</h3>
</a>
<p >
Then using CIAABOT, or Embedded IDE and the sAPI library, we proceed to write the program for the CIAA to help us solve a problem.
</p>
</div>
<div class="column" >
<a href="index_programar_como_en.html">
<img alt="special" src="img/CIAAconectadaaPC.jpg" name="que es">
<h3 >
Load the program onto the CIAA
</h3>
</a>
<p >
Once we have written our program on the PC we then transfer it to the CIAA so that it starts to run it. Thus, hopefully, solving problem we tackled.
</p>
</div>
<div class="column" >
<img alt="special" src="img/CIAAcontrolandoembotelladora.jpg" name="comprar">
<h3 >
The CIAA begins running it
</h3>
<p >
As soon as the program we made is burnt to the CIAA, execution begins and we'll be able to see our solution in action.
</p>
</div>
<!-- fin zona editable -->
<!-- <div class="column" >
<a href="https://github.com/martinribelotta/embedded-ide-builder/releases/">
<img alt="special" src="img/EmbeddedIDE_en.jpg" name="que es">
<h3 >
Install the Embedded IDE
</h3>
</a>
<p >
First step is to install a program to write our code and transfer it to the CIAA. There are many options, some based on Eclipse. The simplest is "Embedded IDE".
</p>
</div>
<div class="column" >
<a href="https://github.com/ciaa/firmware_v2">
<img alt="special" src="img/sAPI.jpg" name="comprar">
<h3 >
Study the sAPI library
</h3>
</a>
<p >
There are many languages and code libraries available for programming the CIAA. We recommend to start with C Language and the sAPI library.
</p>
</div>
<div class="column" >
<a href="index_programar_como_en.html">
<img alt="special" src="img/CIAAcomoseprograma.jpg" name="programar">
<h3 >
Implement our program
</h3>
</a>
<p >
Then using the Embedded IDE software and the sAPI library we proceed to write the program for the CIAA to help us solve a problem.
</p>
</div>
<div class="column" >
<a href="index_programar_como_en.html">
<img alt="special" src="img/CIAAconectadaaPC.jpg" name="que es">
<h3 >
Load the program onto the CIAA
</h3>
</a>
<p >
Once we have written our program on the PC we then transfer it to the CIAA so that it starts to run it. Thus, hopefully, solving problem we tackled.
</p>
</div>
<div class="column" >
<a href="index_programar_dudas_en.html">
<img alt="special" src="img/CIAAayuda.jpg" name="comprar">
<h3 >
Ask the questions you have
</h3>
</a>
<p >
There are several ways to ask for help when you get utterly stuck in a CIAA-related project. Here we show you some of the available channels
</p>
</div>
<div class="column" >
<a href="index_programar_cursos_en.html">
<img alt="special" src="img/CIAAcursos.jpg" name="programar">
<h3 >
Take a course
</h3>
</a>
<p >
There are several courses on how to program the CIAA, including classroom- and web-based, and ranging from expert to beginner audience.
</p>
</div>-->
</div><!-- cells-row -->
</div><!-- cells -->
</body>
</html>