hiro99ma blog

何か技術的なこと

BLE基礎 (8)

2024/08/18

DevAcademyのBluetooth Low Energy Fundamentalsをやっているところである。

Exerciseでの変更も記録を残しておくことにしました。 きっちり残すというよりは、

https://github.com/hirokuma/ncs-bt-fund

Lesson3 Bluetooth LE Connections

Exercise 2

Exercise 1 は単に接続するだけだった。 Exercise 2 は connection parameter の更新である。 それだけでなく、2M PHYもやる。

Bluetooth initialized
Advertising successfully started
Connected
Connection parameters: interval 30.00 ms, latency 0 intervals, timeout 5000 ms
MTU exchange successful
New MTU: 244 bytes
Data length updated. Length 251/27 bytes, time 2120/328 us
PHY updated. New PHY: 2M
Data length updated. Length 251/27 bytes, time 2120/2120 us
Data length updated. Length 251/27 bytes, time 2120/328 us
Data length updated. Length 251/27 bytes, time 2120/2120 us
Data length updated. Length 251/27 bytes, time 2120/328 us
Data length updated. Length 251/27 bytes, time 2120/2120 us
Data length updated. Length 251/27 bytes, time 2120/328 us
Data length updated. Length 251/27 bytes, time 2120/2120 us
Data length updated. Length 251/27 bytes, time 2120/328 us
Data length updated. Length 251/27 bytes, time 2120/2120 us
Data length updated. Length 251/27 bytes, time 2120/328 us
Data length updated. Length 251/27 bytes, time 2120/2120 us
Connection parameters updated: interval 1000.00 ms, latency 0 intervals, timeout 4000 ms
Data length updated. Length 251/27 bytes, time 2120/328 us
Data length updated. Length 251/27 bytes, time 2120/2120 us
....

ようやく Lesson 3 が終わったが、なんか理解できてない気がする。
実際に使用するシーンが思いつかないとダメなのか。

< Top page