PlatformIO

Projects made with PlatformIO

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