Download presentation
Presentation is loading. Please wait.
Published bySusan Brown Modified over 6 years ago
2
Learning Outcomes List all Edison’s Sensors and actions
Control the blinking of the two LEDs Program Edison to generate sound Program Edison to move in any direction
4
Activity 1 – Page 35
5
Clap Controlled Driving
Activity 2 – Page 36 Clap Controlled Driving
6
Programming Software Program : set of instructions to teach the robot to understand its input, control its output. Edison Robot can be programmed using : - visual programming - text-based interface
8
EdPy (Edison and Python)
It’s a high level language was first released in 1991.
10
What are LEDs? LED stands for Light Emitting Diode.
How many LEDs does Edison Have? Book Activity P- 40
11
Self learning – P41
12
Self learning – P42 Ed.LeftLed(Ed.ON) # Turn left LED ON
Ed.RightLed(Ed.OFF) # Turn right LED OFF Ed.TimeWait(4, Ed.TIME_SECONDS) # Wait for 4 seconds
13
Step – by – Step program your Edison to beep three times
Beep As you want Step – by – Step program your Edison to beep three times Book P-45
14
Self learning – P47 Ed.PlayBeep() # Beep
Ed.TimeWait(2, Ed.TIME_SECONDS) # Wait for 2 seconds Ed.TimeWait(1, Ed.TIME_SECONDS) # Wait for 1 seconds
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.