-->
Page 2 of 6

Re: Reading a soil moisture sensor using a ESP-12-F

PostPosted: Tue Jan 26, 2016 5:11 pm
by WereCatf
Yes, you can just use a voltage-divider to drop down its output to a range the ESP can handle.

Re: Reading a soil moisture sensor using a ESP-12-F

PostPosted: Wed Jan 27, 2016 6:26 am
by krzychb
Nothing more to add :D

@ErikLem

If you are planning to measure soil moisture contents, then consider capacitive sensor like you found. The simple resistive sensor you have, will be measuring water conductivity rather than the soil moisture contents.

Good luck with your project!

Krzysztof

Re: Reading a soil moisture sensor using a ESP-12-F

PostPosted: Wed Mar 02, 2016 11:18 pm
by Dulag Utok
Mr. Martinayotte may I ask for help as to how to read analog inputs using arduino IDE and esp-1 as the board. I would like to use gpio 2 as the analog input pin. is it possilble? thank you.

Re: Reading a soil moisture sensor using a ESP-12-F

PostPosted: Wed Mar 02, 2016 11:20 pm
by Dulag Utok
martinayotte wrote:Yes, simple voltage divider should do the trick.


Mr. Martinayotte may I ask for help as to how to read analog inputs using arduino IDE and esp-1 as the board. I would like to use gpio 2 as the analog input pin. is it possilble? thank you.