Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 918 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 918 Bytes

Raspberry Pi Car Code Base

A 4WD smart car kit for Raspberry Pi.

This code base is customized from the original Freenove Repo.

Other useful links includes:

Raspberry Pi OS setup

  • Enable ssh
  • Enable I2C:
    • sudo raspi-config
    • "Interfacing Options" -> "P5 I2C"
  • Enable Camera:
    • sudo raspi-config
    • "Interfacing Options" -> "Camera"