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.

TDC1000 / TDC7200 connection questions

Other Parts Discussed in Thread: TDC1000, TDC7200

Just to preface: I'm quite a noob at EE and built only a couple of boards for the arduino but somehow I'd like to try to build a board using the TDC1000 and TDC7200 with a couple of piezos  from here to measure the water flow through the main pipe that gets to my house. I thought about buying the eval board but I'm on mac os X and although I have a machine with some old version of windows running though parallel, it's just too much of pain to configure anything on parallel (probably due to the fact it's 4 years old running windows 7)

Now, on to my question: I was thinking following the recommended schematic here (figure 62 p52) but I'm not sure I understand what the clockIN pin on the TDC1000 is for. Does the TDC1000 need a RTC such as the DS1307 and connect the square-wave output from the DS1307 to the TDC1000 and TDC7200 CLKIN?

Looking at the schematic from the devboard ( from here) I was thinking putting a cap between the PGAIN and LNAOUT pins but was not thinking connecting the COMPIN and PGAOUT since it seems those are used to hook scope - Am I correct in my assumptions?

For the rest of the connection I suppose the SPI is as usual (SDO to arduino MISO, SDI to MOSI, SCLK to SCK - CSB I suppose can be connected to any analog pins on my moteino and used for slave select for SPI communication? 

I will have a look at the code you have for the eval board to see how to configure the TDC1000 and the 7200 but does this look like something a beginner could try out? any info/advice you can share would be greatly appreciated.

thanks in advance!

X

  • Please take a look at this page

    www.ti.com/.../technicaldocuments

    There are number of technical documents that gives you TDC1000 and ultrasonic background. You can also take a look at this webinar

    e2e.ti.com/.../504584

    Also, please review the TDC1000-TDC7200EVM schematic and user guide. TDC1000 requires an external clock input for operation. For TDC7200, this clock input should be between 1MHz-16MHz.

    Thanks,
    Vishy
  • thanks Vishy. I'll try to use the Si5351A Clock Generator - I did watch the webinar and already went through the docs you've mentioned. I downloaded the sample code as well and trying to see the init code in the sample code and how to port it to arduino.

    I just ordered a couple TDC1000 and TDC7200, got the eagle parts as well for each of them so I'll give it a try. If you have any other information or if others have attempted this just send me a note :-)

    thanks!

    X