EastbayML / RoboCar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Robocar

This is my attempt to build a self driving car and participate in [DIY Robocars] (https://diyrobocars.com/)

Hardware

Here is the bill of materials for my car with a total cost of $164 1 [Makerfire 4-wheel Robot Smart Car Chassis Kit - $24] (https://www.amazon.com/gp/product/B00NAT3VF4/)

Software

Since this is my custom car from scratch, and my chassis is a 4-wheel drive with fixed wheels, I have to calibrate it to run straight or make appropriate turns via software. I am using STM32F103C8T6 to control the wheels. This is pretty powerful yet cheap chip with [ARM Cortex-M3 MCU with 64 Kbytes Flash, 72 MHz CPU] (http://www.st.com/en/microcontrollers/stm32f103c8.html) but is a bit tricky to get started with. You can find documentation and help at http://www.stm32duino.com.

About

License:MIT License


Languages

Language:Jupyter Notebook 35.8%Language:C++ 29.0%Language:Arduino 20.4%Language:Shell 10.1%Language:Python 4.7%