8GioManX
Published

Protest Object

Police brutality is seen more now than ever with smartphone. With my setup, I am protesting about violence against people being unjustified

BeginnerShowcase (no instructions)36
Protest Object

Things used in this project

Hardware components

Circuit Playground Express
Adafruit Circuit Playground Express
×1
Rechargeable Battery, Lithium Ion
Rechargeable Battery, Lithium Ion
×1

Software apps and online services

Arduino IDE
Arduino IDE

Story

Read more

Schematics

Floor covered in blood

View from outside

Working on making the bars

Inside view of it being made

Code

Code

JavaScript
input.onGesture(Gesture.FaceUp, function () {
    light.setAll(0x00ff00)
    music.stopAllSounds()
})
input.onGesture(Gesture.TiltUp, function () {
    light.setAll(0x00ff00)
})
input.onLightConditionChanged(LightCondition.Bright, function () {
    light.showAnimation(light.theaterChaseAnimation, 500)
    music.siren.play()
    music.setVolume(255)
})
input.onGesture(Gesture.Shake, function () {
    light.setAll(0xff0000)
    music.siren.play()
    music.setVolume(255)
})
forever(function () {
	
})

Credits

8GioManX
4 projects • 0 followers
Contact

Comments

Please log in or sign up to comment.