2016-11-11から1日間の記事一覧

BLE早わかり

非公式訳(原典: https://www.arduino.cc/en/Reference/CurieBLE) CurieBLEライブラリー Arduino/Genuino 101とCurieBLEライブラリーとを組み合わせると、BLEの機能が使えるようになるため、スマートフォンやタブレットなどのデバイスを相手にデータのやり…

TI-Nspire & SensorTag / ボタンの状態を受信する / シンプル版

The previous script has been rewritten with no decorations. The process flow is as follows: 1. The ble.addStateListener() registers a state listener. 2. The bleCentral.startScanning() gets a scanner to scan peripherals. 3. The connect() ge…