2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

micro:bit / microbitAdvent Calendar 2018

Day 2

micro:bitの無線(BLE)機能で簡単相互通信

Posted at

#内容
micro:bit無線(BLE)機能を利用して簡単に相互通信が実現できます。

#必要なもの
micro:bit
転送&電源供給用ケーブル

#利用方法

-MakeCodeサイトにアクセスする
https://makecode.microbit.org/#editor
make.JPG

-無線関連のブロックを配置する
ble.JPG

-変数関連のブロックを配置する(無線関連のブロックを配置すると変数が自動的に増えます)
hensu.JPG

-制御ブロックのmore中から"固有ID"のブロックを配置する
koyuu.JPG

#サンプルコード
各micro:bitには固有の名前(5文字)がアサインされています
Aボタンを押すと近くのmicro:bitすべてに自分の固有の名前を送信して相手側に表示されます。
自分のIDはBボタンを押すと表示されます
musencode.JPG

2
3
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
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?