EBYTE E01-2G4M27D 2.4GHz 100mW SMD Wireless Module User Manual

June 10, 2024
ebyte

EBYTE E01-2G4M27D 2.4GHz 100mW SMD Wireless Module User Manual
EBYTE E01-2G4M27D 2.4GHz 100mW SMD Wireless Module

Overview

Brief Introduction

E01-ML01SP4 is SMD module based on original imported nRF24L01P form Nordic in Norway, operates at 2.4Ghz with 100mW transmitting power.
The RF performance of E01-ML01SP4 and components selection during R&D are all in accordance with industrial grade standards, using industrial-grade high- precision 16MHz crystal oscillator, also it obtained FCC, CE and RoHS certification. A power amplifier (PA) and a low noise amplifier (LNA) are built in, so that the maximum transmit power reaches 100mW and the receiving sensitivity is further improved. The products have been greatly improved when there is no PA and LNA in design.
The user needs to use the MCU driver or use a dedicated SPI debugging tool to develop E01-ML01SP4.
Overview

Features

  • Communication distance tested is up to 1.5KM;
  • Maximum transmission power of 100mW, software multi-level adjustable;
  • Support air date rate of 2Mbps, 1Mbps, 250kbps;
  • 125 communication channels to meet the needs of multi-point communication, grouping, frequency hopping, etc.
  • Connect to the MCU through the SPI interface at a rate of 0 to 10 Mbps.
  • Support 2.0V~3.6V power supply, power supply over 3.3V can guarantee the best performance
  • Industrial grade standard design, support -40 ~ 85 °C for working over a long time
  • SMA interface for easy connection of coaxial cable or external antenna;
  • Enhanced ShockBurst, fully compatible with NORDIC all nRF24L, nRF24E, nRF24U series.

Application

  • Wearable device;
  • Smart home and industrial sensors;
  • Security system, positioning system;
  • Wireless remote control, drone;
  • Wireless game remote control;
  • Healthcare products;
  • Wireless voice, wireless headset;
  • Automotive industry applications.

Specification and parameter

Limit parameter

Main parameter Performance Remark
Min. Max.
Power supply(V) 0 3.6

module
Blocking power(dBm)| –| 10| Chances of burn is slim when modulesare used in short distance
Operating temperature(℃)| -40| 85|

Operating Paramete

Main parameter Performance Remarks
Min. Typ. Max.
Operating voltage(V) 2.0 3.3
Communication level(V) 3.3
Operating temperature(℃) -40
Operating frequency(GHz) 2.4
Power consumption TX current(mA)
RX current(mA) 26
Sleep current (μA) 1.0
Max Tx power(dBm) 19.7 20
Receiving sensitivity(dBm) -96.5 -96
Air data rate(bps) 250k
Main parameter Description Remark
--- --- ---
Distance for reference 2000m Test condition:clear and open area, antenna

gain: 5dBi,antennaheight: 2.5m,air data rate: 250kbps
FIFO| 32Byte| Max length transmitted each time
Crystal frequency| 16MHz|
Modulation| GFSK|
Package| DIP|
Connector| 1.27mm Pin|
Communication interface| SPI| 0-10Mbps
Size| 14.85 * 18mm| Without SMA
Antenna| IPEX| 50ohm impedance

Size and pin definition **

**

Size and pin definition

Pin No. Pin item Pin direction Pin application
1 VCC Power supply must be 2.0~ 3.6V
2 CE Chip Enable
3 CSN Input SPI Chip select
4 SCK Input SPI clock
5 MOSI Input SPI master output slave input
6 MISO Output SPI master input slave output
7 IRQ Output Interrupt request.
8 GND Ground
9 GND Ground
10 GND Ground

Basic operation

Basic operation

  1. It is recommended to use a DC stabilized power supply. The power supply ripple factor is as small as possible, andthe module needs to be reliably grounded;
  2. Please pay attention to the correct connection of the positive and negative poles of the power supply. Reverseconnection may cause permanent damage to the module;
  3. Please check the power supply to ensure it is within the recommended voltage otherwise when it exceedsthemaximum value the module will be permanently damaged;
  4. Please check the stability of the power supply, the voltage cannot be fluctuated frequently;
  5. When designing the power supply circuit for the module, it is often recommended to reserve more than 30%of themargin, so the whole machine is beneficial for long-term stable operation;
  6. The module should be as far away as possible from the power supply, transformers, high-frequency wiringandotherparts with large electromagnetic interference;
  7. High-frequency digital routing, high-frequency analog routing, and power routing must be avoided under themodule. If it is necessary to pass through the module, assume that the module is soldered to the Top Layer, andthecopper is spread on the Top Layer of the module contact part(well grounded), it must be close to the digital part ofthe module and routed in the Bottom Layer;
  8. Assuming the module is soldered or placed over the Top Layer, it is wrong to randomly route over the BottomLayeror other layers, which will affect the module’s spurs and receiving sensitivity to varying degrees;
  9. It is assumed that there are devices with large electromagnetic interference around the module that will greatlyaffect the performance. It is recommended to keep them away from the module according to the strengthof theinterference. If necessary, appropriate isolation and shielding can be done;
  10. Assume that there are traces with large electromagnetic interference (high frequency digital, high-frequencyanalog, power traces) around the module that will greatly affect the performance of the module. It is recommendedtostayaway from the module according to the strength of the interference. If necessary, appropriate isolation andshieldingcan be done.
  11. If the communication line uses a 5V level, a 1k-5.1k resistor must be connected in series (not recommended, thereisstill a risk of damage);
  12. Try to stay away from some physical layers such as TTL protocol at 2.4GHz , for example: USB3.0;
  13. The mounting structure of antenna has a great influence on the performance of the module. It is necessarytoensurethat the antenna is exposed, preferably vertically upward. When the module is mounted inside the case, use agoodantenna extension cable to extend the antenna to the outside;
  14. The antenna must not be installed inside the metal case, which will cause the transmission distance to be greatlyweakened

Software editing

  • This module is nRF24L01+PA+LNA, the drive mode is exactly equivalent to nRF24L01P, the user can operateaccording to the nRF24L01P manual (Please see nRF24L01P manual for more details).
  • As interrupt pin for IRQ, it can be used to wake-up MCU and achieve fast response;
  • But the user can get the interrupt status through SPI (not recommended, it is not conducive to the overall power consumption, and with low efficiency).
  • CE pin can be high level for long-term, but it needs to set as POWER DOWN mode when the module write registers, and it is recommended that CE is controlled by MCU pin.
  • Make sure the CE pin connect to LNA enable pin , when CE equal to 1, LNA is turned on, when CE to 0, LNAisturned off. This operation is perfectly matched with the transceiver mode of nRF24L01; that is to say, users donot have to care about the LNA operation
  • If the automatic response is needed, the CE pin must keep high level when transmitting, instead of keepinghighlevel time just more than 10us like the datasheet mentioned.The operation we recommended is: when CEequal to1, the module begin sending, after sending all, then make the CE equal to 0, instead of making the CE equal to0after10 us.The reason is: the module turns into receiving mode immediately after sending L01P,If CE equal to 0,it meansLNA closed, will not be beneficial to the receiving senility

Basic application

Basic circuit diagram
Basic circuit diagram

FAQ

Communication range is too short

  • The communication distance will be affected when obstacle exists.
  • Data lose rate will be affected by temperature, humidity and co-channel interference.
  • The ground will absorb and reflect wireless radio wave, so the performance will be poor when testing near ground.
  • Sea water has great ability in absorbing wireless radio wave, so performance will be poor when testing near thesea.
  • The signal will be affected when the antenna is near metal object or put in a metal case.
  • Power register was set incorrectly, air data rate is set as too high (the higher the air data rate, the shorter thedistance).
  • The power supply low voltage under room temperature is lower than 2.5V, the lower the voltage, the lower thetransmitting power.
  • Due to antenna quality or poor matching between anten

Module is easy to damage

  • Please check the power supply source, ensure it is 2.0V~3.6V, voltage higher than 3.6V will damage the module.
  • Please check the stability of power source, the voltage cannot fluctuate too much.
  • Please make sure antistatic measure are taken when installing and using, high frequency devices have electrostaticsusceptibility.
  • Please ensure the humidity is within limited range, some parts are sensitive to humidity.
  • Please avoid using modules under too high or too low temperature

BER(Bit Error Rate) is high

  • There are co-channel signal interference nearby, please be away from interference sources or modify frequencyandchannel to avoid interference;
  • Poor power supply may cause messy code. Make sure that the power supply is reliable.
  • The extension line and feeder quality are poor or too long, so the bit error rate is hig

Soldering guidance

Reflow soldering temperature

Profile Feature| Curve characteristics| Sn-Pb Assembly| Pb-Free Assembly
---|---|---|---
Solder Paste| Solder paste| Sn63/Pb37| Sn96.5/Ag3/Cu0.5
Preheat Temperature min (Tsmin)| Min preheating temp.| 100℃| 150℃
Preheat temperature max (Tsmax)| Mx preheating temp.| 150℃| 200℃
Preheat Time (Tsmin to Tsmax)(ts)| Preheating time| 60-120 sec| 60-120 sec
Average ramp-up rate(Tsmax to Tp)| Average ramp-up rate| 3℃/second max| 3℃/second max
Liquidous Temperature (TL)| Liquid phase temp.| 183℃| 217℃
Time(tL)Maintained Above(TL)| Time below liquid phase line| 60-90 sec| 30-90 sec
Peak temperature(Tp)| Peak temp.| 220-235℃| 230-250℃
Aveage ramp-down rate(Tp to Tsmax)| Average ramp-down rate| 6℃/second max| 6℃/second max
Time 25℃ to peak temperature| Time to peak temperature for25℃| 6 minutes max| 8 minutes max

Reflow soldering curve
Reflow soldering curve

E01 Series

Model No.| IC| Frequency| Tx power| Test distance| Package| Antenna
---|---|---|---|---|---|---
Hz| dBm| km
E01-ML01S| nRF24L01P| 2.4G| 0| 0.1| SMD| PCB
E01-ML01D| nRF24L01P| 2.4G| 0| 0.1| DIP| PCB
E01-ML01IPX| nRF24L01P| 2.4G| 0| 0.2| SMD| IPEX
E01-ML01DP4| nRF24L01P| 2.4G| 20| 1.8| DIP| PCB
E01-ML01DP5| nRF24L01P| 2.4G| 20| 2.5| DIP| SMA-K
E01-ML01SP2| nRF24L01P| 2.4G| 20| 1.8| SMD| PCB/IPEX
E01-ML01SP4| nRF24L01P| 2.4G| 20| 2| SMD| IPEX
E01-2G4M27D| nRF24L01P| 2.4G| 27| 5| DIP| SMA-K

Guidance for choosing antenna

Antenna recommendati

Antenna plays important role in the communication process. Good antenna can largely improve the communicationsystem. Therefore, we recommend some antennas with excellent performance and

Model| Type| Frequency Hz| Interface| Gain dBi| siza| Fender| Feature
---|---|---|---|---|---|---|---
TX2400-NP-5010| FPC| 2.4G| IPEX| 2| 50*10mm| –| FPC
TX2400-XP-150| Sucker| 2.4G| SMA-J| 3.5| 15cm| 150cm| High gain
TX2400-JK-20| Whip| 2.4G| SMA-J| 3| 200mm| –| Omnidirectional antenna
TX2400-JK-11| Whip| 2.4G| SMA-J| 2.5| 110mm| –| Omnidirectional antenna
TX2400-JZ-3| Whip| 2.4G| SMA-J| 2| 30mm| –| Omnidirectional antenna

Packing

Anti-statistic pallet
Anti-statistic pallet

Revision history

Version Date Description Issued by
1.00 2017/11/15 Original version huaa
1.10 2018/5/22 Content updated huaa
1.20 2018/9/6 Model No. split huaa
1.7 2022-8-8 Size correct Yan

About us

Website: www.ebyte.com
Tel: +86-28-61399028 Ext. 812

Sales: info@cdebyte.com
Fax: +86-28-64146160
Support: support@cdebyte.co

Address: Innovation Center B333~D347, 4# XI-XIN road,High-tech district (west), Chengdu, Sichuan, China

Ebyte logo

References

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

Related Manuals