SLAM Car
Hardware- 2 Devlogs
- 4 Total hours
SLAM Car is an indoor SLAM robot car that can map its environment, estimate its position, plan a route, and drive itself using camera vision, IMU data, wheel encoders, and PID motor control.
SLAM Car is an indoor SLAM robot car that can map its environment, estimate its position, plan a route, and drive itself using camera vision, IMU data, wheel encoders, and PID motor control.
date: july 10, 2026
project: car vault
since devlog 001, i worked on making the project more complete after getting feedback on the submission.
the main feedback was that the project needed a better prototype of the software and firmware, plus a cad assembly showing where all the parts would go.
i added prototype esp32-s3 firmware for:
i also added prototype raspberry pi software for:
the code is still a prototype and is not fully tested yet, but it shows how the full system is supposed to work.
i worked on the cad assembly several times because the first versions did not look like the actual planned robot.
i changed it so it uses the real:
then i added simple placeholders for:
i kept the final version basic because it is mainly supposed to show where the parts go, not pretend that the robot is already fully designed.
i also converted the basic stl assembly into a fusion-compatible step assembly.
the assembly was split into separate named parts so they can show up separately inside fusion instead of being one giant stl mesh.
i made:
i tested overclocking the raspberry pi 5 to 3 ghz, but decided not to use that as the normal project setup.
the robot will use the stock clock for better stability, lower heat, and longer battery life. the 3 ghz overclock will only be used later as an optional performance mode for heavy vision or slam testing.
the robot is still not physically built or tested.
i still need to:
this part of the project was mostly about turning the original idea into something that looks more planned and buildable.
the firmware and software are still prototypes, and the cad assembly is still basic, but now the project shows both how the robot will be programmed and where the hardware will actually go.
date: july 5, 2026
project: car vault
today i worked on getting my stardance submission ready for car vault. the goal is to build an indoor robot car that can do slam, mapping, a* path planning, and pid motor control.
i switched the low-level controller from arduino uno to esp32-s3 because i want the first version to be closer to the final version. the esp32-s3 is faster, more modern, and better for this kind of robot.
i also added a logic-level shifter so the esp32-s3 does not get damaged if the encoder signals are 5v.
i cleaned up the parts list and removed stuff i do not need, like the acrylic sheet and ball caster. i am 3d printing the chassis and front support instead.
i also added a cheaper raspberry pi 5 ups/battery setup so the robot can run without being plugged into the wall.
the stardance folder is basically ready to upload to github and submit for funding.
the robot is not built yet. i still need to test the motors, encoders, imu, camera, esp32-s3 wiring, pid control, slam, mapping, and a* path planning.
today was mostly cleaning up the design and making the submission look real. the project feels a lot more serious now because it has a real parts list, diagrams, power plan, cad plan, and submission folder.