Materials
-
What is data logging?
https://youtu.be/v6_uzR_J-vg -
How does micro:bit data logging work?
https://youtu.be/4ZmZceFwyOU -
Data logging FAQ
https://support.microbit.org/support/solutions/articles/19000129031-data-logging-faq -
micro:bit Data Logging Guide
https://microbit.org/get-started/user-guide/data-logging/ -
Data Check for Understanding Question
https://docs.google.com/document/d/1x8c6fBK53ayAdcffUqbSmm2veHERRh22kN45h7Zk8CM/edit?usp=drive_link
Lesson Options
Use one of the following lessons to bring data logging to your classroom.
- Sound Logger – Make a sound level logger to monitor how loud or quiet different places around you get over time
- Traffic Survey data logger – Use your BBC micro:bit as a data-logger to survey things you see, like different kinds of traffic or wildlife, or answers to questions.
- Environment data logger – Discover the best places to grow plants by using your BBC micro:bit to study light levels and temperatures over several hours or days.
- Movement data logger – Use data logging with your BBC micro:bit V2 to gather accelerometer readings to help design a personalised fitness tracker.
- Kick Strength data logger – Use your BBC micro:bit to improve your game by collecting sports science data on the strength of kicks or racket strokes.
- Max-min temperature logger – Turn your micro:bit into a self-contained data logger that records maximum and minimum temperature readings, and stores them so it keeps the data even if the batteries run out or you disconnect the power. NOTE: This lesson is an introductory Python program lesson, but you don’t need to understand anything about Python to use it.
Use one of the following lessons to bring data logging to your classroom.
- Sound Logger – Make a sound level logger to monitor how loud or quiet different places around you get over time
- Traffic Survey data logger – Use your BBC micro:bit as a data-logger to survey things you see, like different kinds of traffic or wildlife, or answers to questions.
- Environment data logger – Discover the best places to grow plants by using your BBC micro:bit to study light levels and temperatures over several hours or days.
- Movement data logger – Use data logging with your BBC micro:bit V2 to gather accelerometer readings to help design a personalised fitness tracker.
- Kick Strength data logger – Use your BBC micro:bit to improve your game by collecting sports science data on the strength of kicks or racket strokes.
- Max-min temperature logger – Turn your micro:bit into a self-contained data logger that records maximum and minimum temperature readings, and stores them so it keeps the data even if the batteries run out or you disconnect the power. NOTE: This lesson is an introductory Python program lesson, but you don’t need to understand anything about Python to use it.
Use one of the following lessons to bring data logging to your classroom.
- Sound Logger – Make a sound level logger to monitor how loud or quiet different places around you get over time
- Traffic Survey data logger – Use your BBC micro:bit as a data-logger to survey things you see, like different kinds of traffic or wildlife, or answers to questions.
- Environment data logger – Discover the best places to grow plants by using your BBC micro:bit to study light levels and temperatures over several hours or days.
- Movement data logger – Use data logging with your BBC micro:bit V2 to gather accelerometer readings to help design a personalised fitness tracker.
- Kick Strength data logger – Use your BBC micro:bit to improve your game by collecting sports science data on the strength of kicks or racket strokes.
- Max-min temperature logger – Turn your micro:bit into a self-contained data logger that records maximum and minimum temperature readings, and stores them so it keeps the data even if the batteries run out or you disconnect the power. NOTE: This lesson is an introductory Python program lesson, but you don’t need to understand anything about Python to use it.
Tips for Running the Activity
- If possible allow students one full day to code and practice data collection, then return for a final data collection test and data analysis. The first day code and practice data collection. Review results and identify places of user error such as: starting the log too early, ending too soon, forgetting to stop the data logging, etc.
- If errors are noticed on day 1 allow time on day 2 to improve the code. Students can:
- Collect over a longer period of time by changing the time in the every block to a larger number
- Add an audible or visual alert if the measurement strength goes over/under a certain value
- If in a large open area separate students to different designated areas for controlled data collecting
- If in a small space allow groups to identify a predetermined area and amount of time for data collection
- Extension opportunities:
- 5 ways to mix sport with the BBC micro:bit
- micro:bit printable code block cards
- Take data further with Data Unit from the BBC micro:bit that contains several unplugged and plugged activities about data.
- If possible allow students one full day to code and practice data collection, then return for a final data collection test and data analysis. The first day code and practice data collection. Review results and identify places of user error such as: starting the log too early, ending too soon, forgetting to stop the data logging, etc.
- If errors are noticed on day 1 allow time on day 2 to improve the code. Students can:
- Collect over a longer period of time by changing the time in the every block to a larger number
- Add an audible or visual alert if the measurement strength goes over/under a certain value
- If in a large open area separate students to different designated areas for controlled data collecting
- If in a small space allow groups to identify a predetermined area and amount of time for data collection
- Extension opportunities:
- 5 ways to mix sport with the BBC micro:bit
- micro:bit printable code block cards
- Take data further with Data Unit from the BBC micro:bit that contains several unplugged and plugged activities about data.
- If possible allow students one full day to code and practice data collection, then return for a final data collection test and data analysis. The first day code and practice data collection. Review results and identify places of user error such as: starting the log too early, ending too soon, forgetting to stop the data logging, etc.
- If errors are noticed on day 1 allow time on day 2 to improve the code. Students can:
- Collect over a longer period of time by changing the time in the every block to a larger number
- Add an audible or visual alert if the measurement strength goes over/under a certain value
- If in a large open area separate students to different designated areas for controlled data collecting
- If in a small space allow groups to identify a predetermined area and amount of time for data collection
- Extension opportunities:
- 5 ways to mix sport with the BBC micro:bit
- micro:bit printable code block cards
- Take data further with Data Unit from the BBC micro:bit that contains several unplugged and plugged activities about data.