Search found 2 matches

by column
Monday 20 May 2019 12:32
Forum: DIY Hardware and Protocols
Topic: Air quality sensor Sensair S8
Replies: 2
Views: 1913

Re: Air quality sensor Sensair S8

Thank you!

Now I have Air Quality device. But how to get to Task Settings in order to set GPIO?


Image
by column
Saturday 18 May 2019 13:05
Forum: DIY Hardware and Protocols
Topic: Air quality sensor Sensair S8
Replies: 2
Views: 1913

Air quality sensor Sensair S8

Hello,

I have connected Sensair S8 sensor to my Raspberry Pi on /dev/serial0 and have run test Python script:
#rpi serial connections
#Python app to run a S8 Sensor
import serial
import time
#RPi pin connections:
#pin 6 GND
#pin 4 5v
#pin 8 TXD: UART data to S8
#pin 10 RXD: UART data from S8
ser ...