Get started with your Code Piano Jumbo

1) Unbox and Plug in your Board


2) Upload a test Program to your Code Piano JUMBO

The code in the editor below is ready to run! Click “Upload Your Code” and when the code has uploaded successfully, you’ll hear a rising tone on your Code Piano Jumbo. Don’t worry about understanding the code right now, that’s what the projects are for. Learn more about the code editor in the video below.

void setup(){ pinMode(10,OUTPUT); for(int i=50;i<1000;i++){ tone(10,i); delay(2); } noTone(10); } void loop(){}
 

3) Take a video tour of the Code editor!



4) Take a video tour of the project pages


 

Subscribe to Launchpad emails

Get resources and tips over the next couple of weeks as you get started with your kit!

Which coding kit(s) do you have?*
 



Upload not working? Click Here.