Global Challenge Night Sensor Lesson 3.

Slides:



Advertisements
Similar presentations
Global Challenge Fitness Friend Lesson 2.
Advertisements

Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge Night Sensor Lesson 3.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Fitness Friend Lesson 2.
Global Challenge Night Sensor Lesson 3.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge Night Sensor Lesson 2.
Global Challenge Love Heart Lesson 3.
Global Challenge Fitness Friend Lesson 3.
Global Challenge Walking for Water Lesson 2.
Global Challenge Love Heart Lesson 3.
Global Challenge Night Sensor Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge Fitness Friend Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Love Heart Lesson 3.
Global Challenge Love Heart Lesson 3.
Global Challenge Walking for Water Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Fitness Friend Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Fitness Friend Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge Night Sensor Lesson 2.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge Walking for Water Leçon 2.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge Love Heart Lesson 3.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge Walking for Water Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge Night Sensor Lesson 3.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge Night Sensor Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge Night Sensor Lesson 3.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge Love Heart Lesson 3.
Global Challenge Night Sensor Lesson 3.
Global Challenge Night Sensor Lesson 3.
Global Challenge Fitness Friend Lesson 3.
Global Challenge Love Heart Lesson 3.
Global Challenge Fitness Friend Lesson 3.
Global Challenge Night Sensor Lesson 3.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge Fitness Friend Lesson 3.
Global Challenge Night Sensor Lesson 3.
Global Challenge Walking for Water Lesson 2.
Global Challenge Night Sensor Lesson 3.
Global Challenge Fitness Friend Lesson 3.
Global Challenge Walking for Water Lesson 2.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge Walking for Water Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge Night Sensor Lesson 3.
Global Challenge Love Heart Lesson 3.
Global Challenge Night Sensor Lesson 3.
Global Challenge Love Heart Lesson 3.
Global Challenge Flashing Wheels Lesson 3.
Presentation transcript:

Global Challenge Night Sensor Lesson 3

We need to: design a Night Sensor: a wearable device that will give an audio and visual reminder to a child to ‘be safe, be seen!’ at night.

visual display ‘Be safe, be seen!!’ Start Night sensor algorithms START INPUT sense darkness level IF dark then OUTPUT musical audio for 5 seconds OUTPUT visual display ‘Be safe, be seen!’ STOP ELSE, REPEAT Input sense darkness level No Is it dark? Yes Output audio music 5 seconds Output visual display ‘Be safe, be seen!!’ Stop

Learning objectives: To follow an algorithm to write a program to create a ‘Night Sensor’ To use paired programming and understand why it is helpful To test and debug code

Paired programming 2 programmers working together to code One types the code (driver) One watched the driver, checks the code, makes suggestions (navigator) work collaboratively, talking through problems Why might this be helpful? more accurate code written in shorter time can collaboratively work through problems

Sample code for basic Night Sensor

Sample code for Night Sensor with stop & start buttons & audios

Explaining your code Talk through the code to explain what each block does. Why have you used those particular blocks? What alternative ways could you have coded the Night Sensor? Why did you choose this way? What problems did you encounter and how did you overcome them?

Learning objectives: To follow an algorithm to write a program to create a ‘Night Sensor’ To use paired programming and understand why it is helpful To test and debug code