Skip to content

I can't get lidar to work with lds02rr_esp32.ino on ESP32 WROWER #9

Discussion options

You must be logged in to vote

Hello! It looks like I've solved the problem!
Thank you for advising me to use an oscilloscope. Unfortunately, I don't have an oscilloscope, but for this purpose, the ESP32 itself was enough for me. I found out that the LiDAR changes the state of the TX during rotation, which meant its minimum performance.
Next, I read the ESP32 WROVER documentation again and remembered that 17 and 16 GPIOs cannot be used for this model, since they work with QSPI. I started looking for other pin combinations that the LiDAR and found pins 32 (TX) and 33 (RX).
Now, the LiDAR is rotating at the desired speed and returning the measured data.
I suggest adding the following information to the README.md: when us…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ArtemVolkov2103
Comment options

@kaiaai
Comment options

@ArtemVolkov2103
Comment options

Answer selected by ArtemVolkov2103
@kaiaai
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants