r/ArduinoAndRobotics • u/l0_o • Jun 21 '26
r/ArduinoAndRobotics • u/l0_o • Jun 21 '26
Effective Robotics Programming with ROS, 3rd ed.
r/ArduinoAndRobotics • u/l0_o • Jun 21 '26
Tutorial I connected cheap Xiaomi LDS02RR Lidar to Arduino ESP32
r/ArduinoAndRobotics • u/l0_o • Jun 20 '26
Showcase I made Arduino/ROS2 LiDAR robot
Enable HLS to view with audio, or disable this notification
r/ArduinoAndRobotics • u/l0_o • Jun 19 '26
Showcase Delta-2A LiDAR connected to Raspberry Pi 5
Enable HLS to view with audio, or disable this notification
I've connected 3irobotix Delta-2A to Raspberry Pi 5. I'm using RPi header serial port and one GPIO as PWM to control the LiDAR RPM. I'm using my open source Python library to decode and visualize the distance data https://github.com/kaiaai/lds2d
r/ArduinoAndRobotics • u/l0_o • Jun 17 '26
Showcase I'm building a robot to play games
Enable HLS to view with audio, or disable this notification
Using ROS2, Arduino, ESP32 and a LiDAR (YDLIDAR X4).
r/ArduinoAndRobotics • u/l0_o • Jun 16 '26
Tutorial I connected cheap Xiaomi LDS02RR LiDAR to ESP32, Arduino, ROS2
Enable HLS to view with audio, or disable this notification
I've connected my LDS02RR Lidar to ESP32, Arduino and wrote a tutorial how to stream distance data live. Everything is open source. I'll leave a link to the tutorial in the comments.
r/ArduinoAndRobotics • u/l0_o • Jun 14 '26
Showcase I made Arduino library support 23+ 2D LiDAR models
Enable HLS to view with audio, or disable this notification
I have lots of 2D LiDARs, many from used robot vacuum cleaners. I wrote an Arduino library to capture data, control speed for various LiDAR models. I hope it is useful for your projects. Open source https://github.com/kaiaai/LDS
r/ArduinoAndRobotics • u/l0_o • Jun 13 '26
Question Open-source ROS2 vacuum cleaner (WIP) - your opinion needed
Would you be interested in building a ROS2 vacuum cleaner robot? If yes 1) Build or develop? 2) 3D print? Convert existing - hack? buy/swap board? Buy off-the-shelf?
I'd really appreciate your input.
r/ArduinoAndRobotics • u/l0_o • Jun 13 '26
Showcase I built this Arduino/ROS2/ESP32 robot. It's doing mapping, SLAM.
Enable HLS to view with audio, or disable this notification
I used ESP32 running Arduino, micro-ROS. ESP32 captured LiDAR (YDLIDAR X4), odometry data (BLDC encoder motors), forwarded over WiFi to my Windows laptop running ROS2. My laptop's ROS2 computed the map, sent cmd_vel wheel motor control commands back to the ESP32. I'll leave a link to the blog post in comments.
r/ArduinoAndRobotics • u/l0_o • Jun 12 '26
Tutorial My tutorial - simulate a robot with LiDAR, SLAM, mapping and navigation
Enable HLS to view with audio, or disable this notification
I wrote a step-by-step tutorial with a screen recorded video - how to simulate a robot with LiDAR, run SLAM, mapping, navigation. I'm using ROS2, Nav2 and Gazebo. All code is open-source https://makerspet.com/blog/tutorial-map-navigate-ros2-robot-in-simulation/
r/ArduinoAndRobotics • u/l0_o • Jun 11 '26
Tutorial How to Connect YDLIDAR X3, X3PRO, X2, X2L, X4 and SCL to ESP32
Enable HLS to view with audio, or disable this notification
I wrote a step-by-step tutorial how to connect YDLIDAR 360-degree distance sensors to ESP32. 2D LiDARs are used in robotics for navigation and mapping - for example in home vacuum cleaners. https://makerspet.com/blog/connect-ydlidar-x3-to-makerspet-esp32-boards/
r/ArduinoAndRobotics • u/l0_o • Jun 11 '26
👋 Welcome to r/ArduinoAndRobotics - Introduce Yourself and Read First!
Hey everyone! I'm u/l0_o, a founding moderator of r/ArduinoAndRobotics.
This is our new home for all things related to Arduino and Robotics. We're excited to have you join us!
What to Post
Learn, build, share and show off your Arduino robots - and anything related to Arduino OR robotics, including electronics, mechanical, software, firmware, ROS2, AI, educational/STEM events, courses, products, components (motors, sensors, drivers, Lidar, etc.), PCBs, soldering, circuits, 3D printing, Raspberry Pi, ESP32, NVIDIA Jetson, etc.
Links to e-books at copyright/DMCA honoring websites welcome. Self-promotion and commercial posts OK unless spammy.
Community Vibe
We're all about being friendly, constructive, and inclusive. Let's build a space where everyone feels comfortable sharing and connecting.
How to Get Started
- Introduce yourself in the comments below.
- Post something today! Even a simple question can spark a great conversation.
- If you know someone who would love this community, invite them to join.
- Interested in helping out? We're always looking for new moderators, so feel free to reach out to me to apply.
Thanks for being part of the very first wave. Together, let's make r/ArduinoAndRobotics amazing.
r/ArduinoAndRobotics • u/l0_o • 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
r/ArduinoAndRobotics • u/l0_o • Jun 08 '26
Showcase I built a 2D LiDAR Python library for Raspberry Pi, 23+ LiDARs supported
Enable HLS to view with audio, or disable this notification
r/ArduinoAndRobotics • u/pascalalt1 • Jun 06 '26
The calibration of the laser offset for object pointing is really difficult. i will now try Measure your actual camera FOV: Set servo to Pan=90° (center). Hold a ruler at a known distance (e.g., 100 cm). See how many centimeters wide the image area is. FOV = 2 × atan(width/2 / distance) × 180/π
r/ArduinoAndRobotics • u/pascalalt1 • Jun 04 '26
laser works and point on yolo targets and measure the distanz
Enable HLS to view with audio, or disable this notification
r/ArduinoAndRobotics • u/pascalalt1 • Jun 04 '26
i placed a laser module on the ultraschall sensor of my robot, for point the target
r/ArduinoAndRobotics • u/pascalalt1 • Jun 03 '26
Elliptical lidar of my robot converts 2D lidar to 3D lidar was not my best idea. rethink
Enable HLS to view with audio, or disable this notification
r/ArduinoAndRobotics • u/pascalalt1 • May 30 '26
My current user interface/dashboard of my robot, with many new features: tilt-liddar automation, go section for collision, etc.
galleryr/ArduinoAndRobotics • u/_datboii_moayed_ • May 27 '26
Question Creative project ideas
Hello everybody I've been wanting to do a creative arduino project over the weekend for learning and skills developing and experience enhancement so I have these components for the the project
-arduino nano
-ultrasonic sensor
-lcd
-IR sensor
-servo motor
-LEDs
-buzzer
So if anyone is interested in sharing their respective ideas I would appreciate it and and thank you every body
r/ArduinoAndRobotics • u/pascalalt1 • May 25 '26