Smart Creativity
Published © CC BY

Apple glowing LED logo/ Multi-Colored animation/#sc

I gonna show you to how to make an apple led glowing logo. Very creative and cool project... let's see it....

BeginnerFull instructions provided1 hour331

Things used in this project

Hardware components

Circuit Playground Express
Adafruit Circuit Playground Express
×1
USB-A to Mini-USB Cable
USB-A to Mini-USB Cable
×1

Software apps and online services

MakeCode
Microsoft MakeCode

Story

Read more

Schematics

Code screenshot

Code

Code

Scratch
Upload in cpx
input.onLoudSound(function () {
    light.showAnimation(light.rainbowAnimation, 2400)
    pause(500)
    light.showRing(
    `black black black black red red black black black black`
    )
    pause(500)
    light.showRing(
    `black black black blue red red blue black black black`
    )
    pause(500)
    light.showRing(
    `black black pink blue red red blue pink black black`
    )
    pause(500)
    light.showRing(
    `black green pink blue red red blue pink green black`
    )
    pause(500)
    light.showRing(
    `yellow green pink blue red red blue pink green yellow`
    )
    pause(500)
    light.showAnimation(light.rainbowAnimation, 2000)
})
forever(function () {
    music.setVolume(50)
    music.siren.loop()
    light.setBrightness(200)
    light.setAll(0xff00ff)
    pause(2000)
    light.setAll(0x0000ff)
    pause(2000)
    light.setAll(0x007fff)
    pause(2000)
    light.setAll(0x00ff00)
    pause(2000)
    light.setAll(0xff9da5)
    pause(2000)
    light.setAll(0xff0000)
    pause(2000)
    light.setAll(0xff8000)
    pause(2000)
    light.setAll(0x7f00ff)
})

Credits

Smart Creativity

Smart Creativity

25 projects โ€ข 35 followers
A creative student....๐Ÿง’๐Ÿง’๐Ÿง‘

Comments