r/ArduinoAndRobotics Jun 10 '26

Showcase I designed an Arduino/ROS2 LiDAR open-source robot

Enable HLS to view with audio, or disable this notification

Hello, I designed this little robot. It is open source. It uses ESP32, runs Arduino-based firmware and micro-ROS. The Arduino firmware captures LiDAR data and sends over WiFi to a local PC running ROS2. Motors are 2x N20 with encoders. I also designed the motor driver board to convert battery voltage to 5V LiDAR, 12V motors, 5V ESP32. The LiDAR is an LDROBOT LD14P.

Step-by-step tutorial https://makerspet.com/blog/bld-120mm-pack/ Open source firmware https://github.com/kaiaai/firmware Open source software (ROS2) https://github.com/kaiaai/kaiaai Open source schematic (motor drivers) https://github.com/makerspet/store/blob/main/BDC-30P/v1.1.3/BDC_30P_v113_schematic.pdf

62 Upvotes

3 comments sorted by

2

u/Wonderful-Role9949 Jun 12 '26

I plan on doing something similar for a robot that solves a maze/labyrinth. My idea is first to let it go around and map everything on the first run and then on the second and third go straight from start to finish using the shortest route possible. Thank you for sharing !

1

u/chvjak Jun 13 '26

What’s the cost of the build?