i use my A0 pin to meassure the Voltage from my anemometer (to measure the wind speed)
I get always a ADC input, but it isn't not so much (13ADC). I created a other thread to tlk about this minimal meassuring. Some other user test it with there wemos and got the same result. so i fix it with a little calculating. It worked great.
Since a few days, the 13 ADC changed. If the wemos don't get any input, the ADC is not 13 like the last few months. It's 7 ADC now.
So i want to check, if the A0 pin work correct. How can i do this?
is there any easy way?
i check the A0 pin every 1000ms so it would be enaugh, when i can connect a fix voltage to check if the measuring give the same value
Your question is missing a lot of information. That is a lot more voltage then it was designed to work with. You may have made a crispy critter out of that part. Post an Annotated schematic showing exactly how you wired it, be sure all power sources, ground etc are included. Also post a link to technical information on the hardware devices.
sorry.
here some information:
i use a anemometer which can give 0-2V
the wiring is very easy:
minus line is to ground,
plus line is to A0
I think the 13ADC is not to much for the Wemos D1.
ADC isn't same as Voltage
The highest number on this scale would be ten ones, 1111111111. In decimal this number would be 1023.
This means that the voltage sensed on the ADC pin will yield a number in the chips memory between 0 and 1023.
1.0V on the TOUT pin will give a value of 1023.
I tested it. it works. The multimeter shows 90mV differnez to the wemos D1, when i use a AA battery with 1.5V (1.633 when i meassure it with my multimeter)