Search found 4 matches

by ESPUliEasy
25 Apr 2022, 18:11
Forum: ESP Easy: Projects / Applications
Topic: Analog Voltage from anemometer
Replies: 7
Views: 5710

Re: Analog Voltage from anemometer

If I apply 1V from a power supply to the D1 Mini, the correct converted value is also displayed.
Conclusion: contact problems!
Thanks for the suggestions !!
by ESPUliEasy
25 Apr 2022, 17:32
Forum: ESP Easy: Projects / Applications
Topic: Analog Voltage from anemometer
Replies: 7
Views: 5710

Re: Analog Voltage from anemometer

With Arduino Nano and this program part works it. int Wind=0; int km=0; int Sensor = A7; //Das Anemometer soll am analogen Pin A7 angeschlossen werden. Wir nennen den Pin ab jetzt "Sensor" int sensorwert; //Unter der Variablen "sensorwert" wird später der Spannungswert des Sensor...
by ESPUliEasy
24 Apr 2022, 21:28
Forum: ESP Easy: Projects / Applications
Topic: Analog Voltage from anemometer
Replies: 7
Views: 5710

Re: Analog Voltage from anemometer

It is a wind generator and I can only estimate (weather forecast) how strong the wind is. The display is at 0.05. But it should be 8-10 factor more.
by ESPUliEasy
24 Apr 2022, 16:16
Forum: ESP Easy: Projects / Applications
Topic: Analog Voltage from anemometer
Replies: 7
Views: 5710

Analog Voltage from anemometer

Hi, I use ESPEasy on a D1 mini with ESP_Easy_mega_20210802_normal_ESP8266_4M1M. I have an anemometer, it generates 0 - 2 Volt. How do I make the settings in ESPEasy so that the wind speed is displayed in m/s. 1 Volt corresponds to 25 m/s. A0 connect to Output anemometer GND connect to GND anemometer...