Get started with your Code Rocket

1) Unbox and Plug in your Board

Watch this video to get started.

 
 
 

2) Upload a test Program to your Code Rocket

Hit the ‘Upload Your Code’ button in the green bar below to upload.

When the code has uploaded successfully, you’ll see a big “Success!” message and hear a rising tone on your Code Rocket and all of the lights will come on. Don’t worry about understanding the code right now, that’s what the projects are for. Watch the next video to tour the online code editor.

void setup(){ for(int i=3;i<11;i++){ pinMode(i,OUTPUT); digitalWrite(i,HIGH); tone(2,i*100); delay(80); } noTone(2); } 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.