Overview
In this section, you will complete your next activity by working through a template notebook. This notebook lets you practice the ultrasonic sensor methods.
You can find the file ultrasonic_sensor_activity.ipynb inside the units/4.ultrasonic_sensor folder.
Using the Template
The activity notebook provides a structured template with challenges designed to help you apply what you’ve learned. You will fill in missing pieces of code, review key concepts, and write a simple program to gather data from the ultrasonic sensor.
Hints and reminders are included throughout the notebook, and you may revisit the example files or previous lessons at any time.
Remember — if your notebook behaves strangely or gets stuck, you can always restart the kernel.
What’s Next?
Once you’ve practiced using the ultrasonic sensor, continue to the next section about conditionals and functions, where you’ll learn how to use those concepts in Python!