Other Parts Discussed in Thread: PGA460, BOOSTXL-PGA460, ENERGIA
Hi,
We need to know how to calibrate the PGA460PSM-EVM for UTR-1440K-TT-R (default transducer) for measuring distance. I tried to use the following thresholds from ,
Can I have any link briefly explaning about all parameters used here! (pga460q1 datasheet doesnot state any parameters in brief)
/* UTR-1440K-TT-R transducer example register configuration byte USER_DATA1 = 0x00 byte USER_DATA2 = 0x00 byte USER_DATA3=0x00 byte USER_DATA4=0x00 byte USER_DATA5=0x00 byte USER_DATA6=0x00 byte USER_DATA7=0x00 byte USER_DATA8=0x00 byte USER_DATA9=0x00 byte USER_DATA10=0x00 byte USER_DATA11=0x00 byte USER_DATA12=0x00 byte USER_DATA13=0x00 byte USER_DATA14=0x00 byte USER_DATA15=0x00 byte USER_DATA16=0x00 byte USER_DATA17=0x00 byte USER_DATA18=0x00 byte USER_DATA19=0x00 byte USER_DATA20=0x00 byte TVGAIN0=0x9D byte TVGAIN1=0xEE byte TVGAIN2=0xEF byte TVGAIN3=0x2D byte TVGAIN4=0xB9 byte TVGAIN5=0xEF byte TVGAIN6=0xDC byte INIT_GAIN=0x03 byte FREQUENCY=0x32 byte DEADTIME=0x80 byte PULSE_P1=0x12 byte PULSE_P2=0x12 byte CURR_LIM_P1=0x72 byte CURR_LIM_P2=0x32 byte REC_LENGTH=0x09 byte FREQ_DIAG=0x00 byte SAT_FDIAG_TH=0xEE byte FVOLT_DEC=0x7C byte DECPL_TEMP=0x8F byte DSP_SCALE=0x00 byte TEMP_TRIM=0x00 byte P1_GAIN_CTRL=0x29 byte P2_GAIN_CTRL=0x29 byte EE_CRC=0x76 byte EE_CNTRL=0x04 byte P1_THR_0=0x41 byte P1_THR_1=0x11 byte P1_THR_2=0x11 byte P1_THR_3=0x10 byte P1_THR_4=0xFF byte P1_THR_5=0xFF byte P1_THR_6=0x00 byte P1_THR_7=0x01 byte P1_THR_8=0xF8 byte P1_THR_9=0x20 byte P1_THR_10=0xC6 byte P1_THR_11=0x30 byte P1_THR_12=0x38 byte P1_THR_13=0x50 byte P1_THR_14=0x80 byte P1_THR_15=0x00 byte P2_THR_0=0x41 byte P2_THR_1=0x11 byte P2_THR_2=0x11 byte P2_THR_3=0x10 byte P2_THR_4=0xFF byte P2_THR_5=0xFF byte P2_THR_6=0x00 byte P2_THR_7=0x01 byte P2_THR_8=0xF8 byte P2_THR_9=0x20 byte P2_THR_10=0xC6 byte P2_THR_11=0x30 byte P2_THR_12=0x38 byte P2_THR_13=0x50 byte P2_THR_14=0x80 byte P2_THR_15=0x00 */ The following were not configured //byte BPF_A2_MSB=0x89 //byte BPF_A2_LSB=0x52 //byte BPF_A3_MSB=0xFC //byte BPF_A3_LSB=0xCE //byte BPF_B1_MSB=0x01 //byte BPF_B1_LSB=0x99 //byte LPF_A2_MSB=0x7F //byte LPF_A2_LSB=0x33 //byte LPF_B1_MSB=0x00 //byte LPF_B1_LSB=0x67 //byte TEST_MUX=0x00 //byte DEV_STAT0=0x80 //byte DEV_STAT1=0x00 //byte THR_CRC=0xF9
Can you please let us know why the sensor is returning distance values even if no objects are present?
Does the user data register have something to do with transducer configuration?
BPF , LPF and other registers were not configured are they essential?
Thank you