pedrominatel/t9602

0.0.1

uploaded 2 weeks ago
T9602 I2C driver for the Amphenol temperature and humidity sensor for ESP-IDF

readme

# I2C Driver Component for the T9602 Temperature and Humidity Sensor

## Features

* Get Temperature
* Get Humidity

## Get Started

To get the component, use the command `add-dependency` inside your project folder.

```bash
idf.py add-dependency "pedrominatel/t9602"
```

## Resources

[T9602 Datasheet](https://f.hubspotusercontent40.net/hubfs/9035299/Documents/AAS-920-638H-Telaire-T9602-041318-web.pdf)
[T9602 Application Guide](https://f.hubspotusercontent40.net/hubfs/9035299/Documents/AAS-916-127J-Telaire-ChipCap2-022118-web.pdf)

readme of example_t9602 example

                                        
                                        # Example for the T9602

Example to get the temperature and humidity (RH).

## Description

This example will print the temperature (in Celsius) and the RH (in %).

                                    

Links

Maintainer

  • Pedro Minatel <pminatel@gmail.com>

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "pedrominatel/t9602^0.0.1"

or download archive

Dependencies

  • ESP-IDF >=5.0
  • Examples:

    example_t9602

    more details

    To create a project from this example, run:

    idf.py create-project-from-example "pedrominatel/t9602^0.0.1:example_t9602"

    or download archive (57 bytes)

    Stats

    • Archive size
      Archive size: 7.57 KB
    • Downloaded in total
      Downloaded in total 1 time
    • Downloaded this version
      This version: 1 time

    Badge

    pedrominatel/t9602 version: 0.0.1
    |