Gateway to support dual radio
-
I am looking to extend my nrlf01 Mysensor network using rfm95.
Can this be done at the gateway?
-
@Westie Yes, with the 2.4 (alpha) development version of the MySensors library you can combine multiple transports in a single network. Defining both the NRF24 and RFM95 in the gateway sketch should be all you need to do.
See here for more info including example sketches:
https://forum.mysensors.org/topic/11135/something-s-cooking-in-the-mysensors-labs/18You can download the latest 2.4 release from here:
https://github.com/mysensors/MySensors/tree/development
-
@BearWithBeard thanks for the info.
I see a few different mcus have been tried.
Anyone had success with a nano or is that beyond its capability?
-
@Westie That feature can also be used with the Arduino Nano, or any other ATmega328P-based board.
I had NRF24 + RFM69 running for a couple of days using a Nano as an Ethernet MQTT gateway and it worked fine as far as I remember.