<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Proyecto Robótica by Carmen Lagranja</title>
      <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2017-03-27 11:31:42 UTC</pubDate>
      <lastBuildDate>2026-01-19 01:20:23 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Carfront.png</url>
      </image>
      <item>
         <title>3. LISTADO DE COMPONENTES Y PRESUPUESTO</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/163657736</link>
         <description><![CDATA[<div><a href="https://drive.google.com/drive/folders/0B1xjCaL3A87CcVNuQ09HX0RQdFU">https://drive.google.com/drive/folders/0B1xjCaL3A87CcVNuQ09HX0RQdFU</a></div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/145622583/33bc0017118b61369b4a1561068fb6d5/1.png" />
         <pubDate>2017-03-30 10:58:34 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/163657736</guid>
      </item>
      <item>
         <title>4. DESCOMPOSICIÓN DEL PROBLEMA</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/163657974</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-03-30 11:00:00 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/163657974</guid>
      </item>
      <item>
         <title>5. BÚSQUEDA DE INFORMACIÓN</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/163658073</link>
         <description><![CDATA[<div>DÍA 1<br>SERVOMOTOR:<br><a href="https://programarfacil.com/tutoriales/fragmentos/servomotor-con-arduino/#Conexionado_con_Arduino">https://programarfacil.com/tutoriales/fragmentos/servomotor-con-arduino/#Conexionado_con_Arduino</a><br><br></div><div>un <strong>servomotor o servo</strong> es un motor eléctrico, pero con dos características especiales.<br><br></div><div>Por un lado, nos permite <strong>mantener una posición</strong> que indiquemos, siempre que esté dentro del rango de operación del propio dispositivo. Por otro lado nos permite <strong>controlar la velocidad de giro</strong>, podemos hacer que antes de que se mueva a la siguiente posición espere un tiempo.<br><br></div><div>Todos deben tener 3 cables. Uno irá a tierra, otro a la alimentación de 5 Voltios y el tercero a un pin PWM. <br><br></div><div><strong>¿Cómo programar un servo desde el entorno de Arduino?<br></strong><br></div><div>El código para girar el motor de 0º a 180º<br><br></div><div>Girando grado a grado el servomotor</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-03-30 11:00:31 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/163658073</guid>
      </item>
      <item>
         <title>6. RESOLUCIÓN DE PROBLEMAS</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/163658156</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-03-30 11:00:58 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/163658156</guid>
      </item>
      <item>
         <title>7. MONTAJE Y COMPROBACIÓN. AJUSTES. RESOLUCIÓN DE IMPREVISTOS</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/163658244</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-03-30 11:01:20 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/163658244</guid>
      </item>
      <item>
         <title></title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/163906532</link>
         <description><![CDATA[<div>DÍA 1<br><a href="http://www.prometec.net/bt-hc06/">http://www.prometec.net/bt-hc06/</a></div><div>Fijaros que, al hacer esta conexión, el LED del módulo HC-06, parpadea continuamente. Esto indica que no está pareado o vinculado.</div><div>Cuando conectes algo al módulo, esta luz se quedará fija y es la forma de saber si hay conexión o no.<br><br></div><div>EL PROGRAMA DE CONTROL<br><br></div><div>Por ello prefiero destinar otro par de pines cualesquiera a la transmisión, aunque para ello tenemos que importar una librería que habilite la comunicación serie con otros pines como es la librería SoftwareSerial.<br><br></div><div>Para ello importamos la librería que viene de serie en el IDE y creamos un nuevo objeto serie llamado BT1 conectado a los pines 4 y 2:<br><br></div><div>  -#include &lt;SoftwareSerial.h&gt;<br><br></div><div>  -SoftwareSerial BT1(4,2); // RX, TX<br><br></div><div>Y después, podemos usar BT1 exactamente igual a como usamos Serial.<br><br></div><div>Vamos a escribir un programa para comunicarnos con el modulo BT que simplemente lee lo que se escribe en la puerta BT1 y si hay algo lo manda a la consola Serial.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-03-31 08:49:40 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/163906532</guid>
      </item>
      <item>
         <title>COMO GIRAR GRADO A GRADO EL SEVOMOTOR</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/166942453</link>
         <description><![CDATA[<div>DÍA 2</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/145622583/b9c742758b4febd0be55be9f6b072dbd/123.png" />
         <pubDate>2017-04-19 07:31:41 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/166942453</guid>
      </item>
      <item>
         <title>CODIGO PARA GIRAR EL MOTOR DE 0º A 180º</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/166942788</link>
         <description><![CDATA[<div>DÍA 2</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/145622583/e4eca5572176dc53f5e595e6bdeeb1e7/1234.png" />
         <pubDate>2017-04-19 07:33:54 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/166942788</guid>
      </item>
      <item>
         <title>PROGRAMA PARA BLUETOOTH</title>
         <author>carmen_lagranja_supervia_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/166942798</link>
         <description><![CDATA[<div>DIA 2</div><pre>#include &lt;SoftwareSerial.h&gt;
SoftwareSerial BT1(4,2); // RX, TX recorder que se cruzan
void setup()
   {
       Serial.begin(9600);
       Serial.println("Enter AT commands:");
       BT1.begin(9600);
   }
void loop()
   {
       if (BT1.available())
           Serial.write(BT1.read());
       
       if (Serial.available())
          {  String S = GetLine();
             BT1.print(S);
             Serial.println("---&gt; " + S);
          }
}
String GetLine()
   {   String S = "" ;
       if (Serial.available())
          {    char c = Serial.read(); ;
                while ( c != '\n')            //Hasta que el caracter sea intro
                  {     S = S + c ;
                        delay(25) ;
                        c = Serial.read();
                  }
                return( S + '\n') ;
          }
   }</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-19 07:34:01 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/166942798</guid>
      </item>
      <item>
         <title>COMO GIRAR GRADO A GRADO EL SEVOMOTOR</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/166943093</link>
         <description><![CDATA[<div>DÍA 2</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/145622583/6ed5771c9a9b771c3085b85ee4fcaa90/12345.png" />
         <pubDate>2017-04-19 07:35:41 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/166943093</guid>
      </item>
      <item>
         <title>CONEXIÓN DEL BLUETOOHT HC-06 A ARDUINO</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/166943428</link>
         <description><![CDATA[<div>DÍA 2</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/145622583/9f30378267c0b690c6719262627508f7/11.png" />
         <pubDate>2017-04-19 07:37:41 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/166943428</guid>
      </item>
      <item>
         <title></title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/167217391</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/145622583/0246d6b19d71c0a27366a4c37167f837/2.png" />
         <pubDate>2017-04-20 10:25:17 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/167217391</guid>
      </item>
      <item>
         <title>DÍA 3</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/167219250</link>
         <description><![CDATA[<div>Hoy estamos recopilando toda la información que tenemos acerca del coche y revisando cosas antes de ponernos manos a la obra.<br>hemos estado revisando lo componentes que tenemos que comprar para comprobar que todo esta correcto y que el periodo de tiempo de envio no es muy largo. Respecto a este tema nos han surgido una serie de problemas ya que nos hemos dado cuenta que algunos de los productos que habíamos escogido eran plus y solo se enviaban al gastar una determinada cantidad de dinero y otros el periodo del tiempo de envio era demasiado largo. Por eso vamos a mirar otras opciones de estos productos que nos han dado problemas y los cambiaremos en la parte del presupuesto.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-20 10:36:32 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/167219250</guid>
      </item>
      <item>
         <title>DÍA 4</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/168292903</link>
         <description><![CDATA[<div>Hemos estado buscando información sobre el funcionamiento, el esquema de conexionado y el código de funcionamiento tanto del servomotor, como del motor , como del módulo bluetooth.<br><a href="http://www.geekfactory.mx/tutoriales/bluetooth-hc-05-y-hc-06-tutorial-de-configuracion/">http://www.geekfactory.mx/tutoriales/bluetooth-hc-05-y-hc-06-tutorial-de-configuracion/</a><br><br><a href="http://platea.pntic.mec.es/vgonzale/cyr_0204/ctrl_rob/robotica/sistema/motores_servo.htm">http://platea.pntic.mec.es/vgonzale/cyr_0204/ctrl_rob/robotica/sistema/motores_servo.htm</a><br>Además hemos encontrado el código específico para el trabajo del sevomotor. Es este:<br><br></div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/145622583/d85ee6bdaf835f45199da8a46227fa3d/codigo_del_servomotor.ino" />
         <pubDate>2017-04-26 06:58:14 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/168292903</guid>
      </item>
      <item>
         <title>DÍA 5</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/168589871</link>
         <description><![CDATA[<div>Una vez que ya tenemos todo buscado tanto el código como el esquema de conexiones del servomotor del driver y del módulo bluetooth, hemos pasado a ponerlo en la práctica para ver si funciona correctamente. Además hemos encontrado el código correcto del módulo bluetooth es este:</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/145622583/496451ede821646211ba1602fa4185f0/codigo_del_m_dulo_bluetooth.ino" />
         <pubDate>2017-04-27 10:35:03 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/168589871</guid>
      </item>
      <item>
         <title>DÍA 6</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/168820883</link>
         <description><![CDATA[<div>Hemos encontrado el código del controlador de motores y con eso mas el esquema de conexiones vamos a probarlo para ver si funciona. Primero hemos tenido que desatornillar para poder conectar los cables al controlador de motores. Después hemos conectado los cables macho hembra.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-28 08:14:14 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/168820883</guid>
      </item>
      <item>
         <title>DÍA 7</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/169600767</link>
         <description><![CDATA[<div>Hemos empezado a montar el coche y conectar cada pieza al chasis.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-03 06:55:45 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/169600767</guid>
      </item>
      <item>
         <title>DÍA 7</title>
         <author>marta_portero_hernandez_tpz</author>
         <link>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/169892559</link>
         <description><![CDATA[<div>Hoy hemos empezado bajando al taller de tecnologia para recortar el chais del coche de la misma forma que la parte de abajo que nos venía ya hecha, para así poder cubrir todos los cables del montaje del circuito electrico y que quede más estético.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-04 10:56:44 UTC</pubDate>
         <guid>https://padlet.com/carmen_lagranja_supervia_tpz/xktib148sove/wish/169892559</guid>
      </item>
   </channel>
</rss>
