- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 3 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 3 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 7 months ago
- Building a 3D Digital Clock with ArduinoPosted 12 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
All-in-one drone autopilot with Raspberry Pi
Lots of developers/startups, including me, are making drones with DIY kits and RaspberryPi for development purposes. The problem is that there are too many sensors, tons of wires and it creates a lot of hassle and complexity.
This is where the DroneePilot idea was born – as a solution which removes all the hassle of hardware hacking and places all these avionics into a small pack, allowing people to easily build a drone and run their own codes inside it.
DroneePilot is an all-in-one autopilot with all the required sensors built in – including GPS, Telemetry link and airspeed sensors – and RPI CM3 as a companion computer. DroneePilot has the most advanced open-source Flight Control Unit Pixhawk2 which controls the aircraft, whilst the RPI CM3 compute module is a powerful computer which allows developers to run software in real time on the drone. Dronee Pilot has a multitude of uses, such as image processing and machine learning, amongst others. It is designed with many easily accessible connection ports to allow the user to integrate external sensors and devices.
These include:
2 x USB.
2 x UART,
2 x I2C
PPM
8 Main PWM Channel
4 Aux PWM Channel
CSI Camera connection
Pingback: All-in-one drone autopilot with Raspberry Pi – FreshNet.net