Skip to content

Commit d9dedb0

Browse files
authored
[dps310] Document DPS368 as fully supported drop-in replacement (#6209)
Co-authored-by: Brandon Harvey <bharvey88@users.noreply.github.com>
1 parent 69d315e commit d9dedb0

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-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: 11 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,15 @@ 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]
17+
> The Infineon DPS368 is a drop-in replacement for the discontinued DPS310 and is fully
18+
> supported by this component. The two sensors share identical register maps, I²C addresses, and
19+
> calibration procedures - no configuration changes are needed. If you are designing a new project,
20+
> Infineon recommends the DPS368.
1421
1522
<Figure
1623
src={dps310FullImg}

0 commit comments

Comments
 (0)