We are looking to interface an ultrasonic rangefinder with the Bela/PD for some projects in a class we are running and I've hit a few roadblocks. The sensor we are using is:
https://www.sparkfun.com/products/13959
It relies on microsecond timing of pulses in order to do the range-finding and while I know the Bela is capable of this PD does not appear to be. What we'd like to do, if possible, is create a program that will run in C++ and read the sensor data. Then it would pass values into the PD program that would be running the synthesis side of things. Not sure if this is possible or not. The alternative would be to just use an Arduino to read the sensor and pass values into the analog input of the Bela. Apologies if others have looked into similar topics, I couldn't turn anything up in a search.