Gateway all in one
-
Hi
I have a question. Is any chance to create Gateway all in one with : RS485 and RFM69HW and NRF24L01 ?
I want create it on Arduino Nano. Anybody has sketch to this ? Please help me..
-
Can you elaborate? For now we only know that you want to have those four parts in your design.
SPI can be daisychained, I do not understand why you want lower and upper ISM though since one should be enough...
-
More i want use RFM69HW and RS485. NRF24L01 i dont want.
-
I think the idea is to have only one gateway and cover multiple network technologies at once.
I also have some wireless sensors with NRF24L01 and some with RFM69. Currently I need two gateways attached to my controller.
It would be much nicer to only have one gateway.
-
so you want your arduino to be able to communicate via 2.4Ghz ISM and RS485?
-
But i need sketch to write to gateway with RFM69HW and RS485.
-
did you even read what i wrote? do you expect us to do all the work for you?
@gloob: yup that makes sense and is possible right, just daisychain the SPI?
-
I dont know what you mean. I am begginer user. Please explaine me simple please.
-
And the MySensors lib supports the simultaneous connection of multiple different IO devices?
How does the lib differ which sensor is connected to which physical IO device?
-
@pepson: elaborate on what you are trying to achive.
@gloob: good point, having had a quick look at the code it might actually be difficult.
-
I also have some wireless sensors with NRF24L01 and some with RFM69. Currently I need two gateways attached to my controller.
It would be much nicer to only have one gateway.
-
@gloob: maybe create a pull request? or see if there is/was already one?
-
For the moment, the lib doesn't support multiple transport (rfm69, rs485 etc.) at same time.
Also, important side not, i don't think a Nano is enough powerful for doing this, flash nor ram..maybe i'm wrong