Chengdu Ebyte Electronic Technology E70 Wireless transceiver module User Manual

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

User manual

E70(915T30S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 1 of 11 Technical Support : support@cdebyte.comE70(915T30S)-User Manual-V1.0Contents1. Introduction.............................................................................................................................21.1 Feature.............................................................................................................................. 21.2. Electrical Parameter.........................................................................................................42. UART functional description (default)...................................................................................52.1 Fixed transmission............................................................................................................ 52.2 Broadcast transmission..................................................................................................... 52.3 Broadcast address............................................................................................................. 52.4 Monitoring address........................................................................................................... 53. Functional description............................................................................................................ 63.2 Connect to MCU...............................................................................................................83.3 Reset................................................................................................................................. 93.4 AUX description...............................................................................................................94.Choose antenna......................................................................................................................105. About us................................................................................................................................11
E70(915T30S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 2 of 11 Technical Support : support@cdebyte.com1. Introduction1.1 FeatureE70(915T30S) is wireless UART transceiver module based on the original CC1310 of TI, operating at907~922.5MHz (Default: 915MHz), TTL level and 3.3V IO port.The module has the function of data encryption & compression. The data of the module transmitted overthe features randomness. With the rigorous encryption & decryption, data interception becomes pointless.The function of data compression decreases the transmission time & probability of being interfered, whileimproving the reliability & transmission efficiency.
E70(915T30S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 3 of 11 Technical Support : support@cdebyte.comNo.UsageDescription1Continuous transmissionIn this mode, the data transmitting length is unlimited:Perfectly realize continuous transmission for the highest baud rateof 115200bps.2Fixed-length transmissionAir data rate, FEC and Encryption are configurable by users;Transmitting data to the receiver in present air data rate with a mosteffective way to realize low delay and high respond.3Consumption advantageThe receiving current is 14mA, and the stand by current is 4uA.Battery-powered application is available.4WORUltra-low power consumption, suitable for the battery-poweredapplication. When the module is on the power-saving mode, thereceiving response delay time of module can adjust the powerconsumption.5Fixed transmissionModule can communicate with other modules which are work indifferent channels and addresses, it is easy for networking andrepeater.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 01refers to the address of module B, 80 refers to the channel ofmodule B), then module B receives AA BB CC (only module B).6Broadcast transmissionSet the module address as 0xFFFF, then the module cancommunicate with other modules in same channel.7FECIt has the feature of FEC (Forward Error Correction)algorithm,withhigh coding efficiency & good correction performance. In a suddeninterference, it can correct the interfered data packets proactively, sothat the reliability & transmission range are improved proactively.Without FEC, those data packets can only be dropped.8Parameter savingThe parameter will be saved after users set the parameters and itwon’t be lost if powered-off. After module powered-on again, themodule will work as previous settings.9Ultra-small size24 * 38.5mm, suitable for some application which has strictlimitation for the size.10Secondary developmentAll IO port lead out already for secondary development.11Customized ServiceIf the existing UART module cannot meet customers’requirements, Ebyte accept customization of appropriate firmware.Ebyte has provided customized wireless modules to tens ofwell-known enterprises. Please contact us for more details.12Complete seriesCC1310 has different size and packing, in which main difference isthe number of GPIO. Ebyte has completely developed CC1310,including different size, frequency, power etc.
E70(915T30S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 4 of 11 Technical Support : support@cdebyte.com1.2. Electrical ParameterNo.Parameter itemParameter detailsDescription1Size24 * 38.5mm-2Weight4.9gAverage weight3Frequency BandDefault: 915MHzFrequency range: 907~922.5MHz, channel: 324PCB4-layerImpedance-matching, lead-free and SMT5Connector1.27mm spacingSMD6Supply voltage2.6 ~ 5.5V DC5V is recommended(Note: the voltage higher than 5.5V is forbidden)7CommunicationlevelMaximum 3.8V3.3V is recommended8Operation Range6000mTest condition: clear and open area& 30dBm, antenna gain: 2dBi,height: 2m,air data rate: 2.5kbps9Transmittingpower30dBmFour optional level: 30, 27, 24, 17dBm10Air data rate2.5kbpsSix optional level: 2.5, 5, 12, 28, 64, 168kbps11Standby current4.0uAMode 3 (M0=1, M1=1, M2=1)12Transmittingcurrent602mA@30dBm≥1A (recommended)(the voltage supply is 5V)13Receiving current14mAMode 0, Mode 1, Mode 2 (5v power supply)14CommunicationinterfaceUART8N, 8E1, 8O1, eight kinds of UART baud rate, from1200 to 115200 bps (default: 9600)15Driving modeUARTCan be configured to push-pull/high pull, open-drain.16TransmittinglengthDepends on modePlease refer to the transmission mode17Receiving lengthDepends on modePlease refer to the transmission mode18Address65536Easy for networking, broadcast and fixed transmission19WORAvailableThe minimum average power consumption is about30uA (it fits for battery-powered applications)20RSSIAvailableIt supports RSSI, refer to contents as follow21Antenna typeIPEX/Stamp hole50Ω characteristic impedance22Operatingtemperature-40 ~ +85℃-23Operatinghumidity10% ~ 90%Relative humidity, no condensation24Storagetemperature-40 ~ +125℃-25Sensitivity-110dBm@50kbpsSensitivity has nothing to do with baud rate or timing
E70(915T30S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 5 of 11 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 needs 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 thedata, so as to realize the monitoring.
E70(915T30S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 6 of 11 Technical Support : support@cdebyte.com3. Functional description3.1 Pin DefinitionNo.Pin itemPin directionApplication1GNDGroundGround electrode2GNDGroundGround electrode3GNDGroundGround electrode4NCReserved pinReserved, to be floated5NCReserved pinReserved, to be floated6NCReserved pinReserved, to be floated7NCReserved pinReserved, to be floated8NCReserved pinReserved, to be floated9NCReserved pinReserved, to be floated10NCReserved pinReserved, to be floated11LNA_ENOutputInternal MCU controlled LNA pin, valid in high level,connect to pin 4412PA_ENOutputInternal MCU controlled PA pin, valid in high level, connectto pin 4513NCReserved pinReserved, to be floated14NCReserved pinReserved, to be floated15NCReserved pinReserved, to be floated16M2InputM2, M1, M0 jointly decide the 8 working modes; anexternal 1k protective resistor shall be connected in serieswhen in use.17GNDGroundGround electrode18M0InputM2, M1, M0 jointly decide the 8 working modes;An external 1k protective resistor shall be connected in
E70(915T30S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 7 of 11 Technical Support : support@cdebyte.comseries and a 1M pull-up resistor shall be added when in use.(Cannot be floated, it can be grounded when not used)19M1InputM2, M1, M0 jointly decide the 8 working modes;An external 1k protective resistor shall be connected inseries and a 1M pull-up resistor shall be added when in use.(Cannot be floated, it can be grounded when not used)20RXDInputTTL serial port input connects to external TXD pin. It can beconfigured as open-drain or high pull input, please refer toParameter setting. An external 1k protective resistor shallbe connected in series when using.21TXDOutputTTL serial port output connects to external RXD input pin. Itcan be configured as open-drain or push-pull input, pleaserefer to Parameter setting. An external 1k protectiveresistor shall be connected in series when using.22TCKCInputJTAG TCKC23TMSCInputJTAG TMSC24RESETInputReset pin, valid in low level25NCReserved pinReserved, to be floated26NCReserved pinReserved, to be floated27AUXOutputIt is used to indicate the operation status of module, foruser to wake up the external MCU, the module outputs lowlevel during self-checking and initialization at power on, itcan be configured as open-drain output or pull-up output,please refer to parameter setting part, An external 1kprotective resistor shall be connected in series when using.(can be floated)28VCC-Power positive reference,Power supply 2.6V ~ 5.5V DC29VCC-Power positive reference,Power supply 2.6V ~ 5.5V DC30GNDGroundGround electrode31GNDGroundGround electrode32NCReserved pinReserved, to be floated33NCReserved pinReserved, to be floated34NCReserved pinReserved, to be floated35NCReserved pinReserved, to be floated36NCReserved pinReserved, to be floated37NCReserved pinReserved, to be floated
E70(915T30S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 8 of 11 Technical Support : support@cdebyte.com38NCReserved pinReserved, to be floated39NCReserved pinReserved, to be floated40NCReserved pinReserved, to be floated41NCReserved pinReserved, to be floated42NCReserved pinReserved, to be floated43NCReserved pinReserved, to be floated44LNA_ENInputInternal LNA pin, valid in high level, connect to pin 1145PA_ENInputInternal PA pin, valid in high level, connect to pin 1246GNDGroundGround electrode47GNDGroundGround electrode48ANT-Antenna (50Ω characteristic impedance)Real values of MCU controlled PA and LNA are as follows:No.PA_ENLNA_ENNotes110In transmitting201In receiving300In sleeping mode3.2 Connect to MCU
E70(915T30S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 9 of 11 Technical Support : support@cdebyte.comNo.Description (STM8L MCU)1The UART module is TTL level., please connect to the MCU of TTL level.2For some MCU works at 5V DC, it may need to add 4 ~ 10K pull-up resistor for the TXD & AUXpins.3.3 ResetNo.Description1When the module is powered on, AUX outputs low level immediately, conducting hardwareself-check and setting the operating mode on the basis of the user parameters. During theprocess, the AUX keeps low level. After this process, the AUX outputs high level and starts to workas per the operation mode combined by M2, M1, M0. Therefore, the user needs to wait the AUXrising edge as the starting point of module’s normal work.3.4 AUX descriptionIt can indicate whether there are data that has been sent through wireless, or whether all wireless data havebeen sent through UART, or whether the module is still in the process of self-check initialization.No.Description1【Indication of UART output】It can be used to wake up external MCU(In continuous mode, the AUX indication isn't delayed.)
E70(915T30S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 10 of 11 Technical Support : support@cdebyte.com2【Indication of wireless transmitting】1. Under subpackage transmission mode, the internal buffer size depends on the subpackagesize, if the data packet length is 1024 bytes, the corresponding buffer is 1024 bytes, when theAUX=1, user could transmit data continuously ,no more than 1024 bytes .2. Under continuous transmission mode, AUX=1, there is no limitation on user data inputlength.3. Under WOR transmission mode, AUX=1, user could continuously input less than 84 bytes.4. AUX=1 means the serial port data has been transmitted completely.3【Configuration procedure of module】only when resetting and exiting sleep mode4. Choose antennaThe 0R resistance welding before factory is as below(left), the antenna type is stamp hole;If users need to change the antenna type to IPEX, pls change the 0R resistance as below(right).Choose stamp hole choose IPEX
E70(915T30S)-User Manual-V1.0 Website: www.cdebyte.com/enPage 11 of 11 Technical Support : support@cdebyte.com5. 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 Statement This 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-E70 Or Contains FCC ID: 2ALPH-E70” 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