jueves, 17 de enero de 2019

The ESP8266 ESP-01

The ESP8266 ESP-01
 is a Wi-Fi module that allows microcontrollers access to a Wi-Fi network. This module is a self-contained SOC (System On a Chip) that doesn’t necessarily need a microcontroller to manipulate inputs and outputs as you would normally do with an Arduino, for example, because the ESP-01 acts as a small computer. Depending on the version of the ESP8266, it is possible to have up to 9 GPIOs (General Purpose Input Output). Thus, we can give a microcontroller internet access like the Wi-Fi shield does to the Arduino, or we can simply program the ESP8266 to not only have access to a Wi-Fi network, but to act as a microcontroller as well. This makes the ESP8266 very versatile, and it can save you some money and space in your projects.
In this tutorial we are going to show you how to set up the ESP-01 Wi-Fi module, configure it, and verify that there is communication established between the module and another device.
The ESP-01 pins:
Pines esp01
the simple connection with USB to serial module
there are an USB to serial adaptro to ESP-01, for example:


References:
[1] https://www.instructables.com/id/Getting-Started-With-the-ESP8266-ESP-01/
[2]https://programarfacil.com/podcast/como-configurar-esp01-wifi-esp8266/
[3] http://www.arjunsk.com/iot/programming-esp8266-esp-01-using-esp8266-programmer-ch340g-chip-adapter/

No hay comentarios.:

Publicar un comentario