Hi everyone,
in my project i have to use a TDC1000-TDC7200EVM board in order to evaluate the distance between two piezo transducers (one is the transmitter and the other is the receiver), but i need to realize a portable device so i can't use the PC to print the distance with the GUI.
I know that i can load the firmware on the MCU with the GUI (which is simple and effective to use) so the board will work but i have to send the data to Arduino and print the TOF value on a LCD.
Can i directly communicate between the two microcontrollers? I know that GPIO4 and GPIO3 on the board cuold be used for the SPI communication, can i just connect these pins to the RX/TX pins of the Arduino and use the SPI library?
Thank you!
Luigi Truppa
