-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Driver for DPS310 using I2C #456
Comments
+1 |
DPS310 is not easy to source (i'm in a country where sources are severely limited). you have two options:
|
@trombik happy to send you a sensor. I've found them on several other sites as well, such as Seeed & AliExpress. LMK know the best way to connect to figure out shipping details. |
@beriberikix you may contact me at https://t.me/mkrsgh for shipping details. |
I also have hardware available here and I'm open to testing code on my hardware if that helps out at all! |
Requested at UncleRus#456 Sponserd by beriberikix Implemented I2C digital interface.
@beriberikix you may try the alpha version at #463 . it does not implement background mode, yet (no convenient function to start and read in background). however, all the necessary bits are in the driver. I'll be away from keyboard on the weekend. |
fixed in #463 |
FYI I have confirmed that this is working with my sensor here. See it in action: Ribbit-Network/ribbit-network-frog-hardware#185 Thanks all! |
Device name
DPS310
Device description
DPS310 is a Precision Barometric Pressure / Altitude Sensor.
Device product page URL
https://www.infineon.com/cms/en/product/sensor/pressure-sensors/pressure-sensors-for-iot/dps310/
Datasheet URL
https://www.infineon.com/dgdl/Infineon-DPS310-DataSheet-v01_02-EN.pdf?fileId=5546d462576f34750157750826c42242
Can the device be purchased at any of the followings?
URLs to purchase the device
https://www.amazon.com/Adafruit-Precision-Barometric-Pressure-Altitude/dp/B084HLY683/ref=sr_1_1?
https://www.digikey.com/en/products/detail/seeed-technology-co-ltd/101020812/11506698
Other implementations
https://www.arduino.cc/reference/en/libraries/adafruit-dps310/
https://adafruit.github.io/Adafruit_DPS310/html/class_adafruit___d_p_s310.html
https://github.com/adafruit/Adafruit_CircuitPython_DPS310
The text was updated successfully, but these errors were encountered: