This activity introduces the Arduino Integrated Development Environment (IDE) and the first text based programming language that the girls will work with. They will connect the LilyPad ProtoSnap Plus board to the laptops, set it up in the Arduino IDE, and load an example program onto the board. They will then complete a series of challenges to learn what the board is capable of so they can design their final project.
By completing this activity girls will
//this is a comment line-but good for only one line
/* if you have more than one line of comment text you'll need to put it all between these symbols */
int led = 13;
digitalWrite(led, HIGH);
Per group:
Interim CSTA K-12 Computer Science Standards: 1B-A-2-1, 1B-A-5-3, 1-B-A-5-5, 1B-A-6-8, , 2-A-7-3, 2-A-6-10
Next Generation Science Standards: 3-5-ETS1-1, 3-5-ETS1-2
Common Core Standards for Mathematics: 6.EE.6
Common Core Standards for English Language Arts: W.5.2d, W.5.6, SL.5.1, L.5.6, SL.6.1, SL.6.6, RST.6.3, RST.6.4