Other Parts Discussed in Thread: PGA460, ENERGIA, PGA460-Q1, MSP-EXP430F5529LP, MSP430F5529
Hello,
I'm currently evaluating the PGA460 interfaced with an Arduino, of which I got the communication working by porting https://github.com/PX4/Firmware/tree/master/src/drivers/distance_sensor/pga460.
However the way the registers with the thresholds are set up it's extremely inconvenient to manually tune the values needed for my purpose, especially since the default values in the Energia library(I copied the Murata MA58MF14-7N values to the library port) don't work as a reference point(the distance is usually the max range). I've tried the simulate option in the GUI to generate the values for me but I can't seem to export the values where the delta time and threshold register(Px_THR_0-15) values are done for me. Is it even possible?
I also don't understand how the other values like (fixed) TVG come into play. There's also mentions of digital/analog gain but it's not clear how these should be tuned.