frankyhun / esp01_with_adafruit_stemma_soil_sensor

This repo tries to show a walktrough, how to use the adafruit stemma capacitive soil sensor with ESP01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP01 with Adafruit stemma capacitive soil sensor

This repo tries to show a walktrough, how to use the adafruit stemma capacitive soil sensor with ESP01

Hardware:

Adafruit library and sample code: https://github.com/adafruit/Adafruit_Seesaw/blob/master/examples/soil_sensor/soilsensor_example/soilsensor_example.ino

!!! the only line to get the example work with ESP-01 is, to add the following line to the beginning of the start() method:

Wire.begin(0, 2);

About

This repo tries to show a walktrough, how to use the adafruit stemma capacitive soil sensor with ESP01


Languages

Language:C++ 100.0%