-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathesp8266Instalar.html
97 lines (88 loc) · 3.84 KB
/
esp8266Instalar.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="description=" content="curso tutorial aprende arduino básico desde cero facíl">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Curso Arduino">
<meta name="author" content="Studio Miranda">
<title>arduinoes</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!-- <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'> -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap" rel="stylesheet" type='text/css'>
<link href="css/studio.css" rel="stylesheet">
</head>
<body>
<!-- Sección -->
<div class="container" style = "margin-top: 50px">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<div class="miranda">
<!-- Project Details Go Here -->
<h2 class="text-uppercase text-center"><bl>ARDUINO</bl></h2>
<br>
<img class="img-fluid d-block mx-auto" src="img/tutoriales/Arduino1.png" alt="">
<br>
<h2 class="text-center"><or>Instalar ESP8266</or></h2>
<br>
<div class="text-left">
<!-- ESP8266 -->
<h4>Instalación</h4>
<br>
<ol>
<li>
Abrimos en <strong>Archivo</strong> y seleccionamos <strong>Preferencias</strong>
</li>
<br>
<img class="img-fluid d-block mx-auto" src="img/esp/preferencias.png" alt="">
<li>
En <strong>Additional Boards Manager URLs</strong> añadimos:
<br>
<or>http://arduino.esp8266.com/stable/package_esp8266com_index.json</or>
</li>
<br>
<img class="img-fluid d-block mx-auto" src="img/esp/cuadroPreferencias.png" alt="">
<br>
<li>
Ahora en <strong>Herramientas</strong> entramos en el gestor de tarjetas del IDE de Arduino.
<br>
<strong>Board:</strong>
<br>
Y selecionamos <strong>Boards Manager</strong>
</li>
<br>
<img class="img-fluid d-block mx-auto" src="img/esp/Boards.png" alt="">
<br>
<li>
Buscamos el paquete de placas de desarrollo basadas en el <strong>ESP8266</strong> y lo instalamos
</li>
<br>
<img class="img-fluid d-block mx-auto" src="img/esp/BoardsManager.png" alt="">
<br>
<li>
Buscamos en Board: <strong>nuestra tarjeta</strong> y la seleccionamos.
</li>
<br>
<img class="img-fluid d-block mx-auto" src="img/esp/tarjetas.png" alt="">
<br>
<li>
En ejemplos también tendremos sketch de <strong>ESP8266</strong> .
</li>
<br>
<img class="img-fluid d-block mx-auto" src="img/esp/ejemplos.png" alt="">
</ol>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>