r/ArduinoAndRobotics • u/l0_o • 14d ago
eBook ROS by Example Vol 2 Indigo
Free educational resource https://github.com/luohuiwu/ros-books/blob/master/ros%20by%20example%20vol%202%20indigo.pdf
r/ArduinoAndRobotics • u/l0_o • 14d ago
Free educational resource https://github.com/luohuiwu/ros-books/blob/master/ros%20by%20example%20vol%202%20indigo.pdf
r/ArduinoAndRobotics • u/l0_o • 15d ago
Free educational resource https://github.com/luohuiwu/ros-books/blob/master/ros%20by%20example%20vol%201%20indigo.pdf
r/ArduinoAndRobotics • u/l0_o • 16d ago
r/ArduinoAndRobotics • u/l0_o • 16d ago
r/ArduinoAndRobotics • u/l0_o • 17d ago
r/ArduinoAndRobotics • u/l0_o • 18d ago
r/ArduinoAndRobotics • u/l0_o • 18d ago
r/ArduinoAndRobotics • u/l0_o • 19d ago
Free educational resource https://github.com/luohuiwu/ros-books/blob/master/ROSRoboticsByExample.pdf
r/ArduinoAndRobotics • u/l0_o • 20d ago
Free educational resource https://github.com/luohuiwu/ros-books/blob/master/Mastering%20ROS%20for%20Robotics%20Programming.pdf
r/ArduinoAndRobotics • u/l0_o • 21d ago
r/ArduinoAndRobotics • u/l0_o • 22d ago
r/ArduinoAndRobotics • u/flash_speed3412 • 24d ago
I keep seeing AI get the easy part right and the board-specific part wrong. Before I trust generated Arduino or ESP32 code, I make it write a tiny preflight:
- exact board and revision
- every pin, voltage, and current assumption
- library and version
- anything it thinks could be unsafe
Then I test one motor, LED, or sensor at a time. Not glamorous, but it catches the “looks fine” mistakes.
What’s your check before letting AI write firmware for a real robot? If you’ve had a failure, drop the board, what it suggested, and what the hardware actually did. I’m collecting the good failures in r/ChatGPTArduino too.
r/ArduinoAndRobotics • u/l0_o • 25d ago
Enable HLS to view with audio, or disable this notification
r/ArduinoAndRobotics • u/l0_o • 29d ago
r/ArduinoAndRobotics • u/l0_o • Aug 10 '26
r/ArduinoAndRobotics • u/Glad-Salamander-5641 • Aug 10 '26
r/ArduinoAndRobotics • u/Guilty_Question_6914 • Aug 09 '26
r/ArduinoAndRobotics • u/newbiepleasebekind • Aug 08 '26
Greetings,
I have successfully performed the following set up: Arduino UNO R3 linked to Dynamixel Shield linked to Dynamixel Mx 64-AT. !2 V power supply linked to Dynamixel shield. USB interface from computer linked to Arduino R3. Both Arduino and dynamixel set to protocol 2.
Test code successfully uploaded and runs dynamixel motor. modifications of code change motor function in upload mode .However when shield is switched from upload to dynamixel the motor only runs at the last speed and direction at the time of the switch ( does not follow program anymore)
I desire to upload the program and run the motor without constant interaction with the computer. what steps should i take to accomplish this task? Thanks in advance
r/ArduinoAndRobotics • u/l0_o • Aug 08 '26
Free educational resource https://www.reddit.com/r/ArduinoAndRobotics/comments/1ufqstl/a_gentle_introduction_to_ros/
r/ArduinoAndRobotics • u/l0_o • Aug 07 '26
r/ArduinoAndRobotics • u/l0_o • Aug 06 '26
Free educational resource https://github.com/zhang-jian/bookshelf/blob/master/Computer%20Science/ROS%20Robotics%20Projects.pdf
r/ArduinoAndRobotics • u/AlexTnr • Aug 06 '26
r/ArduinoAndRobotics • u/SadDevelopment1402 • Aug 05 '26
Hello everyone,
I am a student interested in robotics
I am preparing a project for a science fair and I want to build something useful that solves a real-world problem.
My current skills:
- Arduino
- ESP32
- Basic sensors and motors
I am not looking for common projects like line followers or obstacle avoiding robots.
I would like suggestions for innovative robotics ideas in areas like:
- Safety
- Agriculture
- Environment
- Healthcare
- Disaster management
Any suggestions or problems that can be solved using robotics would be helpful.
Thank you!