Hi All,
I’m trying to use a RPLidar A1M8 scanner with a Boron and or Argon.
When I try to use any of the simple examples from the arduino library (see below) it causes my argon to go into SOS mode. The only real thing I changed in the example is changing Serial to Serial1 for the lidar connection.
What is my best option to try and make some progress here?
The SOS seems to occur at:
lidar.begin(Serial1);
I did come across this thread, but even the sample code in this thread that user @ccc has said kind of works, causes my system to go into SOS.
Docs:
Docs
There is also an arduino library available:
https://github.com/robopeak/rplidar_arduino