Skip to content

Latest commit

 

History

History

car_firmware

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

VK RcCat Firmware

Build Car Firmware

The main control of RcCat runs on a 5V Arduino Mini Pro. Feel free to use this repo and build your own RcCat firmware optimized for your RC model.

The firmware can be built form this PlatformIO project and consists of a few classes.

Schematic breadboard setup

The components are connected as follows and communicate either via I2C (IMU and range sensor) bus or PWM (receiver, servo, RPM sensor and speed controller)

Bill of materials

Build

Install PlatformIO for VsCode or your favorite IDE.

platformio run --target upload --target monitor