Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'update-images-in-readme' into 'master'
Browse files Browse the repository at this point in the history
Adjust README and add images

See merge request MSO-SW/drivers/embedded/embedded-uart-sen44!3
  • Loading branch information
MBjoern committed Mar 8, 2021
2 parents 91ea18c + b579409 commit 61cb72e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,28 @@ This is a generic embedded driver for the Sensirion SEN44 sensor module. It enab
developers to communicate with the SEN44 sensor module on different hardware platforms
by only adapting the UART communication related source files.

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

# Getting started

## Connecting the Sensor

Your sensor has the four different connectors: VCC, GND, SDA, SCL, SEL (the sixth connector will not be used for now).

<center><img src="images/SEN44_pinout.png" width="300px"></center>

| *Pin* | *Name* | *Description* | *Comments* |
|-------|--------|---------------|------------|
| 1 | VDD | Supply Voltage | 5V ±10%
| 2 | GND | Ground |
| 3 | RX | UART: Receiving pin for communication | TTL 5V and LVTTL 3.3V compatible
| | SDA | I2C: Serial data input / output | TTL 5V and LVTTL 3.3V compatible
| 4 | TX | UART: Transmission pin for communication | TTL 5V and LVTTL 3.3V compatible
| | SCL | I2C: Serial clock input | TTL 5V and LVTTL 3.3V compatible
| 5 | SEL | Interface select | Leave floating or pull to VDD to select UART
| | | | Pull to GND to select I2C
| 6 | NC | Do not connect |

## Implement the UART Interface

So we need to adjust two files according to your platform.
Expand Down
Binary file added images/SEN44_pinout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/SEN4x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 61cb72e

Please sign in to comment.