Chengdu Ebyte Electronic Technology E30 Wireless transceiver module User Manual

Chengdu Ebyte Electronic Technology Co., Ltd. Wireless transceiver module Users Manual

User manual

E30(915T20S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 1 of 8 Technical Support : support@cdebyte.comE30(915T20S)-User Manual-V1.0Contents1. Introduction................................................................................................................ 21.1 Feature............................................................................................................... 21.2 Electrical Parameters......................................................................................... 22. UART functional description (default).......................................................................42.1 Fixed transmission.............................................................................................42.2 Broadcast transmission......................................................................................42.3 Broadcast address.............................................................................................. 42.4 Monitoring address............................................................................................43. Functional description................................................................................................ 53.1 Pin definition..................................................................................................... 53.2 Connect to MCU............................................................................................... 63.3 Reset.................................................................................................................. 63.4 AUX description................................................................................................64. Customization.............................................................................................................85. About us......................................................................................................................8
E30(915T20S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 2 of 8 Technical Support : support@cdebyte.com1. Introduction1.1 FeatureE30(915T20S) is a 100mW wireless transceiver module(UART), half-duplex& transparent transmission, which operates at 907~922.5MHz(default: 915MHz), TTL Level, compatible with the 3.3V and 5V IO port.The module has the function of data encryption & compression. The data of the module transmitted overthe air features randomness. And with the rigorous encryption & decryption, data interception becomespointless. The function of data compression can decrease the transmission time & probability of beinginterfered, while improving the reliability & transmission efficiency.No.UsageDescription1Ultra-lowpowerconsumptionIt supports WOR to reduce overall power consumption. In power-savingmode(Mode 2), it can regulate overall power consumption by setting receivingresponse delay; The maximum receiving response delay can be configured as2000ms, and the average current is about 30uA.2FixedtransmissionModule can communicate with other modules which work in different channelsand addresses, it is easy for networking and repeater.For example: module A transmits AA BB CC to module B (address: 0x00 01,channel: 0x80), HEX format is 00 01 80 AA BB CC (00 01 refers to the address ofmodule B, 80 refers to the channel of module B), then module B receives AA BBCC (only module B).3BroadcasttransmissionSet the module address as 0xFFFF, then the module can communicate with othermodules in same channel.4FECForward Error Correction, high coding efficiency & good correctionperformance.In the case of sudden interference, it can correct the interfered data packetsproactively, so that the reliability & transmission range are improvedcorrespondingly. Without FEC, those data packets can only be dropped.5Sleep modeWhen the module works in sleep mode (mode 3), transmitting & receiving is notavailable, while the configuration is available. The typical current is 5.0uA in thismode.6ApplicationWith better capability of penetration and diffraction than 2.4G, E30(915T20S) issuitable for the open environment with few obstacles.1.2 Electrical ParametersNo.Parameter itemParameter detailsDescription1Size17 * 30mm-2Weight2.3gAverage weight3Frequency Band907~922.5MHz Default: 915MHz, channel:164ProcessLead-free, SMTTo ensure the consistency and reliability5Connector11PIN-2.0mmSMD6Supply voltage2.1 ~ 5.5V DCNote: the voltage higher than 5.5V is forbidden
E30(915T20S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 3 of 8 Technical Support : support@cdebyte.com7CommunicationlevelMaximum 5.2VThe difference with supply voltage should be lessthan 0.3V to reduce power consumption8Operation Range2000mClear and open area, 20dBm, antenna gain: 2dBi, height: 2m,air data rate: 1kbps9Transmitting power20dBmFour optional level: 20, 17, 14, 10dBm10Air data rate1kbpsEight optional level: 1, 2, 5, 8, 10, 15, 20, 25kbps11Standby current5.0uAM1=1, M0=1 ( Mode 3 )12Transmitting current89mA@20dBmThe proposed power supply current is not less than200mA13Receiving current16mAMode 0 or 114CommunicationinterfaceUART8N1, 8E1, 8O1,eight kinds of UART baud rate, from1200 to 115200 bps(Default: 9600)15Driving modeUARTCan be configured to push-pull/high pull,open-drain16Transmitting length512 bytes buffer58 bytes per package17Receiving length512 bytes buffer58 bytes per package18Address65536Easy for network, broadcast and fixed transmission19WORAvailableMinimum average power consumption is about30uA (applicable for battery powered applications)20Antenna typeStamp holeIPX+stamp hole+spring antenna to lead out, 50Ωcharacteristic impedance21Operatingtemperature-40 ~ +85℃-22Operating humidity10% ~ 90%Relative humidity, no condensation23Storagetemperature-40 ~ +125℃-24Sensitivity-138dBm@0.3kbpsSensitivity has nothing to do with baud rate or timing
E30(915T20S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 4 of 8 Technical Support : support@cdebyte.com2. UART functional description (default)2.1 Fixed transmissionHexDescriptionThe format: Hexadecimal, such as:00 03 04 AA BB CC00 03 is the address of receiving module;04 is the channel ;AA BB CC is the transmission data。Transmitting module AHexadecimalAddress:00 01;Channel 02Receiving module BHexadecimalAddress:00 03;Channel 04Receiving module CHexadecimalAddress:00 05;Channel 04Receiving module DHexadecimalAddress:00 07;Channel 06Module A must be in fixed mode.Module A Transmitting dataHexadecimal00 03 04 AA BB CCModule B receiving dataHexadecimalAA BB CCModule C receiving dataHexadecimalNoModule D receiving dataHexadecimalNoOnly the modules with matched address and channel can receive the data.In fixed transmission, modules only support 1 packet length (pls refer to electrical parameters). If the datapackets exceed, then it need to be subcontracted automatically.2.2 Broadcast transmissionHexDescriptionThe format: Hexadecimal, such as:FF FF 04 AA BB CCFF FF is the address;04 is the channel of receiving module;AA BB CC is the transmission data。Transmitting module AHexadecimalAddress:00 01;Channel : 02Receiving module BHexadecimalAddress:00 03;Channel 04Receiving module CHexadecimalAddress:00 05;Channel 04Receiving module DHexadecimalAddress:00 07;Channel 06Module A must be in fixed mode.Module A Transmitting dataHexadecimalFF FF 04 AA BB CCModule B receiving dataHexadecimalAA BB CCModule C receiving dataHexadecimalAA BB CCModule D receiving dataHexadecimalNoAll the module with this channel can receive the data.In fixed transmission, modules only support 1 packet length (pls refer to electrical parameters). If the datapackets exceed, then it need to be subcontracted automatically.2.3 Broadcast address1. For example, set the address of module A as 0xFF FF, and the channel as 0x04.2. When module A works as the transmitter (transparent transmission), all the receiving module with thechannel 0x04 can receive the data, so as to realize the broadcast.2.4 Monitoring address1. For example, set the address of module A as 0xFF FF, and the channel as 0x04.2.When module A works as the receiver, all the receiving module with the channel 0x04 can receive the
E30(915T20S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 5 of 8 Technical Support : support@cdebyte.comdata, so as to realize the monitoring.3. Functional description3.1 Pin definitionPin No.Pin itemPin directionPin application1M0Input(weak pull-up)Work with M1 & decide the four operating modes.Floating is not allowed, can be ground.2M1Input(weak pull-up)Work with M0 & decide the four operating modes.Floating is not allowed, can be ground.3RXDInputTTL UART inputs, connects to external (MCU, PC) TXDoutput pin. Can be configured as open-drain or pull-upinput.4TXDOutputTTL UART outputs, connects to external RXD (MCU, PC)input pin. Can be configured as open-drain or push-pulloutput5AUXOutputTo indicate module ’ s working status & wakes up theexternal MCU. During the procedure of self-checkinitialization, the pin outputs low level. Can be configuredas open-drain output or push-pull output (floating isallowed).6VCCPower supply 2.1V~5.5V DC7GNDGround8ANTAntenna9GNDGround10GNDGround11GNDGround
E30(915T20S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 6 of 8 Technical Support : support@cdebyte.com3.2 Connect to MCUNo.Description ( STM8L MCU )1The UART module is TTL level.2For some MCU works at 5VDC, it may need to add 4-10K pull-up resistor for the TXD & AUX pin.3.3 ResetNo.Description1When the module is powered, AUX outputs low level immediately, conducts hardware self-checkand sets the operating mode on the basis of the user parameters. During the process, the AUXkeeps low level. After the process completed, the AUX outputs high level and starts to work as perthe operating mode combined by M1 and M0. Therefore, the user needs to wait the AUX risingedge as the starting point of module’s normal work.3.4 AUX descriptionAUX Pin can be used as indication for wireless send & receive buffer and self-check. It can indicatewhether there are data that are yet to send via wireless way, or whether all wireless data has been sentthrough UART, or whether the module is still in the process of self-check initialization.No.Description1【Indication of UART output】can be used to wake up external MCU.
E30(915T20S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 7 of 8 Technical Support : support@cdebyte.com2【Indication of wireless transmitting】Buffer (empty): the internal 512 bytes data in the buffer are written to the RFIC (Autosubpackage). When AUX=1, the user can input data less than 512 bytes continuously withoutoverflow.Buffer (not empty): when AUX=0, the internal 512 bytes data in the buffer have not been writtento the RFIC completely. If the user starts to transmit data at this circumstance, it may causeovertime when the module is waiting for the user data, or transmitting wireless subpackage.Notes: When AUX = 1, it does not mean that all the UART data of the module have beentransmitted already, perhaps the last packet of data is still in transmission.3【Configuration procedure of module】Only happened when power-on resetting or exiting sleep mode.No.Notes for AUX1For function 1 & function 2 mentioned above, the priority should be given to the one with lowlevel output, which means if it meets each of any low level output condition, AUX outputs lowlevel, if none of the low level condition is met, AUX outputs high level.2When AUX outputs low level, it means the module is busy & cannot conduct operating modechecking.Within 1ms since AUX outputs high level, the mode switch will be completed.3After switching to new operating mode, it won’t be work in the new mode immediately until AUXrising edge 2ms later.If AUX is on the high level, the operating mode switch can be effected immediately.4When the user switches to other operating modes from mode 3 (sleep mode) or it’s still in resetprocess, the module will reset user parameters, during which AUX outputs low level.
E30(915T20S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 8 of 8 Technical Support : support@cdebyte.com4. Customization★Please contact us for customization.★Ebyte has established profound cooperation with various well-known enterprises.5. About usChengdu Ebyte Electronic Technology Co., Ltd. (Ebyte) is specialized in wireless solutions and products.◆We research and develop various products with diversified firmware;◆Our catalogue covers WiFi, Bluetooth, Zigbee, PKE, wireless data transceivers & etc.;◆With about one hundred staffs, we have won tens of thousands customers and sold millions of products;◆Our products are being applied in over 30 countries and regions globally;◆We have obtained ISO9001 QMS and ISO14001 EMS certifications;◆We have obtained various of patents and software copyrights, and have acquired FCC, CE, RoHs & etc.
FCC Statement This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and (2) this device must accept any interference received, including interference that may cause undesired operation.Any Changes or modifications not expressly approved by the party responsible for compliance could void the user's authority to operate the equipment.  The modular can be installed or integrated in mobile or fix devices only. This modular cannot be installed in any portable device .FCC Radiation Exposure StatementThis modular complies with FCC RF radiation exposure limits set forth for an uncontrolled environment. This transmitter must not be co-located or operating in conjunction with any other antenna or transmitter. This modular must be installed and operated with a minimum distance of 20 cm between the radiator and user body.     If the FCC identification number is not visible when the module is installed inside another device, then the outside of the device into which the module is installed must also display a label referring to the enclosed module. This exterior label can use wording such as the following: “Contains Transmitter Module FCC ID: 2ALPH-E30 Or Contains FCC ID: 2ALPH-E30”When the module is installed inside another device, the user manual of the host must contain below warning statements;1. This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions:(1) This device may not cause harmful interference.(2) This device must accept any interference received, including interference that may cause undesired operation.2. Changes or modifications not expressly approved by the party responsible for compliance could void the user's authority to operate the equipment.The devices must be installed and used in strict accordance with the manufacturer's instructions as described in the user documentation that comes with the product.

Navigation menu