Infineon / arduino-xensiv-dps3xx

Infineon's XENSIV™ Digital Pressure Sensor Arduino Library for all DPS3xx barometric pressure sensors
https://www.infineon.com/cms/en/product/sensor/pressure-sensors/pressure-sensors-for-iot/
Other
1 stars 2 forks source link

example for IRQ-driven pressure reads withoug FIFO? #9

Closed mhaberler closed 2 months ago

mhaberler commented 3 months ago

I can make the Interrupt example to work on an ESP32 just fine (the stock example in this repo has issues with doing I2C I/O from the interrupt handler)

gist of my code

however my application needs very precise timestamps on each samples

Therefore I want interrupts on every pressure-ready event - is that possible?

with the current driver, it seems impossible to achieve that - either FIFO-full interrupts, or none at all

grateful for suggestions,

Michael

mhaberler commented 3 months ago

meanwhile I found the solution - will post an example soon

mhaberler commented 3 months ago

here it is: https://github.com/mhaberler/dps368-arduino-esp32-irq

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for more than 6 weeks with no activity. Please comment to this issue if it's still relevant.

github-actions[bot] commented 2 months ago

This issue was closed because it has been stalled for 1 week with no activity.