An open API service indexing awesome lists of open source software.

https://github.com/kyriosaa/axis

Axis: A Gyroscope-Controlled RC Car
https://github.com/kyriosaa/axis

cpp esp32 gyroscope rc-car

Last synced: 10 months ago
JSON representation

Axis: A Gyroscope-Controlled RC Car

Awesome Lists containing this project

README

          

# Axis: A Gyroscope-Controlled RC Car

Video link: https://youtu.be/8u_cHXa7rbY

## About

- Axis is a project I made that utilizes gyroscopic data from an MPU6050 module and sends it via Bluetooth to an RC car.
- C++

![alt text](https://github.com/kyriosaa/axis/blob/main/images/axis1.JPG "Axis Image 1")

## Features

- **Remote Controlled Car -** Includes a 4-wheel remote controlled car.
- **Motion Control -** The RC car is controlled using a gyroscopic device strapped to your hand.
- **Bluetooth Communication -** The RC car and gyroscopic device communicates through bluetooth for seamless real-time control and data transmission.

## Hardware Components

- **ESP32 -** Car & Glove microcontroller
- **MPU6050 -** Accelerometer/Gyroscope
- **L298N -** Motor driver
- **DC Motors**
- **RC Car Chassis**
- **3.7V 3400mAh 18650 Li-ion Batteries**
- **1.5V AA Alkaline Batteries (or equivalent)**

![alt text](https://github.com/kyriosaa/axis/blob/main/images/axis2.JPG "Axis Image 2")