Skip to content

Commit 316a8f5

Browse files
committed
[dps310] Document DPS368 as fully supported drop-in replacement
The Infineon DPS368 is a drop-in successor to the discontinued DPS310 with identical register maps, I2C addresses, and calibration. Update the docs to clearly state DPS368 compatibility.
1 parent 69d315e commit 316a8f5

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

src/content/docs/components/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Sensors are organized into categories; if a given sensor fits into more than one
381381
["Dallas DS18B20", "/components/sensor/dallas_temp/", "dallas.jpg", "Temperature"],
382382
["DHT", "/components/sensor/dht/", "dht.jpg", "Temperature & Humidity"],
383383
["DHT12", "/components/sensor/dht12/", "dht12.jpg", "Temperature & Humidity"],
384-
["DPS310", "/components/sensor/dps310/", "dps310.jpg", "Temperature & Pressure"],
384+
["DPS310/DPS368", "/components/sensor/dps310/", "dps310.jpg", "Temperature & Pressure"],
385385
["EMC2101", "/components/emc2101/", "emc2101.jpg", "Temperature"],
386386
["ENS160", "/components/sensor/ens160/", "ens160.jpg", "CO2 & Air Quality"],
387387
["ENS210", "/components/sensor/ens210/", "ens210.jpg", "Temperature & Humidity"],

src/content/docs/components/sensor/dps310.mdx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Instructions for setting up DPS310 atmospheric pressure sensors"
3-
title: "DPS310 Atmospheric Pressure Sensor"
2+
description: "Instructions for setting up DPS310/DPS368 atmospheric pressure sensors"
3+
title: "DPS310/DPS368 Atmospheric Pressure Sensor"
44
---
55

66
import { Image } from 'astro:assets';
@@ -9,8 +9,14 @@ import dps310FullImg from './images/dps310-full.jpg';
99
import APIRef from '@components/APIRef.astro';
1010

1111
The `dps310` sensor platform allows you to use both the temperature and pressure sensors on
12-
your DPS310 atmospheric pressure sensor ([Adafruit](https://www.adafruit.com/product/4494))
13-
with ESPHome. The [I²C](/components/i2c) component is required to be set up in your configuration.
12+
your DPS310 or DPS368 atmospheric pressure sensor
13+
([Adafruit](https://www.adafruit.com/product/4494)) with ESPHome.
14+
The [I²C](/components/i2c) component is required to be set up in your configuration.
15+
16+
**Note:** The Infineon DPS368 is a drop-in replacement for the discontinued DPS310 and is fully
17+
supported by this component. The two sensors share identical register maps, I²C addresses, and
18+
calibration procedures — no configuration changes are needed. If you are designing a new project,
19+
Infineon recommends the DPS368.
1420

1521
<Figure
1622
src={dps310FullImg}

0 commit comments

Comments
 (0)