Skip to content

MCMiniCar

Johannes Ernstsen edited this page Mar 20, 2021 · 3 revisions

Mini Car

The mini-car is a proof of concept for the framework, and is simple in its structure.

Component list

List of major components.

Setup

Controller

The configuration for this vehicle is pre-loaded in the application.py, and accessed with -config=MiniCar

Raspberry Pi

The used RPI Zero is mounted on the front of the car, with the camera inside the case, pointing forwards.

Propeller Board

The project is called MiniCar and is found in the PropellerBoard folder.

The board is connected to a 9V battery to power the motor pins, which are used in controlling the DC motors powering the build.

The 2-channel relay is used in controlling what motors are on and off. Sig pins on the relay is connected to controllable pins on the board, while the motors are connected to always-on powered pins on the board, normally used for motor control.

The motors are connected in serial, with the two motors on the left side connected to the relay controlled by pin 12, and the right ones to the one controlled by pin 13.