jackDominic Lincourt
Published

FDDR Mat

Dance dance revolution style controller that can be used with your hands.

IntermediateShowcase (no instructions)155
FDDR Mat

Things used in this project

Hardware components

Circuit Playground Express
Adafruit Circuit Playground Express
×1
Alligator Clips
Alligator Clips
×1
Aluminum foil
×1
Amazon Envelope
×1
Anycubic i3 Mega 3D printer
Anycubic i3 Mega 3D printer
×1

Software apps and online services

MakeCode
Microsoft MakeCode

Story

Read more

Schematics

FDDR Mat Schematics

Code

circuitplayground-Strange-Controller.uf2

JavaScript
input.touchA3.onEvent(ButtonEvent.Down, function () {
keyboard.functionKey(KeyboardFunctionKey.UpArrow, KeyboardKeyEvent.Press)
light.clear()
light.showRing(
`green blue red black black black black red blue green`
)
})
input.touchA5.onEvent(ButtonEvent.Down, function () {
keyboard.functionKey(KeyboardFunctionKey.LeftArrow, KeyboardKeyEvent.Press)
light.clear()
light.showRing(
`red blue green blue red black black black black black`
)
})
input.touchA1.onEvent(ButtonEvent.Down, function () {
keyboard.functionKey(KeyboardFunctionKey.RightArrow, KeyboardKeyEvent.Press)
light.clear()
light.showRing(
`black black black black black red blue green blue red`
)
})
input.touchA7.onEvent(ButtonEvent.Down, function () {
keyboard.functionKey(KeyboardFunctionKey.DownArrow, KeyboardKeyEvent.Press)
light.clear()
light.showRing(
`black black red blue green green blue red black black`
)
})
No preview (download only).

Credits

jack
4 projects • 0 followers
Contact
Dominic Lincourt
4 projects • 0 followers
Contact

Comments

Please log in or sign up to comment.