メインコンテンツ

BLE

Bluetooth インターフェイスを使用した通信

Bluetooth® Low Energy (BLE) は、Bluetooth を低電力の Arduino® 周辺デバイスで使用する無線通信プロトコルです。この技術を使用して、BLE 周辺デバイスとの間で読み取りと書き込みを行います。近距離通信の用途に最適で、この技術を使用する他の BLE 対応デバイスと効率的に通信できます。

ブロック

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

モデル設定

すべて展開する

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

注目の例