0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

XIAO MG24 Sense(Silicon Labs EFR32MG24)をArduinoで触ろう2~BLEを使おう~

Posted at

XIAO MG24 Silicon Labs EFR32MG24をArduinoで触ろうの続きです。

今回は、BLEを使ってみます。

プロトコル設定

最初にプロトコルを設定します。
プロトコルMatterBLE があります。
今回は、BLE(Silab) を選択します。
ツール⇒Protocol Stack⇒BLE(Silab) を選択
image.png

プログラム

ファイル⇒スケッチ例⇒Silicon Labs⇒ble_blinky を選択します。
image.png
でコンパイル、書込みをします。
image.png

スマートフォンから操作する

スマートフォンからデバイスに接続してみましょう。
スマートフォンのアプリケーションに今回は Light Blue を使用しました。
Blinky ExampleConnect します。
image.png
Properties:Read,WriteLED になります。
これをクリックします。
image.png
Write new Value1 を入力します。
image.png
シリアルモニタに LED on になると共にLEDが点灯すれば通信成功です。
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?