Shao ziyang
Published © MIT

micro:bit Snowfall Christmas Tree

Use micro:bit, 16x16 WS2812 matrix and MakeCode, DIY a snowfall Christmas tree animation in five minutes.

BeginnerFull instructions provided6 minutes1,814

Things used in this project

Hardware components

micro:bit
×1
16X16 NEOPIXEL RGB LED MATRIX
×1

Software apps and online services

MakeCode
Microsoft MakeCode
demo: https://makecode.microbit.org/_PeCREuit41fv

Hand tools and fabrication machines

no need

Story

Read more

Schematics

sch_OPu8py4jnK.jpg

Code

makecode demo

Typescript
https://makecode.microbit.org/_PeCREuit41fv
snowflake.config(
DigitalPin.P1,
false,
8,
50,
1,
50
)
basic.showLeds(`
    . . # . .
    . # # # .
    # # # # #
    . . # . .
    . . # . .
    `)
snowflake.start()
basic.forever(function () {
	
})

Credits

Shao ziyang

Shao ziyang

1 project • 1 follower
Maker

Comments