Part Number: TDC1000-TDC7200EVM
Hi Team,
Scene: Gas Meter Application
Installation: Transducer (200Khz)
Calculation: Get the transmission and reception time via TDC7200+TDC1000. (Use the time difference method to calculate the flow rate)
Configuration:
uint8_t TDC7200_reg_local_copy[10] = {0x02, 0x44, 0x07, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0x0, 0x0 };
uint8_t TDC1000_reg_local_copy[10] = {0x25, 0x00, 0x01, 0x00, 0x00, 0xE0, 0x00, 0x00, 0x23, 0x00};
Question:
The time taken by the TDC time is not accurate. In a closed environment, the time of each measurement changes greatly. There are hundreds of ns. Customer would like to know what factors will affect this time?
Thanks.
Annie