TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ESP32 Wemos D1 Mini – Sprinkler Controller Open Source

74 点作者 pcbmaker20超过 1 年前

9 条评论

intpx超过 1 年前
Apart from the fact that sprinkler systems are almost always 24VAC and every commercial sprinkler controller I have ever used or investigated use optocouplers/fets/triacs I don’t really have a good reason to get irritated by homebrew designs that use relays, but I do get irritated. I think the irritation comes from wanting to really learn-by-copying how to design these circuits and many hours searching for exemplars and reading datasheets left me pretty confounded (though most of this was during the great supply chain squeeze so I couldn’t find the right combos of triacs and optocouplers ins stock and the datasheets led me to believe that subbing out a non zero cross would probably be a problem, or not being able to find logic level triacs)
评论 #38056851 未加载
londons_explore超过 1 年前
Anyone else have reliability issues with the ESP32?<p>I have a few of them connected to various wifi networks, and after a couple of years they always seem to disconnect and need a power cycle before they&#x27;ll reconnect.<p>I understand they might lose the wifi connection, or their DHCP lease, or there might be interference, or something blasts too many packets at them, or a TCP connection hangs or gets RST... But after any of those, I expect them to recover, reconnect, and continue working. However, even a hello world web server on ESP32 seems unable to do that.<p>However, it&#x27;s really hard to track down bugs that only happen once a year when I only have ~10 of these devices.
评论 #38055446 未加载
评论 #38054258 未加载
评论 #38065691 未加载
评论 #38055391 未加载
评论 #38055721 未加载
评论 #38053886 未加载
cxcorp超过 1 年前
I don&#x27;t think there&#x27;s a D1-ESP32 board? The D1 Mini is Wemos&#x27; ESP8266 board. They do have ESP32 boards with the same footprint, but those are not D1 Mini but S2 Mini, S3 Mini and C3 Mini, depending on whether it&#x27;s ESP32-S2&#x2F;-S3&#x2F;-C3.
评论 #38052299 未加载
评论 #38052276 未加载
评论 #38053354 未加载
评论 #38052316 未加载
pie314isi超过 1 年前
I thought about making one of these - actually I designed it, but never made the PCB for it - because the internet is full of similar ones: <a href="https:&#x2F;&#x2F;www.ebay.com.au&#x2F;itm&#x2F;195143066807" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.ebay.com.au&#x2F;itm&#x2F;195143066807</a>
mianos超过 1 年前
I have many similar projects. By far, the hardest part for anything I actually want to share is user friendly wifi provisioning. The rest is easy, displays, devices and power supply. (I have 5 different HL-tech radars on boards with 3 different displays, one using LVGL).<p>I am using the app based Espressive app based provisioning now and it&#x27;s the best of the lot but still flakey on the Risk V chips like much of the IDF&#x2F;Arduino wrappers. It&#x27;s a hard problem.<p>Most of it works pretty well with the Extensa core so I suggest sticking with those.
评论 #38055854 未加载
评论 #38055505 未加载
WaxProlix超过 1 年前
I&#x27;ve been playing around with a few ESP32 projects recently and my biggest complaint is that it&#x27;s hard to get off the ground with even the most basic peripherals. Like, an SD card reader - you need to get your own SPI reader and solder it in yourself.<p>Maybe I&#x27;m just spoiled but it feels like I shouldn&#x27;t have to go design something on PCBWay.com to get an esp with any memory above the 4MB flash.<p>Still, really powerful cool devices for their form factor and power needs.
f_devd超过 1 年前
24V AC to me seems like a strange choice when using DC-DC power supplies allows for using any external adapter, including USB PD, without the need for a loose transformer.
评论 #38055720 未加载
评论 #38052647 未加载
评论 #38053136 未加载
bobsmooth超过 1 年前
You can get ESP-controlled relay boards on aliexpress.
amluto超过 1 年前
For a classy sprinkler controller, you want 24VAC relay outputs with current monitoring, and you also want a pulse counting input for a flow sensor. Bonus points for rain gauge inputs and some way to collect evapotranspiration data.