python code for processing dylos1100-pro output.
presumes owning a dylos1100-pro, linux, python3, bash, as well as a serial-usb cable
- connect the cord to your machine, hopefully it autodetects it.
- `pip install pyserial` for reading the port
- adjust dylos.sh to write to your own data store. Or, hey, ping me if you want to experiment with my data ingest system.
- run dylos.sh, watch the data flow.
configure the serial line at 9600,8n1
The format is `>pm05, >pm25<cr><lf>` every minute. Not complicated.
dylos.py reads the serial and outputs it as json.
license: AGPL3.
This ain’t commercial work.