PA Designer Learn 3: Data Analysis
This is the second challenge within the Robotics with GoPiGo and Python Curriculum.
Your task is to program your robot to alert a person with a hearing impairment to visiting house guests.
Learn how to use the Loudness Sensor alongside Jupyter Notebooks.
4. Troubleshooting
If you get an error stating :
NameError: name ‘moving_average’ is not defined
this is telling you that you haven’t yet run the cell where the moving_average function is defined. To fix this error, select the moving_average cell and click on Run Selected Cell before retrying.
The same principle applies for the plot_values function.