Course curriculum
Learners must complete 8-weeks of Electronics basics before enrolling in this course.
-
1
Chapter 13: Beep a buzzer from RaspberryPi Pico
-
13.1 Circuit for active buzzer
-
13.2 Python code to beep a buzzer from Pico
-
13.3 Beep your buzzer in a loop!
-
13.4 Beep your buzzer in different patterns!
-
13.5 Submit your code to beep the buzzer in a pattern
-
-
2
Chapter 14 : Add an LED to your buzzer circuit with Pico
-
14.1 Buzzer and LED circuit on Pico
-
14.2 Code for Buzzer -LED circuit on Pico
-
14.3 Assignment : Change the sequence such that buzzer and LED beep together
-
14.4 Assignment : Can you beep and light your LED in another pattern now? (Only by changing the code logic.)
-
14.5 Assignment : Can you add another LED to this circuit
-
-
3
15. Traffic light sequence challenge
-
Challenge- turn your Pico circuit to a traffic light sequence
-
-
4
16: Slide switch circuit
-
16.1 slide switch- parallel LEDS
-
16.2 Slide switch activity- 4 LEDS in parallel
-
-
5
Answer key for 16.2
-
answer key for circuit with 4 LEDs and two slide switches
-
-
6
Chapter 17 Python: How to get user inputs from the keyboard!
-
17.1 Python : Introduction to Input function
-
17.2 Input function example code
-
17.3 Activity: Write a code to get user input
-
17.4 Reaction Game with Input function
-
17.5 Code a boredom buster!
-
-
7
Chapter 18: While loop
-
while-loop-part1
-
while-loop-example2
-
while-true-loop
-
Code to verify a user's password
-
While loop -Get user to enter the toppings on icecream
-
-
8
Answer for the while loop- code for toppings on icecream
-
Code for while loop assignment
-
-
9
Chapter 19: Infra red Sensor
-
IR sensor test
-
-
10
Chapter 20: Build a cookie saver alarm or an intruder alarm
-
20.1 Intruder alarm with IR sensor: Build your circuit
-
20.2 Intruder alarm code
-
20.3 Challenge: Can you add an LED to your intruder alarm?
-