BucknellSustainability / Flower

Show case of sustainability efforts at Bucknell
MIT License
3 stars 2 forks source link

Corrupted sensor data #400

Open DTV96Calibre opened 6 years ago

DTV96Calibre commented 6 years ago

Rarily, corrupted sensors show up in the database. This seems to be an issue with the JSON sent over serial from Arduino to Pi being corrupted (probably from noise).

The Packet library doesn't use a parity bit for the serial connection it opens. Change this so that it uses a parity bit Arduino Reference