This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/TDC1000: TDC1000 to c#

Part Number: TDC1000
Other Parts Discussed in Thread: TUSS4470

Tool/software: TI C/C++ Compiler

I am working on  a new project to use mhz transducer and reciever for distance calculation. I want to use TDC1000 and take real time distance data to c# in visual studio. Is it possible to interface TDC1000 to C#. Thanks in advance

  • Hi Dennis,

    If you are using a 1MHz transducer, you may want to consider using the TUSS4470 instead of the TDC1000 for a time of flight distance measurement. More details here: https://e2e.ti.com/support/sensors/f/1023/t/748143

    What are the specific system requirements of your application?

    • Minimum and maximum detectable distance = 
    • Transducer part number =
    • Intended drive voltage =
    • Transmission medium (air / gas / liquid / solid) =
    • Target details = 

    There is currently now example code specifically designed to interface the TDC1000 data to C#, but you can leverage the example code in the  TDC1000-C2000EVM GUI v1.2.0.83 (TIDA-00322) (Rev. B) download. The example code offers an example implementation of a serial COM terminal implementation of interfacing with the C2000 to read/write to the TDC1000 device. You could implement a C# project that uses a COM terminal.