Where to get legit nRF24L01+ modules?
-
@Bogus-Exception said in Where to get legit nRF24L01+ modules?:
The chips on Mouser/DigiKey go at cheapest for under $4 USD...
At this price level, you can get an nRF51822/nrf52832 module. This is a NRF24 protocol compatible MCU with included radio. The nRF5 platform is supported with MySensors development branch. If possible choose the nRF52 series. They faster and more flexible. But the nRF51 is much more powerful than ATMEGA328 + nRF24.
Depending on the antenna the transmitting range should be better than nRF24 modules.
There are a lot of ready to use boards available at ebay and aliexpress.
More about the nRF5 port: https://www.openhardware.io/view/376/MySensors-NRF5-Platform
Radio discussions:
A cheap module with nRF52832 found by @Nca78 https://forum.mysensors.org/post/70614
-
You have to think about those people that aren't developers and rely only on guides of setups that are proven to work well and for simple battery powered sensors you don't need that much processor power
@gohan said in Where to get legit nRF24L01+ modules?:
You have to think about those people that aren't developers and rely only on guides of setups that are proven to work well and for simple battery powered sensors you don't need that much processor power
Not really. This was an answer to @Bogus-Exception, who thinks about chip replacing.
-
Hello,
while takling with a manufacterer of nRF52 modules I have seen the product catalog. This http://www.ebay.com/itm/2pcs-E01-ML01D-100m-nRF24L01-2-4GHz-RF-wireless-transmitter-and-receiver-module-/191974998709 looks like an compatible module with original chip.
There are other modules available:
- http://www.ebay.com/itm/2pcs-E01-ML01S-2-4GHz-0dBm-110m-nRF24L01-Wireless-RF-transceiver-module-/191975027028
- http://www.ebay.com/itm/2pcs-E01-ML01SP2-1-2km-nRF24L01-PA-SPI-RF-wireless-receiver-transmitter-module-/191975030838
- http://www.ebay.com/itm/2pcs-E01-ML01DP4-2-4GHz-800m-nRF24L01-PA-LNA-SPI-Wireless-RF-transceiver-module-/191974974697
- http://www.ebay.com/itm/2pcs-Ebyte-E01-ML01DP5-2-4GHz-nRF24L01-PA-LNA-RF-wireless-transceiver-module-/191966308256
- http://www.ebay.com/itm/2pcs-E01-ML01SP2-1-2km-nRF24L01-PA-SPI-RF-wireless-receiver-transmitter-module-/191975030838
-
Hello,
while takling with a manufacterer of nRF52 modules I have seen the product catalog. This http://www.ebay.com/itm/2pcs-E01-ML01D-100m-nRF24L01-2-4GHz-RF-wireless-transmitter-and-receiver-module-/191974998709 looks like an compatible module with original chip.
There are other modules available:
- http://www.ebay.com/itm/2pcs-E01-ML01S-2-4GHz-0dBm-110m-nRF24L01-Wireless-RF-transceiver-module-/191975027028
- http://www.ebay.com/itm/2pcs-E01-ML01SP2-1-2km-nRF24L01-PA-SPI-RF-wireless-receiver-transmitter-module-/191975030838
- http://www.ebay.com/itm/2pcs-E01-ML01DP4-2-4GHz-800m-nRF24L01-PA-LNA-SPI-Wireless-RF-transceiver-module-/191974974697
- http://www.ebay.com/itm/2pcs-Ebyte-E01-ML01DP5-2-4GHz-nRF24L01-PA-LNA-RF-wireless-transceiver-module-/191966308256
- http://www.ebay.com/itm/2pcs-E01-ML01SP2-1-2km-nRF24L01-PA-SPI-RF-wireless-receiver-transmitter-module-/191975030838
-
@gohan said in Where to get legit nRF24L01+ modules?:
@d00616 It would be nice to make sure they are actually genuine chips
I don't know that. The ebay page says the chips are direct imports from Nordic. I have ordered nRF52 modules. In comparison with other shops the modules are well documented and complete (DCDC inductor, two oscillators). After placing my order I got the datasheet. I have ordered a lot of different nRF5 modules via eBay or Aliexpress. This is the first time I've got a documentation. I have asked a question and god a fast response. My question is discussed with the R&D at Friday.
This manufacturer sells nRF5 and a lot of other modules. As I know, there are no clones for nRF5 available. If they selling fake nRF24 modules, I think they god problems to order nRF5 chips from Nordic. If they selling bad modules, they have problems to sell other modules. There are only positive ratings at eBay and Aliexpress.
Ratings for nRF24 modules:
- "Smaller then the ordinary black one, and wakes up faster from sleep, All good"
- "Works fine and very fast delivery, will order another one still"
- "Absolutely the best NRF I could get, Top , Top ,Top..."
- "First seller which sells GENUINE NRF24L01+ from NORDIC.Thank you very much!!!"
I have ordered two nRF24 modules for testing.
-
Yes I have ordered NRF24 modules from EByte too (small SMD version) in addition to NRF52.
If the range keeps the promises (with better antenna and genuine chips) I will only use those.They also have through hole version that use a much smaller crystal (the same than on SMD version), which will allow thinner modules even with non SMD version as crystal on classic NRF24 module sucks. They have a "shop" on AliExpress too, with little extra discount at the moment.
https://cdebyte.aliexpress.com/store/2077046 -
Let's hope for the best 😀
I need to get some nrf24 but I'm unsure to start moving to the nrf5x or not.@gohan said in Where to get legit nRF24L01+ modules?:
I need to get some nrf24 but I'm unsure to start moving to the nrf5x or not.
IMHO the only missing feature to start is OTA updates. Implementing OTA updates is a question of (my) time. On the other hand the ATMEGA limitations like PROGMEM dealing, 2k RAM or slow speed cannot be fixed. With nRF5 you haven't care about used RAM or Flash. The radio protocol can easily changed to support encryption at the RFM level.
-
@gohan said in Where to get legit nRF24L01+ modules?:
I need to get some nrf24 but I'm unsure to start moving to the nrf5x or not.
IMHO the only missing feature to start is OTA updates. Implementing OTA updates is a question of (my) time. On the other hand the ATMEGA limitations like PROGMEM dealing, 2k RAM or slow speed cannot be fixed. With nRF5 you haven't care about used RAM or Flash. The radio protocol can easily changed to support encryption at the RFM level.
-
Yes I have ordered NRF24 modules from EByte too (small SMD version) in addition to NRF52.
If the range keeps the promises (with better antenna and genuine chips) I will only use those.They also have through hole version that use a much smaller crystal (the same than on SMD version), which will allow thinner modules even with non SMD version as crystal on classic NRF24 module sucks. They have a "shop" on AliExpress too, with little extra discount at the moment.
https://cdebyte.aliexpress.com/store/2077046@Nca78 said in Where to get legit nRF24L01+ modules?:
They also have through hole version that use a much smaller crystal
It turns out I have this product already. I purchased it two years ago from a different seller on ebay. A couple small observations about it:
-
I really do doubt that it's a 4-layer board as they are claiming. The board is very thin, and I don't see any evidence of there being more layers than just top and bottom.
-
The NRF24L01 chip on the module I have is rotated 180 degrees relative to the one in the Ebyte rendering.

However, all the lettering on the chip is exactly the same.
Here are some photos of it:


-
-
@Nca78 said in Where to get legit nRF24L01+ modules?:
They also have through hole version that use a much smaller crystal
It turns out I have this product already. I purchased it two years ago from a different seller on ebay. A couple small observations about it:
-
I really do doubt that it's a 4-layer board as they are claiming. The board is very thin, and I don't see any evidence of there being more layers than just top and bottom.
-
The NRF24L01 chip on the module I have is rotated 180 degrees relative to the one in the Ebyte rendering.

However, all the lettering on the chip is exactly the same.
Here are some photos of it:


Here is what I wrote about it on August 3,2015 in the "Which are the best nrf24l01+ modules?" thread:
I received the NRF24L01+'s that are on the red PCB's (above), and when I saw they were using the now notorious 1242AF chips, I had little hope. However, I tested them at 1mbps over the same challenge distance as the others, and so far they're doing very well: I transmitted over 200,000 packets, and there were only 0.03% lost packets. Average round trip time was 2.2ms.
As before, I'm using the RFToys to do the testing. The modules seem more finicky about their orientation than others that I've tested, and moving things just a little can make for much, much worse results.
I bought them from MDFly on ebay.
-
-
Here is what I wrote about it on August 3,2015 in the "Which are the best nrf24l01+ modules?" thread:
I received the NRF24L01+'s that are on the red PCB's (above), and when I saw they were using the now notorious 1242AF chips, I had little hope. However, I tested them at 1mbps over the same challenge distance as the others, and so far they're doing very well: I transmitted over 200,000 packets, and there were only 0.03% lost packets. Average round trip time was 2.2ms.
As before, I'm using the RFToys to do the testing. The modules seem more finicky about their orientation than others that I've tested, and moving things just a little can make for much, much worse results.
I bought them from MDFly on ebay.
It seems that the red modules were fakes. Here's what I wrote on August 15, 2015 in the other thread:
Based on the mA and uA measurements above, it's likely that the Addicore modules and the red modules are based on the Si24R01, because they are a reasonably good match for the electrical specifications on page 22 of the Si24R01 datasheet: https://www.dropbox.com/sh/kdenpdg60v5hzbd/AACG1jxQR71fkzX-U4a7CIh0a/SI24R1 (cn).pdf?dl=0
I haven't tested the red modules from Ebyte, so I can't say whether the same will apply to them. Maybe Ebyte is using genuine Nordic nrf24L01 chips, as they claim. However, given the above, I wouldn't take it for granted that they necessarily are.
-
For reference, here's a better photo of the red nRF24L01+ board that I had previously tested in 2015:

-
I see that there's another Aliexpress store that's selling what looks like the same module for almost half the price:
https://www.aliexpress.com/item/E01-ML01D-Imported-components-nRF24L01-2-4G-wireless-transceiver-RF-data-transmission-module-industrial-grade-imported/32817210922.html?spm=2114.search0104.3.31.yf0kqS&ws_ab_test=searchweb0_0,searchweb201602_5_10152_10065_10151_10068_10130_10084_10083_10119_10080_10082_10081_10110_10178_10137_10111_10060_10112_10113_10155_10114_10154_438_10056_10055_10054_10182_10059_100031_10099_10078_10079_10103_10073_10102_10120_5360020_10189_10052_10053_10142_10107_10050_10051,searchweb201603_2,ppcSwitch_4&btsid=7cb3695c-3e0d-40fe-8806-e962a3d54db1&algo_expid=2d68395c-5638-4e8a-8b27-4dacf8ca0318-4&algo_pvid=2d68395c-5638-4e8a-8b27-4dacf8ca0318Anyhow, it's conceivable that eByte is simply reselling these red modules. Its other modules are blue, so I'm hoping that's the case, and that its blue modules might be better.
-
I see that there's another Aliexpress store that's selling what looks like the same module for almost half the price:
https://www.aliexpress.com/item/E01-ML01D-Imported-components-nRF24L01-2-4G-wireless-transceiver-RF-data-transmission-module-industrial-grade-imported/32817210922.html?spm=2114.search0104.3.31.yf0kqS&ws_ab_test=searchweb0_0,searchweb201602_5_10152_10065_10151_10068_10130_10084_10083_10119_10080_10082_10081_10110_10178_10137_10111_10060_10112_10113_10155_10114_10154_438_10056_10055_10054_10182_10059_100031_10099_10078_10079_10103_10073_10102_10120_5360020_10189_10052_10053_10142_10107_10050_10051,searchweb201603_2,ppcSwitch_4&btsid=7cb3695c-3e0d-40fe-8806-e962a3d54db1&algo_expid=2d68395c-5638-4e8a-8b27-4dacf8ca0318-4&algo_pvid=2d68395c-5638-4e8a-8b27-4dacf8ca0318Anyhow, it's conceivable that eByte is simply reselling these red modules. Its other modules are blue, so I'm hoping that's the case, and that its blue modules might be better.
@NeverDie said in Where to get legit nRF24L01+ modules?:
Anyhow, it's conceivable that eByte is simply reselling these red modules. Its other modules are blue, so I'm hoping that's the case, and that its blue modules might be better.
It's also the same module name. This could be also a fake of the eByte modules.
I't looks like, there is no trusted source for nRF24 modules.
-
I think consistency probably matters more than genuine vs. fake. In other words, if you end up with fakes, try to make sure that all your radios are all the same fake. It gets confusing when you start to mix different kinds together, because different variants can have different idiosyncrasies, and then you start to wonder whether a problem you might be having is due to a chip difference, or mix of differences, or something else. Very quickly the combinatoric complexity rises and troubleshooting becomes more time consuming.
-
I think consistency probably matters more than genuine vs. fake. In other words, if you end up with fakes, try to make sure that all your radios are all the same fake. It gets confusing when you start to mix different kinds together, because different variants can have different idiosyncrasies, and then you start to wonder whether a problem you might be having is due to a chip difference, or mix of differences, or something else. Very quickly the combinatoric complexity rises and troubleshooting becomes more time consuming.
-
@NeverDie the problem is to be able to find good and fake one so that you could mark them with different colors. Not everyone have the tools 😀
@gohan
So what? Some people live in rural Africa without electricity or running water, and they don't have soldering irons or even solder or even any money. Are we going to worry about whether they can do this as well? I mean, where do you draw the line? The way I see it: if a hobbyist really wants to know if a particular chip is fake or genuine, then they can either buy or borrow or rent an o-scope for long enough to figure it out. The other thread tells how to figure it out using an o-scope. Prior to that thread, I had never even used an o-scope. So, the required skill level isn't very high at all.