Main Content

BLE

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

BLE SendSend data using Bluetooth Low Energy (BLE) protocol (Since R2021b)
BLE ReceiveReceive data using Bluetooth Low Energy (BLE) protocol (Since R2021b)

Model Settings

expand all

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

Featured Examples