Gateware with nRF24L01+ and RFM69HW



  • Hey guys,

    Are there some who have tried the "Wireless Gate Shield " with MySensor software?
    http://www.seeedstudio.com/wiki/WireLess_Gate_Shield_V1.0

    Is it possible that had a gateware with nRF24L01+ and RFM69HW and ethernet on same Arduino
    with MySensor software , from what I can see there can only be used on one of those times .

    from MyConfig.h
    ifdef MYSENSORS_RF_NRF24
    include " MyRFDriverNRF24.h "
    typedef class MyRFDriverNRF24 MyRFDriverClass ;
    endif

    ifdef MYSENSORS_RF_RF69
    include " MyRFDriverRF69.h "
    typedef class MyRFDriverRF69 MyRFDriverClass ;
    endif


  • Mod

    @jesper theoretically it is possible but you will face two issues:

    1. Ethernet gateway is leaving a limited space on arduino UNO even with a single radio
    2. MySensors currently do not support to use two radios at the same time (@hek correct me If I'm wrong)


  • Yes, that's right
    Is it possible to put two gatware on the same system one with nRF24L01+
    and another RFM69HW can Domoticz control it ?
    Otherwise, use two gatware with MQTT on the same system?


  • Mod

    @jesper I knew that vera can work with many ethernet gateway
    but this ability is a subject of the Mysensors plugin, not a subject of the gateway

    We need to call someone who is aware of the abilities of the Domotics and MQTT plugins


Log in to reply
 

Suggested Topics

  • 4
  • 9
  • 3
  • 1
  • 14
  • 2

0
Online

11.2k
Users

11.1k
Topics

112.5k
Posts