1
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?

More than 5 years have passed since last update.

micro:bit / microbitAdvent Calendar 2018

Day 25

micro:bitでMerry Christmas!240個の テープLED(WS2812B)でクリスマスツリーをデコレーション

Last updated at Posted at 2018-12-24

image.png

#内容
micro:bitでテープLED(WS2812B)の応用編、クリスマスツリーデコレーションしてみました
拡張機能でモジュールを追加するだけで簡単に利用することができます

#必要なもの
micro:bit
転送&電源供給用ケーブル
テープLED(WS2812B) 一例@Amazon
※WS2812B、5V、端子が3つものを選んでください。

#利用方法

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

-高度なブロックをクリックする
koudo.JPG

-拡張機能ブロックをクリックする
kakucho.JPG

-検索ダイアログで"neopixel"を検索し、該当画像をクリックし拡張機能を追加
neo.JPG

-下記がテープLED(WS2812B)に関する基本ブロックとなります
neomenu.JPG

#ハードウェアの接続
GND --> テープLEDのGNDへ
3V --> テープLEDの+5Vへ
P0 --> テープLEDのDIN1へ
※注意!テープLEDは両端とも同じGND/3V/P0がありますが接続するのは矢印がある側からです!
image.png

下記の写真では抜き差しできるようにアダプターを自作しています
image.png
image.png

#サンプルコード
240個のLEDが赤・緑・青の3色にランダムに光ります
image.png

#動作動画

1
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
1
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?