Skip to content

IoT sensors for hydroponics based on Wemos D1 mini ESP

Notifications You must be signed in to change notification settings

selfhydro/SelfhydroSensors

Repository files navigation

Mini Sensors

Water Distance Sensor

This sensor is used for detecting the height of the water in the tank.

Hardware:

  • Wemo D1 mini
  • ToF Sensor

Hooking up the hardware:

  • SDA -> D2
  • SCL -> D1

MQTT

(Needs to be run from this directory)

  1. Run: docker build -t mosquitto:latest .
  2. Run docker run -d -p 1883:1883 --name mosquitto -v $(pwd)/mosquitto:/var/lib/mosquitto/ --restart on-failure mosquitto

About

IoT sensors for hydroponics based on Wemos D1 mini ESP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages