HELP !! cannot make Sensor work with RFM69
-
Using NRF24, actually, mysensors system is no problem. The node (ATMEGA328) and the gateway (ESP8266) can work properly. Now we have 3 nodes and one gateway, working properly. We use MyController.org software deployed in cloud server as the controller.
We want to work on RFM69, because the radio can use 433MHz, while NRF24 use 2.4GHz.
This is the crowded frequency.@maman Switching to NRF24 worked like a charm first time. node and gateway are communicating and everything is visible in Domoticz.
I will run range test tonight, if Range is ok I will keep the NRF24 as I am loosing the will to live with RFM69 (I'll still try again when I receive my new modules.)
Thanks
-
@christophe-cluzel Good luck. Using NRF24 & mysensors library, make IoT project is easy to be implemented. Thanks for mysensors team that have been developed this great library.
In the previous project, we have tested the range of NRF24. In the open-space, the 100m range can be easily achieved. If it is not enough, there are many modules of NRF24+PA+LNA that can have range for more than 1km.
My concern is the use of frequency at crowded 2.4GHz.
In my previous work, I installed my NRF24-based lamp controllers in an exhibition. In that place, the commitee provided a free wifi services. Before opening of the exhibition, we have tested the lamps controllers and working properly. However, during exhibition, the controller was not working. I suspected that this was due to no available channel at 2.4GHz band at that exhibition place. So, if there an option, I want to avoid the use of 2.4GHz band.So, I still hope to use RFM69. May be someone have used this RFM69 module, and can share the pin connections and #define configuration in the arduino sketch.
Thanks
-
@maman Switching to NRF24 worked like a charm first time. node and gateway are communicating and everything is visible in Domoticz.
I will run range test tonight, if Range is ok I will keep the NRF24 as I am loosing the will to live with RFM69 (I'll still try again when I receive my new modules.)
Thanks
@christophe-cluzel have you had a chance to get the rfm69 modules to work?