Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 372 Bytes

pi-sensor-logger

This script is compatible with python3

Steps to setup:

  1. pip3 install serial
  2. plug in sensor into pi
  3. observe device name upon inserting using --> ls -l /dev/tty*
  4. edit with editor of choice loggy.py a. edit file path b. edit serial connection settings based on sensor requirements(device name, baudrate, etc)