jdwolk / soil-moisture-sensor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plant Moisture Sensor

Hardware Requirements

Software Requirements

Project created with PlatformIO CLI via pio project init --ide vim --board nodemcuv2

PlatformIO Board Info

  • Board: ESP8266 NodeMCU CP2102 ESP-12E built by HiLetGo
  • Platform: espressif8266
  • nodemcuv2 ESP8266 80MHz 4MB 80KB NodeMCU 1.0 (ESP-12E Module)

PlatformIO basic commands

Build what's in /src and upload to the ESP8266:

platformio run --target upload

Watch serial output from Serial.write:

platformio device monitor

Install a lib:

pio lib install "adafruit/Adafruit seesaw Library@^1.4.3"

Or maniually via platformio.ini:

lib_deps =
  adafruit/Adafruit seesaw Library @ ^1.4.3

I2C

Board Links:

Soil Sensor Links:

About


Languages

Language:C++ 77.7%Language:Makefile 22.3%