-
I have implemented a driver for the DPS310 barometric sensor, which runs with a Pi Pico.
If anyone is interested, I can contribute this driver implementation.
-
Regarding to the Infineon datasheet for the baro sensor DPS310 the default I2C address is 0x77 .
https://www.infineon.com/dgdl/Infineon-DPS310-DataSheet-v01_02-EN.pdf?fileId=5546d462576f34750157750…
-
Consider this enhancement for the next release of the arduino-xensiv-dps3xx library.
This Ticket was taken over from the deprecated [DPS310-Pressure-Sensor](https://github.com/Infineon/DPS310-Press…
-
-
Circuit Python 8.0.5 stable release
```py
import board
import gc
import time
import ssl
import socketpool
import wifi
import adafruit_minimqtt.adafruit_minimqtt as MQTT
from adafruit_dps310.b…
-
Hi @jposada202020,
First, thanks for making the micropython driver for a DPS310 sensor.
I'm using your driver for a Lolin HP303B sensor (shield), which seems compatibly with the DPS310. I'm a so…
-
Hi, thank you for your work with this library!
I'm currently building a project based on the DPS310 and am using parts of your code to interface with the sensor.
While connecting my sensor, I noti…
-
Hey there,
I got a problem implementing my Data capturing.
void captureData() {
ret = Dps310PressureSensor.measurePressureOnce(pressure_dps310, oversampling);;
logEntry( { pressure_dps310 } …
-
## Current Behavior
- There is no constant altitude level > altitude-value fades up/down and finaly back to the value before.
- The baro counting-step is about "8" (I´m not sure if it´s an issue)
…
-
ピンのリスト
- ESP32 to MPU9250
SPI:VSPI
```
ESP32
MOSI:GPIO23
MISO:GPIO19
CLK:GPIO18
SS:GPIO5
```
```
MPU9250
MOSI:SDA
MISO:ADO
CLK:SCL
SS:NCS
```
- DPS310
SPI:VSPI
```
ESP32
MOSI:GPIO…