Hello Together,
I use the CH201-00ABR sensor to develop a distance sensor with IO-Link communication.
We want to use the distance sensor in the area of level measurement and distance measurement.
To adjust the sensor's field of view, we use Acoustic Interface AH-20166-045045.
To get the measured value I use this function:
uint32_t chbsp_stm32_get_range(void) {
ch_dev_t *dev_ptr = &(chirp_devices[0]);
return ch_get_range(dev_ptr, CH_RANGE_ECHO_ONE_WAY);
}