ESP32 sensors for greenhouse

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
ajocius
Posts: 83
Joined: Mon Feb 19, 2018 6:31 am

ESP32 sensors for greenhouse

Post by ajocius » Fri Apr 12, 2019 1:30 pm

I have made drawing for intended new PCB that will hold several sensors to monitor temperature at various locations of greenhouse and one switch that will control heater (when temperature drops below set during the night). I would appreciate your comments, suggestions on Additional elements like capacitors, resistors that would improve this layout.
Image

Link to image if it does not show here:
https://photos.app.goo.gl/5d3su5o7AVyhwq5BA

kevinkk525
Posts: 969
Joined: Sat Feb 03, 2018 7:02 pm

Re: ESP32 sensors for greenhouse

Post by kevinkk525 » Fri Apr 12, 2019 2:03 pm

All DS18B20 can be connected to the same pin.
Kevin Köck
Micropython Smarthome Firmware (with Home-Assistant integration): https://github.com/kevinkk525/pysmartnode

ajocius
Posts: 83
Joined: Mon Feb 19, 2018 6:31 am

Re: ESP32 sensors for greenhouse

Post by ajocius » Fri Apr 12, 2019 2:39 pm

Good point, but I have too many available inputs on ESP32, so thought will be easier to control and code it

Post Reply