Which is better: RFM69 or NRF24L01+?
-
@Francois darn, by now i can wire the nrf from memory. Now to learn new wiring....
The power consumption in idle is still something to consider@Moshe-Livne said:
The power consumption in idle is still something to consider
According to JeeLabs, " The RFM69 draws 0.1 µA in sleep mode." Say, isn't that lower than for the NRF24L01+?
Or, by "idle," were you referring to something else?
-
@Moshe-Livne said:
The power consumption in idle is still something to consider
According to JeeLabs, " The RFM69 draws 0.1 µA in sleep mode." Say, isn't that lower than for the NRF24L01+?
Or, by "idle," were you referring to something else?
@NeverDie I mean in reality... people here measured 30uA compared to 3uA in similar nrf setup. could be the result of many things, might be just a kink that has to be ironed in the software.
-
I haven't measured it myself, so I'm very open to everybody's data. Hopefully more people will post results of their own measurements and a pattern will emerge suggesting what's truth.
-
Hi,
Anyone got the Ethernet gateway going with RFM69? I am struggling and I am not sure, but I think there are a few issues in the V1.5 for RFM69.
@NeverDie, a 78mm piece of wire works well for antenna.
*Edit - Sorry, this is assuming 915MHz. See https://www.easycalculation.com/physics/electromagnetism/antenna-wavelength.php and choose quater wavelength -
Hi,
Anyone got the Ethernet gateway going with RFM69? I am struggling and I am not sure, but I think there are a few issues in the V1.5 for RFM69.
@NeverDie, a 78mm piece of wire works well for antenna.
*Edit - Sorry, this is assuming 915MHz. See https://www.easycalculation.com/physics/electromagnetism/antenna-wavelength.php and choose quater wavelength@mrmin24 said:
Hi,
Anyone got the Ethernet gateway going with RFM69? I am struggling and I am not sure, but I think there are a few issues in the V1.5 for RFM69.
@NeverDie, a 78mm piece of wire works well for antenna.
Does it make any difference what the wire diameter is? I'm assuming the thicker the better?
-
@NeverDie Probably, but I don't think you should stress too much. The power is not "that" high.
See http://ham.stackexchange.com/questions/140/good-wire-for-wire-antenna for what seems like valid response.
@mrmin24 said:
@NeverDie Probably, but I don't think you should stress too much. The power is not "that" high.
See http://ham.stackexchange.com/questions/140/good-wire-for-wire-antenna for what seems like valid response.
Right, I'm just not t sure how to account for the "skin effect".
-
@fets yes ons DIY. I am using 433mhz radio and I just wound the wire around screwdriver the thickness of the wire is 5.8mm and it is working for me.
-
Here a theory as to why the RFM69x might be better, at least for some people. Broadly speaking, RFM69x apparently has better range under regular conditions. "Well," you say, "I don't need better range. I live in a matchbox. My existing range is fine." Yes, when you're batteries are providing 3.3v, maybe it is. But what about when they're low and supplying closer to 1.8v, or whatever your cutoff is? How good is your range then?
So, my hope is that RFM69x will be sufficiently awesomer that it will have at least as good a range at, say, 1.8v as an NRF24L01+ does at 3.3v.
To be a good, reliable engineering design, you need to build your nodes/system for the worst case: i.e. their range is still effective even when all their batteries are on the verge of cutting out.
So, you could compensate for NRF24L01's lesser range by deploying repeaters, if necessary. However, you might avoid that cost and higher latency and possible deployment/maintenance hassle if you funnel those dollars into nodes that have better radios in the first place.
Anyhow, just thinking out loud here, of another angle on how to decide which is better for you.
-
Looking into it, it's beginning to look as though the RFM69HW can't be scaled back on Tx power by much, if any. That's because, allegedly, it's PA has to be turned on if it is to work at all. So, this may explain why some people are opting for the RFM69W instead.
-
Hi I am using both at this stage and is busy change all my nodes over to the RFM69 and I don't have issue with range like I do with the NRS24L01+. I order my radio from Anadruino (http://www.anarduino.com/) to date I did not had any problems with the deliveries I get it relative fast. Also, it is easy to fit the radio on an Arduino mini pro see picture 1. Your footprint with the RFM69 is must smaller than it is if you fit the Arduino and NRF24l01 like I did with this LED dimmer and PIR Sensor see picture 2. The only problem I have at this stage is my power consumption is still high and I don't know why it is this high 3mA.
Picture 1:
Picture 2:
@Francois said:
Hi I am using both at this stage and is busy change all my nodes over to the RFM69 and I don't have issue with range like I do with the NRS24L01+. I order my radio from Anadruino (http://www.anarduino.com/) to date I did not had any problems with the deliveries I get it relative fast. Also, it is easy to fit the radio on an Arduino mini pro see picture 1. Your footprint with the RFM69 is must smaller than it is if you fit the Arduino and NRF24l01 like I did with this LED dimmer and PIR Sensor see picture 2. The only problem I have at this stage is my power consumption is still high and I don't know why it is this high 3mA.
Picture 1:
Picture 2:
Francois,
What pin-mapping did you use? i.e. For each pin you used on the RFM69W, which pin on the RFM69W to which pin on the pro mini?
I have the parts, and I'm ready to wire one up. I'll try thinking it through from scratch, but it would be nice to compare notes also.
-
@neverdie I just using jumper wire to connect the radio to the Arduino mini pro see picture. This is working for me now as it is fast to get a sensor up and running.Also, it have a small footprint as well.
@Francois said:
@neverdie I just using jumper wire to connect the radio to the Arduino mini pro see picture. This is working for me now as it is fast to get a sensor up and running.Also, it have a small footprint as well.
Thanks! I've been wracking my brain, but for the cost in time and money I can't think of (or find) anything better, so I'm going to roll with what you did. A+