Home

Awesome

Sensirion Raspberry Pi UART SEN44 Driver

This document explains how to set up the SEN44 sensor module to run on a Raspberry Pi using the provided code.

<center><img src="images/SEN4x.png" width="500px"></center>

Setup Guide

Connecting the Sensor

Plug the provided USB cable into your Raspberry Pi.

If you don't have a suitable cable at hand, please find the SEN44 pinout listed below:

<center><img src="images/SEN44_pinout.png" width="300px"></center>
PinNameDescriptionComments
1VDDSupply Voltage5V ±10%
2GNDGround
3RXUART: Receiving pin for communicationTTL 5V and LVTTL 3.3V compatible
SDAI2C: Serial data input / outputTTL 5V and LVTTL 3.3V compatible
4TXUART: Transmission pin for communicationTTL 5V and LVTTL 3.3V compatible
SCLI2C: Serial clock inputTTL 5V and LVTTL 3.3V compatible
5SELInterface selectLeave floating or pull to VDD to select UART
Pull to GND to select I2C
6NCDo not connect

Raspberry Pi