-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multible Sensors with on MCU #159
Comments
It's definitely be possible to multiplex a single MCU to multiple capacitive sensors. It would require some nontrivial software and hardware redesign though. |
thx, I'll have a deeper look in your work. the HW shouldn't be a problem for me. For the purpose (plant monitoring) it's also not neccessary to monitor multible sensor at the same time. I guess, to work with ESPHome the protocoll have to be extended to suppor more then one moisture reading? Or, if you "fake serveral" sensor, one mcu need serveral mac adress? |
I took a quick look at the BTHome v2 docs, specifically the
I believe you could just attach multiple moistures values in the same advertisement packet. At 4 bytes per reading, you could fit 5 sensors there without any hacks. |
This would be particularly interesting if one could couple it with these super cheap Aliexpress sensors readily available: |
In fact i did some research the last few days and ordered this sensor's.
With the TLC555 you can run directly from 3V, if you like you also can modify too do frequently counting instead of a analogue voltage...
Am 19. Oktober 2023 16:47:25 MESZ schrieb "Dawid Wróbel" ***@***.***>:
…This would be particularly interesting if one could couple it with these super cheap Aliexpress sensors readily available:
https://www.aliexpress.com/item/32832538686.html
--
Reply to this email directly or view it on GitHub:
#159 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
@rbaron
will it be possilbe to controll serveral Sensors with one MCU?
Just a thought:
use one MCU, Light, Temp sonsor and multiplie the moisture sensor -> make a wired connection max ~ 50cm.
This will make it able to monitore several plants at one spots.
At one spots only the moisture sensore have to be multiplied. Is there any HW or SW limitations to implement e.g 3 or 4 "sensors"
Thx
The text was updated successfully, but these errors were encountered: