<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rafael Lozano</title>
    <description>The latest articles on DEV Community by Rafael Lozano (@rafalozan0).</description>
    <link>https://dev.to/rafalozan0</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F453957%2Fdd3360ff-2bcf-49da-9be9-5ededfd1eefd.jpeg</url>
      <title>DEV Community: Rafael Lozano</title>
      <link>https://dev.to/rafalozan0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rafalozan0"/>
    <language>en</language>
    <item>
      <title>ESP32-C3-12F using the Arduino IDE - Getting Started - Environment Setup</title>
      <dc:creator>Rafael Lozano</dc:creator>
      <pubDate>Thu, 23 Jun 2022 21:17:34 +0000</pubDate>
      <link>https://dev.to/rafalozan0/esp32-c3-12f-using-the-arduino-ide-getting-started-environment-setup-38ij</link>
      <guid>https://dev.to/rafalozan0/esp32-c3-12f-using-the-arduino-ide-getting-started-environment-setup-38ij</guid>
      <description>&lt;h1&gt;
  
  
  Description
&lt;/h1&gt;

&lt;p&gt;We will learn how to configure the necessary tools to start using the ESP-C3-12F.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foaxrdowbfol23xzv4u80.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foaxrdowbfol23xzv4u80.png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Tools
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Arduino IDE&lt;/li&gt;
&lt;li&gt;ESP-3C-12F&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Install Arduino IDE
&lt;/h1&gt;

&lt;p&gt;Installing Arduino IDE is like installing any program on Windows, GNU/Linux and MAC, you can download it from here &lt;a href="https://www.arduino.cc/en/software" rel="noopener noreferrer"&gt;Software | Arduino&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Configuring Arduino IDE
&lt;/h3&gt;

&lt;p&gt;The first step is to add the repository where our dev board is located, for that we open the preferences:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvw716o6lixl4qs88ovjn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvw716o6lixl4qs88ovjn.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Once inside, we enter the following link in the field "Additional boards URL manager" &lt;del&gt;&lt;a href="https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json" rel="noopener noreferrer"&gt;https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json&lt;/a&gt;:&lt;/del&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dl.espressif.com/dl/package_esp32_index.json" rel="noopener noreferrer"&gt;https://dl.espressif.com/dl/package_esp32_index.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This link is the correct, the last one sometimes gave a error related with esptool.exe,:)&lt;/p&gt;

&lt;p&gt;We click "OK" and now it is time to install our dev board in the board manager, we do that by clicking on the "Board Manager" option:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu7hty93hnsch7qz4zfai.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu7hty93hnsch7qz4zfai.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
In the opened section, look for "esp32" and click on install:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkd0jg2hrh9i20pjn11i7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkd0jg2hrh9i20pjn11i7.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If everything went well, you should see this message in the terminal:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbx5061s1dn7hdjgomuh3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbx5061s1dn7hdjgomuh3.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Once the installation of the board is finished, select "ESP32-C3":&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiea1tzl445ibxb6ekwg3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiea1tzl445ibxb6ekwg3.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;or, if you are using the beta version of the IDE, click on the drop-down list of boards &amp;gt;select another board and port:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvhe500ydfjnxg8v5hw3o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvhe500ydfjnxg8v5hw3o.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Search for C3 and select the port your development board is connected to and click OK:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmxmpvtx34mw8wi1zu133.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmxmpvtx34mw8wi1zu133.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now change the upload speed to 115200:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu9x2ff8dzgfe74xybz3p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu9x2ff8dzgfe74xybz3p.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Configure the serial monitor:
&lt;/h3&gt;

&lt;p&gt;Open the IDE's advanced preferences by opening the following file: C:\Users user\AppData\Local\Arduino15\preferences.txt :&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftce4muph82ipsjcih386.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftce4muph82ipsjcih386.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Change the following lines (possibly 35 and 36) from:&lt;/p&gt;

&lt;p&gt;esp32c3.serial.disableDTR=false&lt;/p&gt;

&lt;p&gt;esp32c3.serial.disableRTS=false&lt;/p&gt;

&lt;p&gt;To:&lt;/p&gt;

&lt;p&gt;esp32c3.serial.disableDTR=true&lt;/p&gt;

&lt;p&gt;esp32c3.serial.disableRTS=true&lt;/p&gt;

&lt;p&gt;If they are not in the file add them and save the file.&lt;/p&gt;

&lt;h1&gt;
  
  
  Load your first program
&lt;/h1&gt;

&lt;p&gt;To load your first program, it is necessary to put the board in load mode, this is done in the following way, before the loading starts, press the "Boot" button and keep it pressed. Press and hold the "Reset" button. Release the "Boot" button. Release the "Reset" button. This puts the board in programming mode. Check that the board is ready from the serial monitor: the message "waiting for download" should appear.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5nk8bcrha0x6ee03xkrj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5nk8bcrha0x6ee03xkrj.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is necessary to change the baud rate to the speed our board works with, which is 115200:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdfqx67ckdvhq5v3ubpbz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdfqx67ckdvhq5v3ubpbz.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Click on [Sketch] - [Upload] to upload the sketch.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources:
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.instructables.com/Quick-Start-Guide-ESP-C3-12F/" rel="noopener noreferrer"&gt;Quick Start Guide ESP-C3-12F : 6 Steps - Instructables&lt;/a&gt;&lt;/p&gt;

</description>
      <category>esp32</category>
      <category>tutorial</category>
      <category>programming</category>
      <category>esp32c312f</category>
    </item>
    <item>
      <title>ESP32-C3-12F usando el IDE de Arduino - Primeros pasos - Configuración de entorno</title>
      <dc:creator>Rafael Lozano</dc:creator>
      <pubDate>Thu, 23 Jun 2022 21:11:42 +0000</pubDate>
      <link>https://dev.to/rafalozan0/esp32-c3-12f-usando-el-ide-de-arduino-primeros-pasos-configuracion-de-entorno-8fe</link>
      <guid>https://dev.to/rafalozan0/esp32-c3-12f-usando-el-ide-de-arduino-primeros-pasos-configuracion-de-entorno-8fe</guid>
      <description>&lt;h1&gt;
  
  
  Descripción
&lt;/h1&gt;

&lt;p&gt;Aprenderemos a configurar las herramientas necesarias para comenzar a usar la ESP-C3-12F&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--T-vVd7Ew--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oaxrdowbfol23xzv4u80.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--T-vVd7Ew--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oaxrdowbfol23xzv4u80.png" alt="Image description" width="684" height="357"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Herramientas
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Arduino IDE&lt;/li&gt;
&lt;li&gt;ESP-3C-12F&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Instalar Arduino IDE
&lt;/h1&gt;

&lt;p&gt;La instalación de IDE de Arduino es como la instalación de cualquier programa en Windows, GNU/Linux y MAC, puedes descargarlo desde aquí &lt;a href="https://www.arduino.cc/en/software"&gt;Software | Arduino&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Configurar Arduino IDE
&lt;/h3&gt;

&lt;p&gt;El primer paso es agregar el repositorio en donde se encuentra nuestra dev board, para eso abrimos las preferencias:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rrEPqZDW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vw716o6lixl4qs88ovjn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rrEPqZDW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vw716o6lixl4qs88ovjn.png" alt="Image description" width="761" height="485"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Una vez adentro, ingresamos el siguiente enlace en el campo “Gestor de URLs de placas adicionales” &lt;del&gt;&lt;a href="https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json"&gt;https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json&lt;/a&gt;&lt;/del&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dl.espressif.com/dl/package_esp32_index.json"&gt;https://dl.espressif.com/dl/package_esp32_index.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Este Link es "Mejor" ya que el anterior podría dar un error en esptool.exe, :)&lt;/p&gt;

&lt;p&gt;Damos click en “OK” y ahora es tiempo de instalar nuestra dev board en el gestor de placas, eso lo hacemos dando click en la opción de “Gestor de placas”:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3fUTfLai--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u7hty93hnsch7qz4zfai.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3fUTfLai--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u7hty93hnsch7qz4zfai.png" alt="Image description" width="707" height="343"&gt;&lt;/a&gt;&lt;br&gt;
En la sección que se abrió, buscamos “esp32” y damos click en instalar:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--PkdWdMJ4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kd0jg2hrh9i20pjn11i7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--PkdWdMJ4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kd0jg2hrh9i20pjn11i7.png" alt="Image description" width="372" height="642"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Si todo salió bien, debemos de ver este mensaje en la terminal:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7o174aK5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bx5061s1dn7hdjgomuh3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7o174aK5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bx5061s1dn7hdjgomuh3.png" alt="Image description" width="574" height="361"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Una vez finalaizada la instalaion de la placa seleccionamos “ESP32-C3”:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ezarGwA_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/iea1tzl445ibxb6ekwg3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ezarGwA_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/iea1tzl445ibxb6ekwg3.png" alt="Image description" width="880" height="314"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;o, si estas usando la version beta del IDE, da click en la lista desplegable de placas &amp;gt;seleccionar otra placa y puerto:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3hnXGFPT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vhe500ydfjnxg8v5hw3o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3hnXGFPT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vhe500ydfjnxg8v5hw3o.png" alt="Image description" width="419" height="402"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Busca C3 y selecciona el puerto en el que esta conectada tu placa de desarrollo y da click en OK:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--v1h2_oXg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mxmpvtx34mw8wi1zu133.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--v1h2_oXg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mxmpvtx34mw8wi1zu133.png" alt="Image description" width="529" height="515"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Ahora cambia la velocidad de subida a 115200:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--YGADtnn---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u9x2ff8dzgfe74xybz3p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YGADtnn---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u9x2ff8dzgfe74xybz3p.png" alt="Image description" width="580" height="638"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Configurar el monitor serial:
&lt;/h3&gt;

&lt;p&gt;Abre las preferencias avanzadas del IDE abriendo el siguiente archivo: C:\Users\tu usuario\AppData\Local\Arduino15\preferences.txt :&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--h1s8hqfg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tce4muph82ipsjcih386.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--h1s8hqfg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tce4muph82ipsjcih386.png" alt="Image description" width="880" height="437"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Cambia las siguientes líneas (posiblemente 35 y 36) de:&lt;/p&gt;

&lt;p&gt;esp32c3.serial.disableDTR=false&lt;/p&gt;

&lt;p&gt;esp32c3.serial.disableRTS=false&lt;/p&gt;

&lt;p&gt;a:&lt;/p&gt;

&lt;p&gt;esp32c3.serial.disableDTR=true&lt;/p&gt;

&lt;p&gt;esp32c3.serial.disableRTS=true&lt;/p&gt;

&lt;p&gt;Si no están en el archivo añádelas y guarda el archivo.&lt;/p&gt;

&lt;h1&gt;
  
  
  Cargar tu primer programa
&lt;/h1&gt;

&lt;p&gt;Para cargaar tu primer programa, es necesario poner en modo carga la placa, eso se hace de la siguiente forma, antes de que comience la carga, pulsa el botón "Boot" y mantenlo pulsado. Manten pulsado el botón "Reset". Suelta el botón "Boot". Suelta el botón "Reset". Esto pone la placa en modo de programación. Comprueba que la placa está lista desde el monitor de serie: debe aparecer el mensaje "waiting for download".&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--taT4u6_p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/59tlg5orxzesg0svq1k7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--taT4u6_p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/59tlg5orxzesg0svq1k7.png" alt="Image description" width="880" height="473"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Es necesario cambiar la velocidad en baudios a la velocidad con la que trabaja nuestra placa que es de 115200:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--sjo3Hd7n--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dfqx67ckdvhq5v3ubpbz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--sjo3Hd7n--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dfqx67ckdvhq5v3ubpbz.png" alt="Image description" width="376" height="94"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Haz clic en [Sketch] - [Upload] para cargar el sketch.&lt;/p&gt;

&lt;h2&gt;
  
  
  Fuentes:
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.instructables.com/Quick-Start-Guide-ESP-C3-12F/"&gt;Quick Start Guide ESP-C3-12F : 6 Steps - Instructables&lt;/a&gt;&lt;/p&gt;

</description>
      <category>esp32</category>
      <category>esp8266</category>
      <category>esp32c3</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Fonts to improve the accessibility of our websites or publications</title>
      <dc:creator>Rafael Lozano</dc:creator>
      <pubDate>Tue, 20 Oct 2020 03:32:47 +0000</pubDate>
      <link>https://dev.to/rafalozan0/fonts-to-improve-the-accessibility-of-our-websites-or-publications-16cj</link>
      <guid>https://dev.to/rafalozan0/fonts-to-improve-the-accessibility-of-our-websites-or-publications-16cj</guid>
      <description>&lt;p&gt;Today while surfing the web, I found an article talking about the font &lt;a href="https://www.brailleinstitute.%20org/freefont"&gt;Atkinson Hyperlegible&lt;/a&gt; that the Braille Institute developed to help people who suffer from vision problems, which according to the WHO (World Health Organization) are about 285 million people who suffer from some kind of visual disability, enter to read the article where they talk about this source, and because I had recently attended a small workshop about accessibility, I became curious and wanted to expand my knowledge about this topic, I started looking for types of fonts that are easy to read for people with visual disabilities and found that the easiest to read are the fonts of the following families:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Sans serif font families: Arial, Calibri, Gothic century, Helvetica, Tahoma and Verdana.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Serif font families: Times New Roman and Georgia&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Slab serif font families: Arvo, Slab Museum and Rockwell&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The types of fonts above &lt;strong&gt;not&lt;/strong&gt; were designed specifically for people with visual impairment, but they are the ones that are easiest to read for most people, including those with visual impairment, which is why I found the font developed by the Braille Institute very interesting, Since I saw it I thought it was very readable and modern at the same time, it is very pretty, where you put it will look very good and also you are helping people with a visual disability to read your content without any problem, as you can see in the image below, this is how the Atkinson Hyperlegible font looks:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7uzt4d_Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/sgr2e96x05z70fv54afu.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7uzt4d_Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/sgr2e96x05z70fv54afu.jpg" alt="This is what the Hyperligible Atkinson font looks like"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The font is totally free and you can download it from the official website &lt;a href="https://www.brailleinstitute.org/freefont"&gt;https://www.brailleinstitute.org/freefont&lt;/a&gt; , available for Windows and macOS, finally, I would like to leave some useful tips to improve accessibility when creating your applications, web pages or advertising images:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Avoid handwritten fonts and fonts where letters can be confused with numbers.&lt;/li&gt;
&lt;li&gt;Your fonts should be a minimum size of 14px (ideally more) and the code should use relative values.&lt;/li&gt;
&lt;li&gt;Pay attention to color and contrast.&lt;/li&gt;
&lt;li&gt;Don't rely on color alone to mean information (for example, "Click the green button").&lt;/li&gt;
&lt;li&gt;Clearly define the paragraph and letter spacing.&lt;/li&gt;
&lt;li&gt;Do not allow the total width of the content to exceed 80 characters.&lt;/li&gt;
&lt;li&gt;Avoid paragraph alignment (justified as) that creates white space within the content.&lt;/li&gt;
&lt;li&gt;Avoid combinations of red/green and blue/yellow when possible.&lt;/li&gt;
&lt;li&gt;Be careful with light color tones, especially gray - they are difficult for people with low vision to see.&lt;/li&gt;
&lt;li&gt;Don't rely on color to convey information to users. For example, make sure your links have underlining, or some other visual indicator in addition to color.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I hope you found this article useful and that it helps you improve the accessibility of your creations, I invite you to leave me a comment with your feedback, it would be very helpful for me since it is my first publication on dev.to ! thank you very much for reading me.&lt;/p&gt;

</description>
      <category>design</category>
      <category>fonts</category>
      <category>a11y</category>
    </item>
  </channel>
</rss>
