I am working with tuss4470 and the sensor B59070Z0285D121. the sensor is mounted on top of the 3mm iron sheet to detect the level of the container. we got the strange output from the VOUT pin without the echo but the same sensor was mounted on plastic we got the echo and the correct level but our application demand an iron wall. we need some help to solve the issue.
1)this sensor is suitable for our application?
2)our configuration is correct for this sensor?
my configurations
TUSS4470_WriteRegister(BPF_CONFIG_1,0x24);
TUSS4470_WriteRegister(BPF_CONFIG_2,0x00);
TUSS4470_WriteRegister(DEV_CTRL_1,0xB3);
TUSS4470_WriteRegister(DEV_CTRL_2,0x02);
TUSS4470_WriteRegister(DEV_CTRL_3,0x00);
TUSS4470_WriteRegister(VDRV_CTRL,0x0F);
TUSS4470_WriteRegister(ECHO_INT_CONFIG,0x18);
TUSS4470_WriteRegister(ZC_CONFIG,0xD4);
TUSS4470_WriteRegister(BURST_PULSE,0x08);
TUSS4470_WriteRegister(TOF_CONFIG,0x02);