HLD problems
-
That's my first post, so Wlecome!
I'v got problems with my home automation project. I try to prepare HLD for it.
Please help me with my head of terms:
Domoticz serwer is runnig on Synology NAS (done)
GW eth<>nrf to connect with some nodes outside the home (soil, rain, wind) - gw is working fine (Promini+nrf)
Problems:- Is it possible to create gwEthernet on Mega2560?
- Is it possible to use gwEthernet to connect some sensors, relays or rs485 modem?
THX for all
-
Hi and welcome.
I do not understand what is HLD you are referring to.
Ethernet gw works on Mega2560 just as the UNO as far as you use compatible network modules.
You can add sensors or relays to gateway, just add the code as it was a normal node but don't use Sleep() at the end of loop, use wait() instead. RS485 is also supported as a gateway for communicating with nodes but you can't use both radio and RS485, so if you are running a NRF24 gateway you could still use RS485 for other purposes not for mysensors protocol.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login