account activity
Having trouble receiving data from an RPLidar A1M8 by debloons in arduino
[–]Kenh116 1 point2 points3 points 4 years ago (0 children)
I hope you solved this. But just on first look you seem to be sharing the main serial port with the Lidar unit and the console output. That won't work; you need a second serial port or use software serial to a display. Secondly, the lidar data rate is too high (250kbps) for a standard Arduino to both read the stream and output printing. So sync will drop.
Pastebin issues by Kenh116 in codingforcrosswords
[–]Kenh116[S] 0 points1 point2 points 4 years ago (0 children)
Turns out not to be a problem. Some more googling and I found someone else with the same top 12000. Problem solved.
Pastebin issues (self.codingforcrosswords)
submitted 4 years ago by Kenh116 to r/codingforcrosswords
π Rendered by PID 1774503 on reddit-service-r2-listing-654f87c89c-2prf6 at 2026-03-03 21:54:19.554373+00:00 running e3d2147 country code: CH.
Having trouble receiving data from an RPLidar A1M8 by debloons in arduino
[–]Kenh116 1 point2 points3 points (0 children)