Left for archival purposes.

User avatar
By bakicc
#12247 Hi there,

I want to connect a soil moisture sensor to my esp8266 to monitor the plants :D

Image

Is this possible with the nodeMCU firmware? Can anyone help with some sample code on how to read this kind of sensor with nodeMCU?
User avatar
By gwizz
#12881 I'm currently working on an interface with this alternative sensor: http://wemakethings.net/chirp/

Image

Unlike most of the others it is capacitive, so less chance of it degrading over time.

It just outputs the capacitance over i2c so it's easy to use.

Oh, plus it's all open source so you can hack away at it and look at the schematic, code etc.

G