The DeepRacer Pi is a custom-designed PCB that serves as a cost-effective replacement for the original AWS DeepRacer compute module. With a production and assembly cost of just $33, the DeepRacer Pi brings the power of the Raspberry Pi Compute Module 4 (CM4) and the upcoming Compute Module 5 (CM5) to your DIY racing projects.
To get started with the DeepRacer Pi, you’ll need:
- Raspberry Pi CM4 Lite:
- SD Card:
- PiCamera V2:
The DeepRacer Pi empowers makers and students to build, modify, and innovate with their AWS DeepRacer cars. it is a small enough package to fit into 1/28th scale car significantly reducing the footprint needed for AWS DeepRacer.
-
Move Camera and unneeded headers
- remove the extra header not needed for the servo control
- move the camera next to the headers to face forward
-
Implement Battery Monitor
- Add circuitry and software support to monitor battery voltage and health.
- Display battery status in real-time for improved usability.
-
Fix USB OTG Support
- Modify USB configuration to enable OTG (On-The-Go) functionality.
- Ensure compatibility with peripherals and reliable data transfer.
-
Add Tail light LED
- Implement multicolor Tail light indicator
-
Add Fan header
- Enable FAN for additional cooling support
-
Add UART via serial connector headers
- to enable additional debugging
- Image SD card with Ubuntu 22.04
- use win+shift+x to enable SSH and Wifi during imaging process
- Edit /boot/firmware/config.txt
- Add dtparam=i2c_arm=on
- Add Start_x=1
- Add dtoverlay=vc4-fkms-v3d
- Follow these instructions
Special Thanks for Lars for all the work he did on the Deepracer-custom-car repo to make this a possibility!