esp8266

Projects made with the ESP8266 board

DIY IoT: ESP8266 and Raspberry Pi to monitor temperature and humidity via MQTT communication protocol

Introduction The Internet of Things (IoT) is revolutionizing the way we interact with the world around us. MQTT communication protocol between different devices will be illustrated in this article through the creation of a project using ESP8266 and a Raspberry Pi used to monitor environmental temperature and humidity.You will learn how to build a temperature […]

DIY IoT: ESP8266 and Raspberry Pi to monitor temperature and humidity via MQTT communication protocol Read More »

Take control of gas monitoring: DIY gas sensor with SD card logging using MQ-135 sensor and DS3231 RTC

Introduction The air we breathe is a vital resource, but we often take its quality for granted. Gas sensor air monitoring has become a global priority with increasing concerns about air pollution and environmental safety. The control and management of these gases, both in industrial and domestic environments, has become fundamental to ensuring human health

Take control of gas monitoring: DIY gas sensor with SD card logging using MQ-135 sensor and DS3231 RTC Read More »

Solar Power for Arduino, ESP8266 and IoT: Complete Guide to Energy Independence

Introduction In the age of Internet of Things (IoT) and embedded technology, solar power for Arduino and other types of devices (such as, for example, ESP8266 and ESP32) have become a top priority to ensure continuous operation. Projects distributed in remote locations, far from the electricity grid, require a sustainable and reliable energy source. This

Solar Power for Arduino, ESP8266 and IoT: Complete Guide to Energy Independence Read More »

How to make an automatic sprinkler with ESP8266 controlled by Arduino Cloud

Introduction In this article, we will introduce an automatic sprinkler with ESP8266 controlled by Arduino Cloud. In the age of the Internet of Things (IoT), the ability to collect, monitor and control environmental data in real time has opened new doors towards optimizing resources and creating innovative solutions. In this context, the use of the

How to make an automatic sprinkler with ESP8266 controlled by Arduino Cloud Read More »

How to use the Arduino Cloud scheduler with an ESP8266 on PlatformIO

Introduction In this article we will explore one of the elements of the Arduino Cloud dashboard: the scheduler. We will use this element to command a red LED driven by our ESP8266 NodeMCU. We will use, as always, our favorite IDE: Platformio. In the age of the Internet of Things (IoT), automation plays a crucial

How to use the Arduino Cloud scheduler with an ESP8266 on PlatformIO Read More »

How to create a remote control system of two LEDs with ESP8266,Arduino Cloud and PlatformIO

Introduction Welcome to the article dedicated to the creation of an interactive circuit that exploits the potential of Arduino Cloud and the ESP8266, a microcontroller with integrated Wi-Fi module, to remotely control two LEDs. This project will walk you step-by-step through creating a system where one LED turns ON or OFF based on the Boolean

How to create a remote control system of two LEDs with ESP8266,Arduino Cloud and PlatformIO Read More »

How to make a data logger with the ESP8266 NodeMCU connected to the Arduino Cloud

Introduction Arduino Cloud is a web platform that serves to connect with devices such as Arduino, NodeMCU and so on in order to collect the data sent by them and display it on a dashboard. It also allows you to control these devices by specific commands on the dashboard. It also has the possibility of

How to make a data logger with the ESP8266 NodeMCU connected to the Arduino Cloud Read More »

How to use the EEPROM memory on the NodeMCU ESP8266

What is the the EEPROM memory The EEPROM memory (acronym for Electrically Erasable Programmable Read-Only Memory) is a type of memory present in many electronic devices (including our beloved devices such as Arduino or NodeMCU ESP8266 / ESP32 etc) used to store small amounts of data in a ” almost” permanent way. In practice, the

How to use the EEPROM memory on the NodeMCU ESP8266 Read More »

How to make an automatic sprinkler controlled by Telegram with the ESP8266 NodeMCU

Today, information technology and electronics pervade almost every aspect of our lives. There are automatic electronic systems that have many different functions, sometimes they are a little invasive but they are often very useful and help us in our daily activities. One of the fields where certain devices are extremely suitable is gardening, in particular

How to make an automatic sprinkler controlled by Telegram with the ESP8266 NodeMCU Read More »

How to create a project for NodeMCU ESP8266 with PlatformIO

Creating the project using PlatformIO Today we want to see how to create a new project for the NodeMCU ESP8266 board using the PlatformIO IDE and how to add external libraries to the project. Please note that the operating system I use is a Linux distribution (specifically Fedora 36). So the folder structure in the

How to create a project for NodeMCU ESP8266 with PlatformIO Read More »

Scroll to Top