2022-02-10 03:43 AM
channel sampling, then calculate those parameters until 16.5 ms found. The problem is kinda impossible to get 16.5 ms even I tried to adjust those parameter. anyone has a clue? Iam using STM32F407VGx
2022-02-10 10:15 AM
the mentioned times are required for the sensor to measure the distance and transfer it to the output. You do not need to take samples during this time. You can read whenever you want after waiting for this time without taking a sample at the first boot. or you can use microsecond sample time. you can use AN2834 to find the correct time.