TX Power

<\/script>\n
'; }, get iframeSnippet() { const domain = '{ SITE_DOMAIN }'; const type = '{ embed_type }'; const slug = '{ embed_slug }'; return ''; }, get activeSnippet() { return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet; }, copySnippet() { navigator.clipboard.writeText(this.activeSnippet).then(() => { this.copied = true; setTimeout(() => { this.copied = false; }, 2000); }); } }" @keydown.escape.window="open = false" @click.outside="open = false">

Embed This Widget

Theme


      
    

Widget powered by . Free, no account required.

Transmit power level in dBm. Higher TX power increases range but consumes more energy. BLE typically ranges from -20 to +20 dBm.

Also known as: Transmit Power

TX Power

TX power (transmit power) is the strength of the radio signal emitted by a BLE device, measured in dBm (decibels relative to one milliwatt). It is one of the two primary factors -- along with RX sensitivity -- that determine the link budget and, consequently, the maximum communication range.

Typical BLE TX Power Levels

BLE devices typically support transmit power levels ranging from -20 dBm (10 microwatts) to +20 dBm (100 milliwatts). Most BLE SoCs offer a configurable set of discrete power levels. The nRF52832 supports -40 to +4 dBm in 4 dB steps. The nRF52840 supports -40 to +8 dBm. The ESP32-C3 can reach +21 dBm with an external power amplifier.

Higher TX power levels require more current from the power supply. At +0 dBm, a typical BLE SoC draws 4--8 mA during transmission. At +8 dBm, this increases to 10--20 mA. The relationship between power output and current draw is non-linear, so doubling the TX power (adding 3 dBm) does not double the current but does increase it substantially.

Impact on Range

Every 6 dB increase in TX power approximately doubles the communication range in free space. However, real-world environments with walls, furniture, and human bodies introduce multipath fading and absorption that reduce the theoretical gain. In practice, increasing TX power from 0 dBm to +8 dBm might extend range from 100 m to 150 m rather than the theoretical 200 m.

TX Power in Advertising

BLE advertising packets can include a TX Power Level AD type (0x0A) that reports the transmit power used for the advertising packet. A scanning device can subtract the RSSI from this value to estimate path loss and, by extension, the distance to the advertiser. This is the basis for proximity estimation in beacon applications and indoor positioning systems.

Regulatory Limits

Regulatory bodies cap the maximum EIRP (Effective Isotropic Radiated Power) in the 2.4 GHz ISM band. In the US, the FCC allows up to +30 dBm EIRP. In Europe, ETSI limits it to +10 dBm. These limits include antenna gain, so a device with a +3 dBi antenna and +10 dBm TX power has +13 dBm EIRP and may exceed European limits.

Related Terms

Python BLE with Bleak: Cross-Platform BLE Scripting

Development

…exposes service UUIDs , manufacturer data, RSSI , and TX power from the advertising PDU and scan response . Connecting…

BLE PHY Layer: 1M, 2M, and Coded PHY Explained

Protocols & Profiles

…all gains and losses in the radio path: Link Budget (dB) = TX Power − Cable/Connector Loss + TX Antenna Gain + RX Antenna Gain…

BLE Chip Selection Guide: How to Choose the Right SoC

Hardware & Design

…to filter the full database by MCU architecture, RAM, TX power , RX sensitivity , and built-in DC-DC converter .…

BLE Product Certification: Bluetooth SIG and Regulatory Compliance

Hardware & Design

…(1 W) — BLE chips are typically 0–10 dBm, well within - TX power limited to +20 dBm for point-to-point BLE (47 CFR Part…

BLE Asset Tracking: Tags, Gateways, and Cloud Integration

Industry Applications

…life. A tag advertising at 1-second intervals with 0 dBm TX power and 10 µA sleep current lasts 2–5 years on a CR2032. Tag…

BLE Indoor Positioning Systems: RSSI, AoA, and Hybrid Approaches

Industry Applications

…positioning; shorter increases power consumption TX power : −12 to 0 dBm; calibrate TxPower field per unit to…

BLE Connection Issues: Diagnosis and Resolution Guide

Troubleshooting

…- 2.4 GHz - Supervision interference timeout value - [TX power](/glossary/tx-power/) - keepalive logic HCI Disconnect…

BLE Range Optimization: Maximizing Communication Distance

Troubleshooting

…with custom antenna gains and obstacle models. TX Power and RX Sensitivity Chip Min TX Max TX RX Sensitivity (1M)…

Frequently Asked Questions

Our glossary covers 90+ BLE technical terms organized by category. Each term includes a definition, related terms, and links to relevant chips and guides.