Lesson 1 - Intro to Robotics
Understand
What is robotics? How will it be useful in the future?
How does one do robotics?
How do you setup and use Snap4Arduino?
How do you make a basic circuit?
Apply
Discuss any previous knowledge and/or application of robotics
Build a basic circuit using the supplied kits
Use Snap4Arduino to code the basic circuit
Create
A basic circuit that has a blinking LED
You are only allowed to take the materials you need from the kit.
Do not use the battery.
Do not plug in your Arudino Board until your circuit has been checked and approved by the instructor.
Do not use LED's without a resistor.
AGAIN, No food or drink allowed.
CARS
SPACECRAFT DOCKS
VACUUMS
SELECT THE CORRECT OPERATING SYSTEM OF YOUR COMPUTER
1 x 220 Ohm Resistor
1 x LED
2 x Wires
1 x Breadboard
THESE ARE THE PARTS YOU NEED
Open up the StandardFirmata Sketch
File --> Examples --> Fimata --> Standard Fimata
NOW CAREFULLY PLUG THE ARDUINO INTO THE COMPUTER.
Select the Correct Port in
Tools -> Port -> Com4 ( Number might vary)
Port --> COM4
(Arduino/Geniuno Uno)
Select the UPLOAD button under Edit
NEXT
Ensure no errors down here
UPLOADING
NOW WE ARE GOING TO CLOSE THE IDE.
Navigate to the Arduino tab
Select Connect Arduino, and select the same COM port as you did in the IDE
DID YOU GET THE MESSAGE?
When flag is clicked
Forever
Turn digital pin that LED is connected to ON
Wait 0.2 sec
Turn digital pin that Led is connected to Low
ENTER THIS CODE WITH THE BLOCKS