Course curriculum
-
1
Chapter1 : Introduction to Data Types
-
introduction to data type
-
-
2
Chapter 2 Python: Input Function - convert data to Int
-
Example 1: Convert input value to Integer
-
Example 2
-
Example 3
-
Can you complete the calculator code and upload it here?
-
-
3
Chapter 3 : Introduction to Potentiometers
-
Introduction to Potentiometer
-
-
4
Chapter 4: Color mixer with an RGB LED
-
4.1 A color mixer with RGB LED
-
4.2 Experiment with your color mixer
-
-
5
Chapter 5: Add more colors to your color mixer with potentiometers
-
5.1 Let's add potentiometers to your color mixer
-
How do you make white light from your color mixer?
-
-
6
Chapter 6 : Tilt switch
-
6.1 What's a tilt switch??
-
6.2 Tilt switch circuit with Pico
-
Logging into Thonny
-
6.3Tilt Switch-Micropython code
-
6.4 What happens when you save your code as main.py on your Pico
-
6.5 Use it as a posture detector gadget for your parent :-)
-
-
7
Level-4 Review
-
Can you save another of your previous Pico project as Main.py and see what happens?
-
Python practice : Code to ask the user to enter dimensions of a field and check if it's a square or a rectangle field
-