Header banner
Revain logoHome Page
Girish Underwood photo
1 Level
1279 Review
50 Karma

Review on 🌑️ Adafruit Precision Barometric Pressure Altitude: Accurate Altitude Tracking & Weather Monitoring Device by Girish Underwood

Revainrating 5 out of 5

Perfect little sensor, high accuracy

I really like this little sensor, it's quite small and very easy to connect to many compatible boards via Stemma QT/Qwiic (I connected it to FeatherS2 Neo). I'm using it with CircuitPython, using the Adafruit library (search for Adafruit_CircuitPython_DPS310). Nothing could be simpler: sensor = DPS310(i2c)print("Temperature = %.2f *C" % sensor.temperature)print("Pressure = %.2f hPa" % sensor.pressure) Temperature accuracy is Β±0.5Β°C, which is really good for my use case.

Pros
  • Probes and pressure sensors
Cons
  • Crumpled packaging