<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
		<id>https://wiki.binefa.cat/index.php?action=history&amp;feed=atom&amp;title=Tecnolog%C3%ADas_IoT%2C_Hands_on_y_MVP_%2813%2F4%2F2019%29</id>
		<title>Tecnologías IoT, Hands on y MVP (13/4/2019) - Historial de revisió</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.binefa.cat/index.php?action=history&amp;feed=atom&amp;title=Tecnolog%C3%ADas_IoT%2C_Hands_on_y_MVP_%2813%2F4%2F2019%29"/>
		<link rel="alternate" type="text/html" href="https://wiki.binefa.cat/index.php?title=Tecnolog%C3%ADas_IoT,_Hands_on_y_MVP_(13/4/2019)&amp;action=history"/>
		<updated>2026-04-16T03:23:36Z</updated>
		<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://wiki.binefa.cat/index.php?title=Tecnolog%C3%ADas_IoT,_Hands_on_y_MVP_(13/4/2019)&amp;diff=903&amp;oldid=prev</id>
		<title>Jordi : Es crea la pàgina amb «= 13/4/2019 = [https://wiki.binefa.cat/index.php?title=Introducci%C3%B3_a_Internet_de_les_Coses_-_juny_2018#Instal.C2.B7laci.C3.B3_de_tot_el_programari Drivers y softw...».</title>
		<link rel="alternate" type="text/html" href="https://wiki.binefa.cat/index.php?title=Tecnolog%C3%ADas_IoT,_Hands_on_y_MVP_(13/4/2019)&amp;diff=903&amp;oldid=prev"/>
				<updated>2019-04-26T08:16:22Z</updated>
		
		<summary type="html">&lt;p&gt;Es crea la pàgina amb «= 13/4/2019 = [https://wiki.binefa.cat/index.php?title=Introducci%C3%B3_a_Internet_de_les_Coses_-_juny_2018#Instal.C2.B7laci.C3.B3_de_tot_el_programari Drivers y softw...».&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= 13/4/2019 =&lt;br /&gt;
[https://wiki.binefa.cat/index.php?title=Introducci%C3%B3_a_Internet_de_les_Coses_-_juny_2018#Instal.C2.B7laci.C3.B3_de_tot_el_programari Drivers y software]&lt;br /&gt;
&lt;br /&gt;
[https://binefa.cat/training/ceic/20181031/20181031_ceic_02.pdf Introducción al Arduino]&lt;br /&gt;
&lt;br /&gt;
[https://wiki.binefa.cat/index.php?title=%C3%8Dndex_general#S4A_Programming_Learning_Board Información general y enlaces sobre la placa S4A]&lt;br /&gt;
&lt;br /&gt;
== Entornos de programación por bloques ==&lt;br /&gt;
=== El ordenador supervisa y controla el Arduino ===&lt;br /&gt;
[http://snap4arduino.rocks/ Descarga de Snap4Arduino]&lt;br /&gt;
&lt;br /&gt;
El entorno Snap4Arduino se comunica a la placa mediante el protocolo [https://github.com/firmata/protocol firmata]&lt;br /&gt;
&lt;br /&gt;
Ejercicios prácticos usando:&lt;br /&gt;
&lt;br /&gt;
==== Primer contacto ====&lt;br /&gt;
&lt;br /&gt;
- Botones y leds de la [https://binefa.cat/blog/?p=330 placa S4A PLB]&lt;br /&gt;
&lt;br /&gt;
- Placa de relés&lt;br /&gt;
&lt;br /&gt;
==== Entradas pasivas ====&lt;br /&gt;
&lt;br /&gt;
- Teclado de membrana&lt;br /&gt;
&lt;br /&gt;
- Microrruptor (o final de carrera)&lt;br /&gt;
&lt;br /&gt;
- Relé Reed&lt;br /&gt;
&lt;br /&gt;
- Potenciómetro&lt;br /&gt;
&lt;br /&gt;
- Joystick&lt;br /&gt;
&lt;br /&gt;
- LDR&lt;br /&gt;
&lt;br /&gt;
==== Entradas activas ====&lt;br /&gt;
&lt;br /&gt;
- Sensor de infrarojos&lt;br /&gt;
&lt;br /&gt;
- PIR de lente de Fresnel&lt;br /&gt;
&lt;br /&gt;
- Sensor ultrasónico medidor de distancia&lt;br /&gt;
&lt;br /&gt;
[https://howtomechatronics.com/tutorials/arduino/ultrasonic-sensor-hc-sr04/ Ultrasonic Sensor HC-SR04 and Arduino Tutorial]&lt;br /&gt;
&lt;br /&gt;
[https://randomnerdtutorials.com/complete-guide-for-ultrasonic-sensor-hc-sr04/ Complete Guide for Ultrasonic Sensor HC-SR04 with Arduino]&lt;br /&gt;
&lt;br /&gt;
==== Actuadores ====&lt;br /&gt;
&lt;br /&gt;
- Servomotor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Arduino autónomo ===&lt;br /&gt;
[https://www.tinkercad.com/circuits Simulación en línea. Tinkercad] Permite simular hardware, programar en bloques y generar código para el IDE de Arduino&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== IDE de Arduino ==&lt;br /&gt;
=== Arduino Nano ===&lt;br /&gt;
==== Conceptos básicos ====&lt;br /&gt;
Código [https://raw.githubusercontent.com/jordibinefa/arduino-IDE-codes/master/s4a_test_00/s4a_test_00.ino s4a_test_00.ino] para leer y escribir parámetros al Arduino desde el ordenador, usando el propio IDE de Arduino, GtkTerm (desde GNU/Linux) o [https://putty.org/ putty] (desde Windows).&lt;br /&gt;
&lt;br /&gt;
[https://binefa.cat/training/s4a/flancs.zip Flancos]&lt;br /&gt;
&lt;br /&gt;
==== UART ====&lt;br /&gt;
[https://github.com/jordibinefa/arduino-IDE-codes/tree/master/s4a_softwareSerial s4a_softwareSerial]&lt;br /&gt;
&lt;br /&gt;
==== I2C ====&lt;br /&gt;
[https://github.com/jordibinefa/arduino-IDE-codes/blob/master/s4a_i2c_scanner/s4a_i2c_scanner.ino s4a_i2c_scanner]&lt;br /&gt;
&lt;br /&gt;
===== Expansor digital d'entrades i/o sortides PCF8574 =====&lt;br /&gt;
[https://github.com/jordibinefa/arduino-IDE-libraries/tree/master/PCF8574/examples Exemples d'ús]&lt;br /&gt;
&lt;br /&gt;
===== OLED =====&lt;br /&gt;
[https://github.com/jordibinefa/arduino-IDE-codes/blob/master/s4a_pwm_01/s4a_pwm_01.ino s4a_pwm_01]&lt;br /&gt;
&lt;br /&gt;
==== SPI ====&lt;br /&gt;
===== RFID - MFR522 =====&lt;br /&gt;
[https://github.com/jordibinefa/arduino-IDE-libraries/tree/master/MFRC522/examples/ReadNUID ReadNUID]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/jordibinefa/arduino-IDE-libraries/blob/master/MFRC522/doc/fritzing/Arduino-Uno-r3-with-RFID-RC522.png Diagrama de connexions]&lt;br /&gt;
&lt;br /&gt;
===== Between Two Arduino =====&lt;br /&gt;
[https://binefa.cat/blog/?p=282 SPI – Sample of master and slave using two Arduino]&lt;br /&gt;
&lt;br /&gt;
==== ModBUS ====&lt;br /&gt;
[https://github.com/jordibinefa/arduino-IDE-codes/blob/master/s4a_modbusRTU_rs485_01/s4a_modbusRTU_rs485_01.ino s4a_modbusRTU_rs485_01]&lt;br /&gt;
&lt;br /&gt;
=== ESP8266 ===&lt;br /&gt;
==== Conceptos básicos ====&lt;br /&gt;
Código [https://binefa.cat/php/telecos/codis/ESP8266/ESP8266_06c_TestPins/ESP8266_06c_TestPins.ino ESP8266_06c_TestPins.ino] para leer y escribir parámetros al Arduino desde el ordenador, usando el propio IDE de Arduino, GtkTerm (desde GNU/Linux) o [https://putty.org/ putty] (desde Windows).&lt;br /&gt;
&lt;br /&gt;
==== Conexión a diversas redes WiFi ====&lt;br /&gt;
[https://wiki.binefa.cat/index.php?title=Connexi%C3%B3_a_m%C3%BAltiples_xarxes_sense_fils Conexión a diversas redes WiFi]&lt;br /&gt;
&lt;br /&gt;
==== Uso de MQTT en el ESP8266 ====&lt;br /&gt;
[https://wiki.binefa.cat/index.php?title=MQTT_a_l%27ESP8266 MQTT en el ESP8266]&lt;br /&gt;
&lt;br /&gt;
[https://wiki.binefa.cat/index.php?title=Introducci%C3%B3_a_Internet_de_les_Coses_-_juny_2018#MQTT Más información sobre el protocolo MQTT]&lt;br /&gt;
&lt;br /&gt;
=== ESP32 ===&lt;br /&gt;
[https://wiki.binefa.cat/index.php?title=%C3%8Dndex_general#ESP32 Sobre el ESP32]&lt;br /&gt;
&lt;br /&gt;
== Bot de Telegram ==&lt;br /&gt;
[[Un exemple d'us de Telegram amb el NodeRed]]&lt;/div&gt;</summary>
		<author><name>Jordi</name></author>	</entry>

	</feed>