Introductions and Range Issues
-
Hi everyone.
Thanks for all the info! I appreciate it, really.
Well, today i did additional testing and its a range problem since 2 nodes have the same behaviour on the same location. If i move them closer to the gateway, they get connected.
Since i already have a bunch of NRF24 modules (and integrated them on my little boxes), ill try to make this work with them. If i knew that using RFM69 would be better across physical barriers, i would go for them… In reality we are trying to build the network inside a house... :) Anyway, thanks for the tip @kimot . Will change to them if i dont get the NRF24 network to work properly.
So, i already orderer a NRF24/PA/LNA for my gateway and an independent switching power supply. Hope that boosts the gateway.Today i programmed a Nano to be a repeater but it seems i cant find a guide to set this properly since the node further away doesnt get connected. The gateway sees the repeater though… Do i need to change anything on the original example repeater code? As setting up NODE_ID and CHILD_ID? Ive read somewhere here in the forum thats just uploading the example code to an arduino and thats it… Will try to get the debug output of the repeater (need to connect it to a laptop).
Other thing, what type of 5v power supplies do you guys recommend? And 3.3v step down modules?
I will also upload my boxes stl to Thingiverse if your interested. Ive made a more compact model...
Thanks again.
@titvs said in Introductions and Range Issues:
i already orderer a NRF24/PA/LNA
Please make sure to buy decent quality modules, like the ones from Ebyte. They are only marginally more expensive but will save you a lot of trouble.
I'm only using nrf24 at home and covered my whole house. To counter range issues I've setup a few gateways (one on the ground floor and one in the attic for example)
-
Hi everyone.
Thanks for all the info! I appreciate it, really.
Well, today i did additional testing and its a range problem since 2 nodes have the same behaviour on the same location. If i move them closer to the gateway, they get connected.
Since i already have a bunch of NRF24 modules (and integrated them on my little boxes), ill try to make this work with them. If i knew that using RFM69 would be better across physical barriers, i would go for them… In reality we are trying to build the network inside a house... :) Anyway, thanks for the tip @kimot . Will change to them if i dont get the NRF24 network to work properly.
So, i already orderer a NRF24/PA/LNA for my gateway and an independent switching power supply. Hope that boosts the gateway.Today i programmed a Nano to be a repeater but it seems i cant find a guide to set this properly since the node further away doesnt get connected. The gateway sees the repeater though… Do i need to change anything on the original example repeater code? As setting up NODE_ID and CHILD_ID? Ive read somewhere here in the forum thats just uploading the example code to an arduino and thats it… Will try to get the debug output of the repeater (need to connect it to a laptop).
Other thing, what type of 5v power supplies do you guys recommend? And 3.3v step down modules?
I will also upload my boxes stl to Thingiverse if your interested. Ive made a more compact model...
Thanks again.
@titvs - a gateway could be run through a good quality (genuine) phoneadapter without issues. To point out a regulator in the MySensors shop use the AMS1117 and not LE33ACZ because the later is to weak. You can also use pretty much any other linear regulator that can handle about 1A or more. Dont forget to check the datasheet for recommended setup with capacitors.
The only thing you need to do is to setup for a repeater is (example here)
// Enable repeater functionality for this node define MY_REPEATER_FEATUREI would also really check the capacitors again and try some different values.
-
Hi everyone.
Thanks for all the info! I appreciate it, really.
Well, today i did additional testing and its a range problem since 2 nodes have the same behaviour on the same location. If i move them closer to the gateway, they get connected.
Since i already have a bunch of NRF24 modules (and integrated them on my little boxes), ill try to make this work with them. If i knew that using RFM69 would be better across physical barriers, i would go for them… In reality we are trying to build the network inside a house... :) Anyway, thanks for the tip @kimot . Will change to them if i dont get the NRF24 network to work properly.
So, i already orderer a NRF24/PA/LNA for my gateway and an independent switching power supply. Hope that boosts the gateway.Today i programmed a Nano to be a repeater but it seems i cant find a guide to set this properly since the node further away doesnt get connected. The gateway sees the repeater though… Do i need to change anything on the original example repeater code? As setting up NODE_ID and CHILD_ID? Ive read somewhere here in the forum thats just uploading the example code to an arduino and thats it… Will try to get the debug output of the repeater (need to connect it to a laptop).
Other thing, what type of 5v power supplies do you guys recommend? And 3.3v step down modules?
I will also upload my boxes stl to Thingiverse if your interested. Ive made a more compact model...
Thanks again.
@titvs I also would recommend to go for rfm69. I had exactly same problems as you, and tried a lot of differenr nrf24 modules and still couldnt get a descent result. As soon as i switched to rfm69 all my problems disappeared :) after all i spent more money on nrf24 modules than i would spend on rfm69 if i would start with them. Use nrf24 to rfm69 adapter board for easy transition.
-
@titvs I also would recommend to go for rfm69. I had exactly same problems as you, and tried a lot of differenr nrf24 modules and still couldnt get a descent result. As soon as i switched to rfm69 all my problems disappeared :) after all i spent more money on nrf24 modules than i would spend on rfm69 if i would start with them. Use nrf24 to rfm69 adapter board for easy transition.
@rozpruwacz said in Introductions and Range Issues:
@titvs I also would recommend to go for rfm69. I had exactly same problems as you, and tried a lot of differenr nrf24 modules and still couldnt get a descent result. As soon as i switched to rfm69 all my problems disappeared :) after all i spent more money on nrf24 modules than i would spend on rfm69 if i would start with them. Use nrf24 to rfm69 adapter board for easy transition.
Hi,
I'm also experiencing some troubles with NRF24+'s, but I already have a considerable number of nodes with it. Most of them have the 2x4 pin header like the ac/dc ssd relay and the slim node.
Is there any adapter that could easily adapt ( ! ) from the NRF24+ format to the RFM69?
Thanks,
Joaoabs -
https://www.mysensors.org/hardware/nrf2rfm69
I tested it and it works. It is just a little bit larger than a typical nrf24 module. -
Thanks for all the input guys and the vote of confidence regarding the NRF24! :D
So, since there are a lot of people telling to go for the RFM69, I've ordered a couple of them to do some testing. Im still going to test the NRF24/PA/LNA but after all you guys said, im not feeling very confident…
If everything doesnt go according to pIan, i guess im going to have to try to fit the RFM69 inside my already printed boxes and have an antena protruding out of the box… not very pretty… Ah well. Nothing is perfect. :)
Anyway, I think there should be somekind of note on the radio page of the main website, stating this kind of problem regarding range and construction type.
Will keep in touch.
-
Thanks for all the input guys and the vote of confidence regarding the NRF24! :D
So, since there are a lot of people telling to go for the RFM69, I've ordered a couple of them to do some testing. Im still going to test the NRF24/PA/LNA but after all you guys said, im not feeling very confident…
If everything doesnt go according to pIan, i guess im going to have to try to fit the RFM69 inside my already printed boxes and have an antena protruding out of the box… not very pretty… Ah well. Nothing is perfect. :)
Anyway, I think there should be somekind of note on the radio page of the main website, stating this kind of problem regarding range and construction type.
Will keep in touch.
@titvs said in Introductions and Range Issues:
If everything doesnt go according to pIan, i guess im going to have to try to fit the RFM69 inside my already printed boxes and have an antena protruding out of the box… not very pretty…
You don't have to :) just use a flexible, insulated 1/4 wavelenght wire antenna and keep it inside the box. It does not have to be straight.
-
@rozpruwacz said in Introductions and Range Issues:
@titvs I also would recommend to go for rfm69. I had exactly same problems as you, and tried a lot of differenr nrf24 modules and still couldnt get a descent result. As soon as i switched to rfm69 all my problems disappeared :) after all i spent more money on nrf24 modules than i would spend on rfm69 if i would start with them. Use nrf24 to rfm69 adapter board for easy transition.
Hi,
I'm also experiencing some troubles with NRF24+'s, but I already have a considerable number of nodes with it. Most of them have the 2x4 pin header like the ac/dc ssd relay and the slim node.
Is there any adapter that could easily adapt ( ! ) from the NRF24+ format to the RFM69?
Thanks,
Joaoabs@joaoabs said in Introductions and Range Issues:
Is there any adapter that could easily adapt ( ! ) from the NRF24+ format to the RFM69?
As @rozpruwacz said it works, but keep in mind that the RFM69 is not 5V tolerant on its IO lines like the nRF24.
This means that if you plan to use it connected to a 5V arduino you have to put a level shifter in between.
Also, make sure to connect the IRQ line, which is optional for nRF24 but required for RFM69. -
Thanks for all the input guys and the vote of confidence regarding the NRF24! :D
So, since there are a lot of people telling to go for the RFM69, I've ordered a couple of them to do some testing. Im still going to test the NRF24/PA/LNA but after all you guys said, im not feeling very confident…
If everything doesnt go according to pIan, i guess im going to have to try to fit the RFM69 inside my already printed boxes and have an antena protruding out of the box… not very pretty… Ah well. Nothing is perfect. :)
Anyway, I think there should be somekind of note on the radio page of the main website, stating this kind of problem regarding range and construction type.
Will keep in touch.
@titvs said in Introductions and Range Issues:
Anyway, I think there should be somekind of note on the radio page of the main website, stating this kind of problem regarding range and construction type.
I have around 25 nodes using Nrf24 radio. Once you have found your way and how to test them before deployment they work very good. Sure, its easier with the RFM69 but expensive and as @Yveaux said not 5v tolerant.
For me I have a fixed node on my lab-bench with a socket for the radio. This way I can test any new radio before I use them. Most of them work great with a 4,7uF cap. In your setup I would guess it will work much better once you get the gateway a proper and stable radio.
-
isn't the NRF24 able to use a higher frequency than wifi? I read that if you choose channel 100 you get much better results in Europe.
-
isn't the NRF24 able to use a higher frequency than wifi? I read that if you choose channel 100 you get much better results in Europe.
-
@alowhum it might work better, but you'll need to consider if it is worth breaking the law.
In EU, the highest nrf24 channel that can be used legally is channel 83.
@mfalkvidd I also tried that outlaw trick and the results weren't satisfying :) I think that your microwave is more affecting the comunication than the wifi. This is another issue that I think that 2.4GHz is not suited for HA - can't turn on lights when using microwave is not acceptable :D
-
@sundberg84 said in Introductions and Range Issues:
I have around 25 nodes using Nrf24 radio. Once you have found your way and how to test them before deployment they work very good. Sure, its easier with the RFM69 but expensive and as @Yveaux said not 5v tolerant.
Yeah, they are really more expensive than the NRF24. But still cheaper than the cost of a repeater node (NRF24 + Nano) even without considering the power supply... Well, i guess that each case is different. :)
As for the 5v logic vs 3.3 thats also a problem with 5v Nanos. I think they need something like "this" ?
I'll still do tests with the NRF24/PA/LNA and with repeater nodes but i think i wont be so lucky with a weather station node (needs to be outside) that im planning to add to the system. Lets wait and see. :)
I'll also prepare the STL files to upload to Thingiverse of my box. Need to take some pictures of the assembly first. :)
Thanks for the input!
-
@sundberg84 said in Introductions and Range Issues:
I have around 25 nodes using Nrf24 radio. Once you have found your way and how to test them before deployment they work very good. Sure, its easier with the RFM69 but expensive and as @Yveaux said not 5v tolerant.
Yeah, they are really more expensive than the NRF24. But still cheaper than the cost of a repeater node (NRF24 + Nano) even without considering the power supply... Well, i guess that each case is different. :)
As for the 5v logic vs 3.3 thats also a problem with 5v Nanos. I think they need something like "this" ?
I'll still do tests with the NRF24/PA/LNA and with repeater nodes but i think i wont be so lucky with a weather station node (needs to be outside) that im planning to add to the system. Lets wait and see. :)
I'll also prepare the STL files to upload to Thingiverse of my box. Need to take some pictures of the assembly first. :)
Thanks for the input!
@titvs said in Introductions and Range Issues:
Yeah, they are really more expensive than the NRF24. But still cheaper than the cost of a repeater node (NRF24 + Nano) even without considering the power supply... Well, i guess that each case is different. :)
Both RFM and NRF modules needs power supplies and if the plan to have more than 2 modules the cost for a repeater is less than building two RFM modules. Its more about if you want to add more money for less hassle.
-
Hi everyone,
As promised, the box over at Thingiverse (smaller version):
https://www.thingiverse.com/thing:3019468

-
@titvs said in Introductions and Range Issues:
Anyway, I think there should be somekind of note on the radio page of the main website, stating this kind of problem regarding range and construction type.
I have around 25 nodes using Nrf24 radio. Once you have found your way and how to test them before deployment they work very good. Sure, its easier with the RFM69 but expensive and as @Yveaux said not 5v tolerant.
For me I have a fixed node on my lab-bench with a socket for the radio. This way I can test any new radio before I use them. Most of them work great with a 4,7uF cap. In your setup I would guess it will work much better once you get the gateway a proper and stable radio.
@sundberg84 said in Introductions and Range Issues:
@titvs said in Introductions and Range Issues:
Anyway, I think there should be somekind of note on the radio page of the main website, stating this kind of problem regarding range and construction type.
I have around 25 nodes using Nrf24 radio. Once you have found your way and how to test them before deployment they work very good. Sure, its easier with the RFM69 but expensive and as @Yveaux said not 5v tolerant.
For me I have a fixed node on my lab-bench with a socket for the radio. This way I can test any new radio before I use them. Most of them work great with a 4,7uF cap. In your setup I would guess it will work much better once you get the gateway a proper and stable radio.
Can I ask which kind of power supply you are using for the transceivers?
I have now tried various LDOs in a combination with various different kind of capacitors, RC filters, LC filters... but in the end I'm still not really satisfied and sometimes results are not repeatable.I currently have the best connection with a node whose radio is directly supplied by the power regulator of the Arduino pro mini. The Pro Minis are using MIC5205 LDOs which can only supply 150mA but are absolute low-noise regulators. The node is communicating with a gateway using the large NRF24L01 with external antenna, AMS1117 power regulator, an LC filter and at least 40µF worth of various ceramic capacitors. But this only started working properly since I shielded the radio with aluminum foil and moved the device away from other electronic devices (I assume the DIY style of homemade devices cannot cope with EMI as good as FCC approved consumer electronics can).
All other nodes are custom designed PCBs with the Atmega328 directly soldered onto it and a dedicated LDO for the radio. So far I've tried the LE33, AMS1117, LP2950ACZ and I have still unassembled boards designed to use an MCP1700 and an MIC5207 which I have not tried yet. Before I read into the theory of linear power regulators basically none of those variants worked reliably. Now that I realized that the LP2950ACZ for example has very very specific requirements for the ESR of the used filter caps, I desoldered my 47µF electrolytic cap on the radio and changed it to a 10µF ceramic cap. Now it works much more reliably but the connection is still spotty.
I am very eager to assemble the board with the MIC5207 because it has similar low-noise characteristics as the LDO of the Arduino Pro Mini.
In the end I am afraid that a lot of dangerious half-knowledge is being thrown around on this topic. Sometimes you hear that the problem with unreliable communications is caused by insufficient amount of power. My experience leads me to believe that in most of the cases the amount of power is absolutely not the problem (the LP2950ACZ can only supply 100mA but I still got them to kinda work). The main problem most people are fighting with is the power supply's noise. And this one is a bitch because the normal person without an oscilloscope cannot really measure and test this.
Now I am working on a revision of my standard PCB layouts which will include feed-through EMI filter capacitors, ferrite beads and a two-stage power regulation to filter the DC for the radios. Hopefully this will prove to work without failures.
Nevertheless I am really interested what other people who solved this problem are doing differently. -
@sundberg84 said in Introductions and Range Issues:
@titvs said in Introductions and Range Issues:
Anyway, I think there should be somekind of note on the radio page of the main website, stating this kind of problem regarding range and construction type.
I have around 25 nodes using Nrf24 radio. Once you have found your way and how to test them before deployment they work very good. Sure, its easier with the RFM69 but expensive and as @Yveaux said not 5v tolerant.
For me I have a fixed node on my lab-bench with a socket for the radio. This way I can test any new radio before I use them. Most of them work great with a 4,7uF cap. In your setup I would guess it will work much better once you get the gateway a proper and stable radio.
Can I ask which kind of power supply you are using for the transceivers?
I have now tried various LDOs in a combination with various different kind of capacitors, RC filters, LC filters... but in the end I'm still not really satisfied and sometimes results are not repeatable.I currently have the best connection with a node whose radio is directly supplied by the power regulator of the Arduino pro mini. The Pro Minis are using MIC5205 LDOs which can only supply 150mA but are absolute low-noise regulators. The node is communicating with a gateway using the large NRF24L01 with external antenna, AMS1117 power regulator, an LC filter and at least 40µF worth of various ceramic capacitors. But this only started working properly since I shielded the radio with aluminum foil and moved the device away from other electronic devices (I assume the DIY style of homemade devices cannot cope with EMI as good as FCC approved consumer electronics can).
All other nodes are custom designed PCBs with the Atmega328 directly soldered onto it and a dedicated LDO for the radio. So far I've tried the LE33, AMS1117, LP2950ACZ and I have still unassembled boards designed to use an MCP1700 and an MIC5207 which I have not tried yet. Before I read into the theory of linear power regulators basically none of those variants worked reliably. Now that I realized that the LP2950ACZ for example has very very specific requirements for the ESR of the used filter caps, I desoldered my 47µF electrolytic cap on the radio and changed it to a 10µF ceramic cap. Now it works much more reliably but the connection is still spotty.
I am very eager to assemble the board with the MIC5207 because it has similar low-noise characteristics as the LDO of the Arduino Pro Mini.
In the end I am afraid that a lot of dangerious half-knowledge is being thrown around on this topic. Sometimes you hear that the problem with unreliable communications is caused by insufficient amount of power. My experience leads me to believe that in most of the cases the amount of power is absolutely not the problem (the LP2950ACZ can only supply 100mA but I still got them to kinda work). The main problem most people are fighting with is the power supply's noise. And this one is a bitch because the normal person without an oscilloscope cannot really measure and test this.
Now I am working on a revision of my standard PCB layouts which will include feed-through EMI filter capacitors, ferrite beads and a two-stage power regulation to filter the DC for the radios. Hopefully this will prove to work without failures.
Nevertheless I am really interested what other people who solved this problem are doing differently.Can I ask which kind of power supply you are using for the transceivers?
Very different... mostly 2xAA but for AC-DC i use samsung and iphone charge/phone adapters. From 5 to 3.3v i use the ones in the Mysensors shop (LE33 and AMS1117).
The most important part is the capacitor as you know.in the end I am afraid that a lot of dangerious half-knowledge is being thrown around on this topic. Sometimes you hear that the problem with unreliable communications is caused by insufficient amount of power.
Trying to drive a PA/LNA with a LE33 is a to common issue and that is why you hear this alot but bad clones is even worse common issue. You never mention this, and if you are unlucky you can buy a batch of really crappy radios. I have had good batches (10/10), and some with 7 out of 10 worked but I have had a discussion with people with 10 bad radios.
It can be frustrating and hard to understand all this... but are you sure creating an advanced pcb with all those extra components will make it easier? Sure you can prove a point but it will be hard to do this for you unless you buy genuine radios and compare them.
-
Can I ask which kind of power supply you are using for the transceivers?
Very different... mostly 2xAA but for AC-DC i use samsung and iphone charge/phone adapters. From 5 to 3.3v i use the ones in the Mysensors shop (LE33 and AMS1117).
The most important part is the capacitor as you know.in the end I am afraid that a lot of dangerious half-knowledge is being thrown around on this topic. Sometimes you hear that the problem with unreliable communications is caused by insufficient amount of power.
Trying to drive a PA/LNA with a LE33 is a to common issue and that is why you hear this alot but bad clones is even worse common issue. You never mention this, and if you are unlucky you can buy a batch of really crappy radios. I have had good batches (10/10), and some with 7 out of 10 worked but I have had a discussion with people with 10 bad radios.
It can be frustrating and hard to understand all this... but are you sure creating an advanced pcb with all those extra components will make it easier? Sure you can prove a point but it will be hard to do this for you unless you buy genuine radios and compare them.
@sundberg84
Thanks for your answer. Currently I don't have any battery powered nodes but I assume that they cause a lot less headaches as you get a clean DC without the ripple and noise of AC/DC buck converters.If you are using LE33s, what exact capacitors are you choosing? Do you have low ESR electrolytics? Or does the LE33 also work reliably with normal ones? Maybe it's also a good choice of yours to use high quality charger / phone adapters. I bought a bunch of cheap phone chargers from Aliexpress and I suspect that they have a really dirty output since they even supply 5.4V and not around 5V. I have read that power regulators like e.g. the LE33 have a parameter called "ripple rejection" which states how much of the input power's ripple gets through to the regulated output. So if the input is bad enough, the output will also carry this noise.
What kind of behavior do you notice from bad radios? Don't they work at all or do they work and produce bad range? I personally also received two bad radios once but in that case they didn't work at all. Of course, this is easy to see, but diagnosing performance issues is much harder. Since I've heard this statement a lot in combination with the NRF24L01 radios I also changed my transceiver against a different batch, but I always get the same performance, independent from the specific radio. Nevertheless all my radios were bought from the cheapest supplier at AliExpress at that time.
Now the last thought: Most of my tryouts with my custom PCBs were done with the 2.3.0 version. My most stable node is still running 1.6. I have read here that there seems to be communication problems with the latest version. Also here I have found a bug report which maybe correlates with my bad experience.
-
@mathea90 said in Introductions and Range Issues:
If you are using LE33s, what exact capacitors are you choosing?
This depends, but mostly 4,7uF. Sometimes It works better with a 47uF cap. '
Do you have low ESR electrolytics?
Just regular cheap electrolytics caps.
good choice of yours to use high quality charger / phone adapters
Yes, and cheap are also very unsafe as well.
What kind of behavior do you notice from bad radios?
Most common, no reply / no connection at all unless very very close. Not that common that it works say 6m and not 15m.
2.3.0 version
I have been around since < 1.6 and I have never noised any bigger changes between the versions. I have understood there are some discussions around the RFM69 radio. I have nodes still from 1.4 and most from 2.0-2.2 and one from 2.3 but even though some are upgraded several times in different versions (same hardware) they perform the same. This makes me wonder still about the hardware quality of the radio...
-
2.3 issues mentioned are regarding rfm69 only, in special case: higher packet rate. even if it's weird it was ok with 2.2, it's mostly because for the moment there is no packet buffer/queue for rfm69, which exists for nrf24.
when you get better range/rssi etc by changing rf module, then it can be a bad/clone etc rf module.
when you get same range with all your modules, and range is poor, check points mentioned above ;)