EWM550-7G9T10SP User Manual

Ultra-Wideband (UWB) Ranging and Positioning Module

Manufacturer: Chengdu Ebyte Electronic Technology Co.,Ltd.

Chapter 1 Product Overview

1.1 Product Introduction

The EWM550-7G9T10SP is a new domestic Ultra-Wideband (UWB) wireless ranging module from Ebyte. It supports UART serial communication. It defaults to the 7737.2~8237.2MHz frequency band (CH9), with a center frequency of 7987.2MHz and a bandwidth of 499.2MHz. The EWM550-7G9T10SP provides UART-based general AT commands and flexible parameter configuration capabilities. Users can configure various module parameters according to their needs.

1.2 Features and Functions

1.3 Application Scenarios

Diagram Description (Page 4): An image shows the EWM550-7G9T10SP module, identified by the Ebyte brand. It indicates the manufacturer as Ebyte and includes a placeholder for a serial number.

Chapter 2 Working Parameters

2.1 Specification Parameters

Parameter NameParameter ValueRemark
Working Frequency Band7737.2~8237.2MHz (CH9)Default CH9, configurable to CH5
Transmit Power10dBm@3.3V, Channel 9, maximum transmit power
Antenna FormPCB on-board antennaDedicated antenna design
Package TypeSMDStamp hole (1.27mm pitch)
Interface TypePin headerSupports AT command
Communication InterfaceUART serial port
UART Configuration921600bps 8N1
Ranging AlgorithmTWR
Ranging Distance130mUnder clear, open-sky conditions
Ranging Accuracy30cm
Outline Dimensions14 * 24 mm
Working Voltage (V)Min: ≥1.8, Typical: 3.3, Max: ≤3.6Ensure output power at 3.3V, exceeding 3.6V risks damage
Working Temperature (℃)Min: -40, Max: +85Industrial-grade design
Working Humidity (%)Min: 10, Max: 90
Sleep Current (uA)Typical: 8.0In power-off mode
Transmit Current (mA)Typical: 43.3@3.3V, transmitting at maximum power
Receive Current (mA)Typical: 6.6

2.2 UART Configuration Parameters

The UART baud rate is 921600bps, with 8 data bits, 1 stop bit, and no parity.

ItemParameter Value
Baud Rate921600 bps
Data Bits8
Stop Bits1
ParityNone

Chapter 3 Mechanical Dimensions and Pin Definition

3.1 EWM550-7G9T10SP Mechanical Dimensions and Pin Definition

Diagram Description: The module has a rectangular shape with dimensions of 14mm (length) x 24mm (width). It features 26 pins arranged in two rows on the bottom, with a pin pitch of 1.27mm. The top pads are approximately 0.50 x 1.00 mm, and the bottom pads are approximately 0.80 x 1.50 mm.

Pin No.Pin NamePin DirectionPin Function
1GND-Module Ground
2GND-Module Ground
3RSTNInputReset Pin, active low reset
4IO0-Reserved Pin
5IO1-Reserved Pin
6IO2InputWhen powered on, pull low for 1 second to restore factory settings
7IO3-Reserved Pin
8IO4-Reserved Pin
9GND-Module Ground
10GND-Module Ground
11TXDOutputData UART
12RXDInputData UART
13IO7-Reserved Pin
14IO8-Reserved Pin
15IO9-Reserved Pin
16IO10-Reserved Pin
17VCC-Power Input
18VCC-Power Input
19IO11-Reserved Pin
20IO12-Reserved Pin
21IO13-Reserved Pin
22IO14-Reserved Pin
23SWCLKInputProgramming Interface
24SWDIOInputProgramming Interface
25WKPInputSleep Wake-up Pin, active low to wake up module
26GND-Module Ground

Chapter 4 Recommended Connection Diagram

Diagram Description: The diagram illustrates the connection between the EWM550 module and a Microcontroller Unit (MCU). The VCC and GND pins of the EWM550 are connected to the MCU's VCC and GND, respectively. The TXD pin of the EWM550 connects to the RXD pin of the MCU, and the RXD pin of the EWM550 connects to the TXD pin of the MCU. Optional connections include WKP to a GPIO pin for wake-up and RSTN to a RESET pin for module reset. Decoupling capacitors are shown connected between VCC and GND on the EWM550.

Chapter 5 Commands and Factory Parameters

5.1 AT Command Table

No.CommandDescription
1+++Enter AT Mode
2AT+EXITExit AT Mode
3AT+ROLEQuery/Set Role
4AT+CHQuery/Set Channel
5AT+BAUDQuery/Set Baud Rate
6AT+POWERQuery/Set Power Level
7AT+SLEEPEnter Sleep Mode
8AT+SRCADDRQuery/Set Source Address
9AT+DSTADDRQuery/Set Destination Address
10AT+INTVQuery/Set Print Interval
11AT+RESTORERestore Factory Settings
12AT+RESETReset
13AT+VERSIONQuery Version Number

5.2 AT Command Description

5.2.1 Enter AT Mode

Command: +++. Response: AT_MODE. Example: Send +++, Receive AT_MODE. Note: Ranging information printing pauses when entering AT mode and resumes upon exiting.

5.2.2 Exit AT Mode

Command: AT+EXIT. Response: No return. Example: Send AT+EXIT, Receive No return. Note: Exiting AT mode resumes printing ranging information.

5.2.3 Query/Set Role

Query: AT+ROLE=? -> ROLE:<role> (e.g., ROLE:0). Set: AT+ROLE=<role> -> +OK (e.g., AT+ROLE=1 -> +OK). <role>: 0 = Responder Tag, 1 = Initiator Base Station.

5.2.4 Query/Set Channel

Query: AT+CH=? -> CH:<channel> (e.g., CH:9). Set: AT+CH=<channel> -> +OK (e.g., AT+CH=9 -> +OK). <channel>: 5 for CH5, 9 for CH9.

5.2.5 Query/Set Baud Rate

Query: AT+BAUD=? -> BAUD:<baud rate> (e.g., BAUD:7). Set: AT+BAUD=<baud rate> -> +OK (e.g., AT+BAUD=0 -> +OK). <baud rate> options: 0-9600, 1-19200, 2-38400, 3-57600, 4-115200, 5-230400, 6-460800, 7-921600, 8-1000000, 9-2000000.

5.2.6 Query/Set Power Level

Query: AT+POWER=? -> POWER:<power level> (e.g., POWER:<3>). Set: AT+POWER=<power level> -> +OK (e.g., AT+POWER=1 -> +OK). <power level>: 0-3 (4 levels total), level 3 is maximum power.

5.2.7 Sleep Mode

Command: AT+SLEEP=<sleep parameter> -> +OK (e.g., AT+SLEEP=0 -> +OK). <sleep parameter>: 0 = Power-off mode (UWB stops all operations). 1 = Periodic sleep mode (UWB outputs normally with low power, serial port inactive). Note: Pulling the WKP pin low wakes up the module.

5.2.8 Query/Set Source Address

Query: AT+SRCADDR=? -> SRC_ADDR:<source address> (e.g., SRC_ADDR:1111). Set: AT+SRCADDR=<source address> -> +OK (e.g., AT+SRCADDR=1111 -> +OK). <source address>: Range 0000-FFFF (works with DSTADDR).

5.2.9 Query/Set Destination Address

Query: AT+DSTADDR=? -> DST_ADDR:<destination address> (e.g., DST_ADDR:2222). Set: AT+DSTADDR=<destination address> -> +OK (e.g., AT+SRCADDR=2222 -> +OK). <destination address>: Range 0000-FFFF. Note: If ROLE=1's DSTADDR matches ROLE=0's SRCADDR, only RSSI is output, not distance.

5.2.10 Query/Set Print Interval

Query: AT+INTV=? -> INTV:<print interval> (e.g., INTV:500). Set: AT+INTV=<print interval> -> +OK (e.g., AT+INTV=1000 -> +OK). <print interval>: Value range 20-2000ms.

5.2.11 Restore Factory Settings

Command: AT+RESTORE -> +OK. Example: Send AT+RESTORE, Receive +OK.

5.2.12 Reset

Command: AT+RESET -> +OK. Example: Send AT+RESET, Receive +OK.

5.2.13 Query Version Number

Command: AT+VERSION -> VERSION:7530-0-10. Example: Send AT+VERSION, Receive VERSION:7530-0-10.

Chapter 6 Hardware Design

6.1 Hardware Design

Recommendations for power supply: Use a regulated DC power supply with minimal ripple and ensure reliable grounding.

Polarity: Ensure correct power supply polarity to prevent permanent damage.

Voltage: Verify the power supply is within the recommended range; exceeding the maximum can cause permanent damage.

Stability: Ensure power supply stability and avoid frequent voltage fluctuations.

Margin: Reserve at least 30% power supply margin for stable system operation.

EMI Avoidance: Keep the module away from EMI sources like power supplies, transformers, and high-frequency traces.

Layout Guidelines: High-frequency digital, analog, and power traces should avoid passing directly under the module. If unavoidable, use ground copper on the Top Layer under the module's contact points and route on the Bottom Layer near the module's digital section. Arbitrary routing on lower layers can affect spurious emissions and sensitivity.

Component Placement: Keep the module away from components that generate significant EMI; use shielding if necessary.

Trace Routing: Similarly, keep the module away from noisy traces; use shielding if necessary.

Antenna Placement: Ensure the antenna is exposed and oriented vertically upwards for optimal performance.

Enclosure Installation: Use an extension cable to move the antenna outside the enclosure if needed.

Metal Enclosures: Never install the antenna inside a metal enclosure, as it severely reduces transmission distance.

Chapter 7 Common Problems

7.1 Module No Response on Power-up

7.2 Module Easily Damaged

7.3 Transmission Distance Shortened/Reduced

Chapter 8 Soldering Operation Guide

8.1 Reflow Soldering Temperature

Profile FeatureSn-Pb Assembly (Sn63/Pb37)Pb-Free Assembly (Sn96.5/Ag3/Cu0.5)
Solder PasteTin pasteTin paste
Preheat Temperature min (Tsmin)100°C150°C
Preheat temperature max (Tsmax)150°C200°C
Preheat Time (Tsmin to Tsmax) (ts)60-120 sec60-120 sec
Average ramp-up rate (Tsmax to Tp)3°C/second max3°C/second max
Liquidous Temperature (TL)183 °C217°C
Time (tL) Maintained Above (TL)60-90 sec30-90 sec
Peak temperature (Tp)220-235°C230-250°C
Average ramp-down rate (Tp to Tsmax)6°C/second max6°C/second max
Time 25°C to peak temperature6 minutes max8 minutes max

8.2 Reflow Soldering Curve Diagram

Diagram Description: The diagram shows a typical reflow soldering temperature profile graph. The X-axis represents time, and the Y-axis represents temperature. The profile includes distinct stages: Preheat (from 25°C to Tsmin, then to Tsmax), Ramp-up (from Tsmax to Tp), Soak/Liquidous (maintaining temperature at TL for time tL), Peak Temperature (Tp), and Ramp-down (from Tp to Tsmax). Key temperature points (Tsmin, Tsmax, TL, Tp) and time intervals (ts, tL, tp, 25°C to Peak) are indicated. The 'Critical Zone' is highlighted between TL and Tp.

Revision History

VersionRevision DateRevision DescriptionMaintainer
1.02025-07-28Initial VersionLei

About Us

Sales Hotline: 4000-330-990

Official Website: www.ebyte.com

Technical Support: support@cdebyte.com

Company Address: Building B5, Industrial Park, Xiqu Avenue 199, High-tech West Zone, Chengdu, Sichuan Province.

Company Logo: Chengdu Ebyte Electronic Technology Co.,Ltd.

PDF preview unavailable. Download the PDF instead.

EWM550-7G9T10SP UserManual CN V1.0 Adobe PDF Library 21.7.134

Related Documents

Preview EWT550-7G9T10SP UWB Ranging and Positioning Module Test Kit Specification
Comprehensive product specification for the EWT550-7G9T10SP Ultra-Wideband (UWB) ranging and positioning module test kit by EBYTE. Details include product overview, module features, hardware description, revision history, and company information.
Preview E32-868T20D User Manual: SX1276 868MHz 100mW DIP Wireless Module
Comprehensive user manual for the EBYTE E32-868T20D wireless serial port module. Details include its SX1276 LoRa technology, 868MHz frequency, 100mW transmission power, DIP package, specifications, operating modes, command formats, hardware design considerations, and frequently asked questions. Suitable for IoT and industrial applications.
Preview E22-900T22D LoRa Wireless Module User Manual | EBYTE
Comprehensive user manual for the EBYTE E22-900T22D LoRa wireless module, detailing specifications, features, applications, and operational guidance for 868/915MHz communication.
Preview EBYTE E32-433T20S-V8.0 User Manual: SX1278 433MHz LoRa Wireless Module Guide
This user manual provides comprehensive details on the EBYTE E32-433T20S-V8.0 wireless module, a 433MHz LoRa spread spectrum device utilizing the SX1278 RF chip. It covers specifications, operating modes, hardware design, and application notes for developers and integrators.
Preview E32-433T20S-V8.0 User Manual: SX1278 433MHz 100mW SMD Wireless Module
This user manual provides detailed information on the EBYTE E32-433T20S-V8.0, a 433MHz 100mW SMD wireless module utilizing the SX1278 LoRa RF chip. It covers specifications, features, operating modes, hardware design, and troubleshooting for developers and integrators.
Preview EWT104-BT41SP: Low-Cost Dual-Mode Bluetooth Slave Module Test Kit - EBYTE
Technical specifications and user guide for the EWT104-BT41SP, a low-cost dual-mode Bluetooth slave module test kit from EBYTE. Covers features, hardware, BLE/SPP data transmission, and AT command configuration.
Preview EBYTE E220-900TBL-01 Wireless Modem User Manual
User manual for the EBYTE E220-900TBL-01 Wireless Modem. This document details the product's features, dimensions, interface descriptions, quick start guide, driver installation, hardware connection, and various communication modes. It serves as a guide for testing and developing wireless communication products using the EBYTE E220-900TBL-01 module.
Preview E290-M(3029) Series Product Specification | Ebyte
Detailed specifications for the Ebyte E290-M(3029) series wireless modules, featuring PAN3029 chip and ChirpIoT™ technology for 433/470MHz IoT applications. Covers features, parameters, and usage.