I am setting up a Raspberry PI 3 to work with a distance sensor and display to a UWP app. Specifically this model: https://www.tindie.com/products/upgradeindustries/hc-sr05--hy-srf05-precision-ultrasonic-sensor/.
I am looking for a way to run the distance calculation/GPIO in the background in Python, and then display the distance to a UWP app. Does anyone know if this is possible, or could point me in the right direction? Currently the UWP app I have is working, however it does seem unreliable.
Thanks!