CamJam-EduKit / EduKit2

CamJam EduKit 2 - Sensors
MIT License
42 stars 27 forks source link

Missing some information #4

Closed Georgielaa closed 6 years ago

Georgielaa commented 6 years ago

CamJam EduKit 2 - Sensors Worksheet 3 (GPIO Zero) - Temperature.pdf

In the project description you reference that we will have to use the rpi.gpio library for this because gpiozero has no support for the one wire interface, with no more reference to it in the project. When you try to run the code you end up with this error:-

Traceback (most recent call last): File "/home/pi/python_scripts/CamJam Edukit 2/3-temperature.py", line 6, in from w1thermsensor import W1ThermSensor ImportError: No module named 'w1thermsensor'

I noticed that the rpi.gpio worksheet 3 has four pages instead of the three this version has, so maybe missed a page!?

GeekyTim commented 6 years ago

The instructions for installing the additional library are in Worksheet 1. I will be updating the worksheets to make it clearer.