Ribbit-Network / ribbit-network-frog-hardware

The sensor for the world's largest crowdsourced network of open-source, low-cost, GHG Gas Detection Sensors.
https://www.ribbitnetwork.org/
MIT License
95 stars 26 forks source link

ESP32: Integrate Barometric Pressure Sensor Library #173

Closed keenanjohnson closed 1 year ago

keenanjohnson commented 1 year ago

As part of the effort to create an EPS32 based Golioth Frog Sensor https://github.com/Ribbit-Network/ribbit-network-frog-sensor/issues/126 , we need to find and integrate drivers for the Frog Sensors into the ESP-IDF framework stared in this branch: (https://github.com/Ribbit-Network/ribbit-network-frog-sensor/tree/esp32_golioth)

DPS310 Precision Barometric Pressure / Altitude Sensor - https://www.adafruit.com/product/4494

https://github.com/UncleRus/esp-idf-lib/issues/456 has been filed to add support for the DPS310 to the esp-idf-lib.

keenanjohnson commented 1 year ago

@akhilgupta1093 if you could take the lead on this as well, that would be great :)