pvvx wrote:hreintke wrote:ADC uses 14 bits. The maximum sampling frequency 45..50us (20..22kHz).
Hi pvvx,
Are you using an external ADC or one on the ESP8266?
Thank you, J.
Explore... Chat... Share...
pvvx wrote:hreintke wrote:ADC uses 14 bits. The maximum sampling frequency 45..50us (20..22kHz).
int sensor = A0;
int sensor_value = 0;
sensor_value = analogRead(sensor);
Serial.println(sensor_value);
delay(1000);
martinayotte wrote:ESP8266 itself is really 0-1V for 0-1023 data.I have a Gizwits ESF12 module re-flashed with NodeMCU.
For example, on Wemos D1 Mini, there is already a voltage divider, so it is already handling 0-3V and lower it to 0-1V accordingly, so maybe NodeMCU is actually doing the same.
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]