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
Contents1 Measuring volts with an ESP82662 What, what is an Analogue to Digital Converter (or ADC)?3 The ESP8266 ADC3.1 What does it mean that the ADC is 10bit?3.2 What does it mean that the ADC is 1 volt maximum?3.3 What if we want to measure voltages of more than 1 volt?3.4 Limitations of the ESP826 ADC64 ... Read more