so i have decided to try moisture sensor(YL-69) with my ESP-12. Let me just say that i have already tried it with arduino and it works.
But with ESP i have problem with analog pin.
My MS(moisture sensor) is using 3.3V and i know that ESP analog pin needs around 1.1V?
if i connect it directly without any dropdown voltage manipulation than i get always data 1024.
if insert between MS(analog pin) and ESP-ACD pin dropdown voltage(to around 1.1v) than i see in serial monitor numbers around 100-140points. If i put MS in water i get around 80points.
Not sure if this is ok or not but it should be on scale from 0 -1023?
what am i doing wrong here ...