psych0d0g / ESP8266_FishTank

IOT ESP8266 Fishtank Controller
MIT License
4 stars 0 forks source link

Implement Water level sensing using a Ultrasonic sensor #6

Closed psych0d0g closed 6 years ago

psych0d0g commented 6 years ago

Make key parameters configurable (Size of fishtank) to calculate water content of the fishtank in Litres Display water volume in a nice ajaxified gauge on the webgui

psych0d0g commented 6 years ago

needs a logic levelshifter since the widely available hc04 Ultrasonic sensors work with 5V whereas the ESP's just use 3.3V

psych0d0g commented 6 years ago

used a smaller US Sensor, working natively with 3.3 volts, implemented and working