Create + Code Camp
Create + Code Camp
Part 1 - MakeyMakey
Create a working piano using conductive materials that trigger different sounds or piano keys when touched.
Connect the Makey Makey to your computer using the USB cable.
Attach alligator clips from the Makey Makey arrow/key inputs to conductive objects.
Connect the ground wire and hold or wear it to complete the circuit.
Open a piano website or sound program and test each key.
Redesign or decorate your piano to improve usability or creativity.
Bananas or fruit
Aluminum foil
Play-Doh
Pencils/graphite drawings
Cups of water
Cardboard
Tape
Makey Makey kit
https://www.instructables.com/Fruit-and-Vegetable-Piano/
Design and build a custom game controller that allows users to play a computer game using conductive controls.
Connect the Makey Makey to your computer with the USB cable.
Create directional buttons and action buttons using conductive materials.
Connect each button to the correct Makey Makey input using alligator clips.
Connect the ground wire so the controller completes the circuit when touched.
Test and improve your controller while playing an online game.
Cardboard
Aluminum foil
Play-Doh
Conductive tape
Markers
Popsicle sticks
Makey Makey kit
How to video: https://youtu.be/tLwbiuCdMto?si=SNfoNFBhtaY0XOdk
Pacman game: https://freepacman.org/
Create a working tilt controller that uses movement or tilting to control a game or digital interaction.
Connect the Makey Makey to your computer using the USB cable.
Build a tilt mechanism using conductive materials that touch when tilted.
Connect the conductive sections to the Makey Makey inputs using alligator clips.
Connect the ground wire so the circuit completes when the controller tilts.
Test and improve your tilt controller while using a game or interactive program.
Cardboard
Aluminum foil
Cups or containers
Pipe cleaners
Conductive tape
Marbles or metal balls
Tape
String
Makey Makey kit
Tilt Tube:
Create an interactive poster where 2 touch points of the poster triggers sounds to explain or collect information.
Examples - introduction of team members, this vs that, voting system, etc.
Design a poster with labeled touch points or interactive areas.
Add conductive materials to the interactive sections of the poster.
Connect each section to a Makey Makey input using alligator clips.
Program or connect sounds or videos to the matching keys on the computer. (scratch is easy to use)
Test your poster and improve the interaction experience.
Poster board, cardboard, or paper
Aluminum foil
Conductive tape
Drawings + Pictures
Markers
Glue or tape
Build a Dance Dance Revolution-style pad controller that triggers movement controls or sounds when stepped on.
This can be connected to a pre-made dance game via Scratch or other.
Create large floor buttons using cardboard and conductive materials.
Connect each dance pad section to a Makey Makey input using alligator clips.
Connect the ground wire so stepping on the pads completes the circuit.
Open a dance or movement-based game on the computer.
Test and redesign your dance pad for better movement and responsiveness.
Cardboard
Aluminum foil
Foam sheets
Tape
Floor mats
Markers
Makey Makey kit
https://youtu.be/Qe2loeaGGyk?si=39_QuAwl5iQCynph (with hands)
https://youtu.be/alU8y4YDNbk?si=MRTVnaMeCiDOy4jc (with feet)
Create a working tilt controller that uses movement or tilting to control a game or digital interaction.
Connect the Makey Makey to your computer using the USB cable.
Build a tilt mechanism using conductive materials that touch when tilted.
Connect the conductive sections to the Makey Makey inputs using alligator clips.
Connect the ground wire so the circuit completes when the controller tilts.
Test and improve your tilt controller while using a game or interactive program.
Cardboard
Aluminum foil
Cups or containers
Pipe cleaners
Conductive tape
Marbles or metal balls
Tape
String
Makey Makey kit
How to video: https://youtu.be/pMkhmpxhHIo?si=jEoUgRxqNtWOuJUF
Pacman game: https://freepacman.org/
Create an operation-style game where players must remove objects carefully without triggering a buzzer or sound.
Must have at least 3 objects and areas to pull from.
Draw or build a game board with openings for removable objects.
Add conductive materials around the edges of the openings.
Connect the conductive edges and the "tweezers" to the Makey Makey.
Program a sound or buzzer to activate when the circuit is completed.
Test and improve your game to make it more challenging or creative.
Cardboard
Aluminum foil
Pipe cleaners, skewers, or metal tweezers
Conductive tape
Markers
Small objects/toys
How to presentation: https://canva.link/xq8d848mfd5ujvj
How to video: https://youtu.be/hb2vCCRCmSI?si=SrqUCgCS5u9-VWwo
Check out the various projects by using the links or googling
Part 2 - Micro:Bit
Get started with your microcontroller!
Pushing buttons
Lights and visuals
Sounds
Difficulty Level: 1 out of 5 - easy code
Code here: https://makecode.microbit.org/
STEPS
Pushing Buttons
When A is pressed, have an icon display
When B is pressed, have a different icon display
Shake
Create your own icon to display when you SHAKE the microbit
Create your own STRING for when the microbit is tilted to the right and/or left
Create a MELODY to play if the microbit
Sounds
Create a MELODY to play if the microbit SHAKES
Create a scrolling name badge that displays your name or a custom message on the micro LED screen.
Open the Microsoft MakeCode editor for micro on your computer.
Drag a “show string” block into the “on start” section of your code.
Type your name or message into the text block.
Connect the micro and download your code to the device.
Test and customize your badge by changing the message or adding icons and effects.
GOAL
Create alternating flashing LED lights
Difficulty Level: 1 out of 5 - easy to set up, easy code
Code here: https://makecode.microbit.org/
STEPS
Starter Kit - booklet
Page 1 + 2 or this video
GOAL
Create a trimpot - basically have a dial that correlates with the LED screen to show how much current is flowing through
Difficulty Level: 1 out of 5 - easy to set up, easy code
Code here: https://makecode.microbit.org/
STEPS
Starter Kit - booklet
Page 5 + 6
Create a digital Magic 8 Ball that displays random answers when the micro is shaken.
Things to add:
Icons
Music
Other phrases
Other options such as: "maybe", "ask again later", etc.
Open the Microsoft MakeCode editor for micro on your computer.
Add a “on shake” input block to your project.
Use a “pick random” block to choose between different responses or icons.
Connect the micro and download your code to the device.
Test and improve your Magic 8 Ball by adding more answers, sounds, or animations.
micro
USB cable
Computer or laptop
Battery pack
Small box or container for decoration
Paper and markers
Tape or stickers
Create a Rock Paper Scissors game that randomly displays rock, paper, or scissors when the micro is shaken.
Open the Microsoft MakeCode editor for micro on your computer.
Add an “on shake” block so the game activates when the micro is shaken.
Create a variable and use a “pick random” block to randomly choose between 1–3.
Use “if/else” logic blocks to display rock, paper, or scissors icons based on the random number.
Connect the micro, download your code, and test the game with a partner.
micro
USB cable
Computer or laptop
Battery pack
Wrist strap or lanyard
Stickers or markers for decoration
Keep cool this summer with a Micro:bit fan!
Difficulty Level: 3 out of 5 - difficult to set up, easy code
Code here: https://makecode.microbit.org/
STEPS
Starter Kit - booklet
Page 19 + 20 or this video
Create a digital pet that reacts to button presses, movement, or time by displaying emotions, animations, or messages.
Open the https://makecode.microbit.org/ for micro on your computer.
Create animations or images that represent your pet’s emotions or actions.
Add a button or shake inputs that allow users to interact with the pet.
Use variables or timers to change the pet’s behavior over time.
Connect the micro, download your code, and test your digital pet interactions.
micro
USB cable
Computer or laptop
Battery pack
Paper for pet designs or accessories
Markers or stickers
Goal
Build the Smart Cutbot!
Difficulty Level: 3 out of 5 - Depends on the project, but most are very simple and beginner friendly
Code here: https://makecode.microbit.org/
Activities
Smart Cutebot Kit
*Activities in the booklet*
Dance like a bee! 50 pts
Automatic lamp 75 pts
Turn signals 75 pts
Automatic collision avoidance 150 pts
Line-tracking 150 pts
This VIDEO has projects for the Cutebot
Goal
Build using the starter kit/breadboard kit!
Difficulty Level: 3 out of 5 - Depends on the project, but most are very simple and beginner-friendly
Code here: https://makecode.microbit.org/
Activities
Smart Cutebot Kit
*Activities in the booklet*
Button 50 pts
Photocell 50 pts
RGB LED 75 pts
Self-lock Switch 75 pts
Temperature Sensor 100 pts
Servo 75 pts
Buzzer 100 pts
Motor 125 pts
Rainbow LED 75 pts
Goal
Use the mircobit to accomplish Smart Health Kit activities
Difficulty Level: 3 out of 5 - Depends on the project, but most are very simple and beginner friendly
Code here: https://makecode.microbit.org/
Activities
Smart Health Kit
*Activities in the booklet*
Touch-free Hands Washing Device 50 pts
UV Light Detection Device 50 pts
Temperature Controlled Fan 100 pts
Indoor Flower Watering Device 100 pts