wsular / urbanova-aqnet-rpi-node-school

This repository contains code and notes related to the sensor packages developed for WSU Urbanova Air Quality Network (aqnet). This particular repository is for sensors that are used as part of the Ramboll project at schools in the Spokane School District.
0 stars 1 forks source link

Add Try/Except to catch data formatting errors #2

Closed vonw closed 5 years ago

vonw commented 5 years ago

Traceback (more recent call last): File "/home/pi/SpokaneSchools/software/both_sensors_rpi.py", line 74, in frame = struct.unpack(">HHHHHHHHHHHHHH", bytes(buffer[4:])) struct.error: unpack requires a bytes object of length 28