Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muki01/rc_drone
RC drone based on the MultiWii with new features added.
https://github.com/muki01/rc_drone
bmp280 drone drone-racing dronecode drones mpu6050 multiwii nrf24 nrf24l01 rc
Last synced: about 2 months ago
JSON representation
RC drone based on the MultiWii with new features added.
- Host: GitHub
- URL: https://github.com/muki01/rc_drone
- Owner: muki01
- License: mit
- Created: 2024-09-08T20:30:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T17:16:54.000Z (about 2 months ago)
- Last Synced: 2024-11-09T18:22:02.574Z (about 2 months ago)
- Topics: bmp280, drone, drone-racing, dronecode, drones, mpu6050, multiwii, nrf24, nrf24l01, rc
- Language: C++
- Homepage:
- Size: 13.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚁RC Drone Project
This project features a drone control system developed based on the MultiWii software. It includes additional custom functions beyond the existing MultiWii capabilities.For an RC controller project using NRF24, check out [RC Controller Project](https://github.com/muki01/RC_Controller).
# Added Features
- NRF24 RF Module: Enables wireless communication between the drone and the RC controller.
- BMP280 Barometer Sensor: Gathers highly accurate barometric pressure and temperature data, which can be used for more precise altitude control of the drone.
- Adafruit Neopixel LED: Smart LEDs are mounted on the drone and can be controlled to display various light effects and color combinations.# Hardware Used
- Arduino Nano SuperMini
- NRF24L01 RF Module
- MPU6050 Accelerometer and Gyroscope
- BMP280 Barometer Sensor
- WS2812 LED
- 5V SMD Passive Buzzer
- 3.7V 25C LiPo Battery
- 4 x SI2300 SMD Mosfet
- 4 x 1N5819 SMD Diod
- 4 x 10K SMD Resistors
- 2 x 180K SMD Resistors
- 4 x 8520 Motors
- 4 x 65mm Propellers# Photos