Main Content

BLE

R2026b
Communication using Bluetooth interface

Bluetooth® Low Energy (BLE) is a wireless communication protocol that uses Bluetooth with low-power Arduino® peripheral devices. Use this technology to read from and write to BLE peripheral devices. Ideal for short-range communication applications, you can efficiently communicate with other BLE-enabled devices using this technology.

Blocks

Arduino BLE Send iconBLE SendSend data using Bluetooth Low Energy (BLE) protocol
Arduino BLE Receive iconBLE ReceiveReceive data using Bluetooth Low Energy (BLE) protocol

Model Settings

expand all

Peripheral Device NameDevice name of a BLE peripheral
Peripheral Local NameLocal name of a BLE peripheral device
Advertising Interval (*0.625 mS)BLE advertising interval
Min Connection Interval (*1.25 mS)Minimum time that peripheral device can take to establish BLE connection with central device
Max Connection Interval (*1.25 mS)Maximum time that peripheral device can take to establish BLE connection with central device

Featured Examples