-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPLIDAR A1 with Arduino Leonardo #17
Comments
@YouMinJung Did you manage to solve this? I'm stuck with the same problem 😅 |
Hello sir, did you find a solution for this? I'm having same problem. |
Hello sir, did you find a solution for this? I'm having same problem. |
Hi.
I want to connect RPLIDAR with arduino leonardo.
So I tried to use below code.
When I executed this program, RPLIDAR didn't work.
The code is stuck in the "else" part.
When I did "analogWrite(RPLIDAR_MOTOR, 255);" motor rotated well but data was empty.
Maybe RPLIDAR didn't connected... "if (IS_OK(lidar.getDeviceInfo(info, 100)))" this part is "False".
How can I fix this problem??
The text was updated successfully, but these errors were encountered: