espressif/touch_proximity_sensor

uploaded 3 weeks ago
Touch proximity sensor component for ESP32-S3 (Experimental)

readme

[![Component Registry](https://components.espressif.com/components/espressif/touch_proximity_sensor/badge.svg)](https://components.espressif.com/components/espressif/touch_proximity_sensor)

| Supported Targets | ESP32-S3 |
| ----------------- | -------- |

# Component: touch_proximity_sensor
This component includes a set of easy-to-use APIs for creating, starting, stopping, and deleting touch proximity sensors. With these APIs, developers can easily implement proximity detection functionality, suitable for various contactless sensing scenarios.

> Note:
1. ESP32/ESP32-S2/ESP32-S3 touch-related components are intended for testing or demo purposes only. Due to the poor anti-interference capability of the touch functionality, it may not pass EMS testing, and therefore, it is not recommended for mass production products.
2. This component is currently only applicable to the ESP32S3 and requires an IDF version greater than or equal to v5.0.

### Add component to your project

Please use the component manager command `add-dependency` to add the `touch_proximity_sensor` to your project's dependency, during the `CMake` step the component will be downloaded automatically

```
idf.py add-dependency "espressif/touch_proximity_sensor=*"
```

Links

Target

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/touch_proximity_sensor^0.1.2"

or download archive

Stats

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

Badge

espressif/touch_proximity_sensor version: 0.1.2
|