Other Parts Discussed in Thread: MSP-EXP430F5529LP, PGA460, , PGA460-Q1, ENERGIA
Hi,
I have been successfully able to read ultrasonic measurements using the PGA460PSM-EVM and MSP-EXP430F5529LP using the software GUI and the Prowave 200GE180 200kHz ultrasonic transducer. I am now trying to transfer the register values I require into the PGA460_USSC.cpp file and run the GetDistance.ino file in Standalone Mode. This is so that I can integrate it into a full system.
Here is a screenshot of the GUI showing the successful range finding of a wall 65cm away.
I have followed the steps Akeem gave in the comments of this post to download the correct software library to run the getDistance file:
https://e2e.ti.com/support/sensors/f/1023/t/912363
I commented out the #define userInputMode line in GetDistance.ino and I made changes in the PGA460_USSC.cpp file such that the register values match those from the GUI memory map. Here is the contents of the PGA460_USSC.cpp file:
Is there any guide for using the library with just the PGA460PSM-EVM hardware?
Thanks