How to control a passive buzzer module using an ESP8266 and the Arduino core.
ESP8266: Read DHT11 measurements
How to connect the DHT11 sensor to an ESP8266 and obtain measurements.
IoT: Temperature logger
Architecture of a simple IoT temperature logger using the ESP8266 and a web server deployed on the cloud.
ESP8266: uploading code from Arduino IDE
How to upload code to ESP8266 using the Arduino IDE and a Serial-USB converter.
ESP8266: uploading code from Arduino IDE
This post explains how to upload code to ESP8266 using the Arduino IDE and a Serial-USB converter. We assume the use of an ESP-01 board, one of the cheapest and most used boards based on the device. Hardware configuration This tutorial assumes the use of the ESP-01 board, shown in figure 1, as the hardware. …
ESP8266
This post briefly explains what is the ESP8266, a very cheap SoC currently used in many IoT applications. What is the ESP8266? The ESP8266 is a SoC that integrates the TCP/IP stack and is able to connect to a Wifi network, allowing it to communicate with other devices over the Internet. This device is made by …
ESP8266: An introduction
This post briefly explains what is the ESP8266, a very cheap SoC currently used in many IoT applications.
Smart Medication Dispenser with Arduino
Description of a prototype of a smart medication dispenser, created with an Arduino as the controlling unit