Generating variable voltage with Arduino, ESP8266 and ESP32
Let's see how we can generate a variable voltage with Arduino, ESP8266 and ESP32 using different techniques.
Let's see how we can generate a variable voltage with Arduino, ESP8266 and ESP32 using different techniques.
ESPEasy is, without a doubt, the easiest way to start doing things with the ESP8266 and ESP32 without knowing how to program, and here's why.
A Gateway that allows you to receive signals sent with ESPNOW and forward them as MQTT messages.
ESP-NOW is a "new" radio communications protocol supported by the ESP8266 and ESP32, developed by Espressif, its manufacturer, which allows very fast data transmissions (and when I say very fast, I mean very fast). Its main objective is to replace Wifi to allow much lower power consumption and thus greater autonomy ... Read more
Getting a low power consumption of our ESP8266 to use it on battery is the goal we want to achieve, and in this article we are going to continue the experiments.
Getting a low power consumption of our ESP8266 to use it on battery is the goal we want to achieve, and in this article we are going to continue the experiments.
Learn how to reduce consumption by mastering ESPEasy's deep sleep mode.
Do you want to reduce the power consumption of your project with ESPEasy and an ESP8266 easily so that you can run it on batteries for months? Read on. In this series of articles, of which this is the first one, I will be telling you about the progress I am making and how you can also make them and apply them in your project.... Read more
Measuring volts with an ESP8266 Don't have a multimeter? No problem! Did you know that you can use your NodeMCU (or any ESP8266) as if it were a voltmeter? Sometimes a voltmeter is almost essential to be able to solve any problem that may arise when working with microcontrollers, or with any electronic circuit in general. In this article we are going to ... Read more