All Projects → 3demax → elfie

3demax / elfie

Licence: MIT license
Flight control for Eachine E10/JJRC H37 "Selfie" drone

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to elfie

drone-ci-demo
A Demo to show workflow of Drone CI + GitFlow + Semantic Release + Kubernetes
Stars: ✭ 47 (+161.11%)
Mutual labels:  drone
drone-npm
Drone plugin for publishing packages to NPM
Stars: ✭ 21 (+16.67%)
Mutual labels:  drone
CDTM-Deep-Learning-Drones
Course Material for CDTM Deep Learning Drones Course
Stars: ✭ 23 (+27.78%)
Mutual labels:  drone
flone-android
🚁 A remote controller for drones with CleanFlight boards
Stars: ✭ 52 (+188.89%)
Mutual labels:  drone
drone-gcloud-helm
Drone 0.5 plugin to create and deploy Helm charts for Kubernetes in Google Cloud.
Stars: ✭ 13 (-27.78%)
Mutual labels:  drone
goliath-quadcopter
Design files for the Goliath Quadcopter
Stars: ✭ 25 (+38.89%)
Mutual labels:  drone
drone-manifest
Drone plugin to push Docker manifests
Stars: ✭ 14 (-22.22%)
Mutual labels:  drone
RaspberryPilot
RaspberryPilot
Stars: ✭ 31 (+72.22%)
Mutual labels:  drone
brain-powered
With the Brain Powered honourscourse at the UvA we aimed to control a drone using brain signals, measured by means of EEG, only.
Stars: ✭ 13 (-27.78%)
Mutual labels:  drone
drone-helm3
Helm3 plugin for Drone CI
Stars: ✭ 20 (+11.11%)
Mutual labels:  drone
yakut
Simple CLI tool for diagnostics and debugging of Cyphal networks
Stars: ✭ 29 (+61.11%)
Mutual labels:  drone
ci
Gogs( GitHub )+Drone+Docker Registry | 私有化的 CI/CD & DevOps 解决方案
Stars: ✭ 37 (+105.56%)
Mutual labels:  drone
FreeTAKUAS
DJI drone flying app with integrations for FreeTAKServer
Stars: ✭ 41 (+127.78%)
Mutual labels:  drone
multi uav simulator
A quadrotor swarm simulator based on ROS (Robot Operating System).
Stars: ✭ 73 (+305.56%)
Mutual labels:  drone
sbus
Arduino and CMake library for communicating with SBUS receivers and servos.
Stars: ✭ 277 (+1438.89%)
Mutual labels:  drone
ESP32
DroneBridge for ESP32. A short range wifi based telemetry link. Support for MAVLink, MSP & LTM (iNAV).
Stars: ✭ 183 (+916.67%)
Mutual labels:  drone
beboptwo4g
4G/LTE softmod for the Parrot Bebop 2
Stars: ✭ 50 (+177.78%)
Mutual labels:  drone
OpenMAS
OpenMAS is an open source multi-agent simulator based in Matlab for the simulation of decentralized intelligent systems defined by arbitrary behaviours and dynamics.
Stars: ✭ 80 (+344.44%)
Mutual labels:  drone
drone-ftps
Deploy to FTPS server from Drone CI build
Stars: ✭ 18 (+0%)
Mutual labels:  drone
ZeroPilot-SW
Software for WARG custom autopilot
Stars: ✭ 13 (-27.78%)
Mutual labels:  drone

Eachine E10 drone controller

This project emerged from my wish to control my E10 drone more comfortably with controller, because touchscreen control in official application sucks. Besides, it's always fun to hack your gadgets :)

Pre-requisites

For this to work, you need computer that can run python, RaspberryPi or any other mini-computer with Linux would do. Also, you need two-axis game controller.

Dependencies

Create your virtual environment and run

pip install -r requirements.txt

Running

Connect to drone's wifi AP

python2 kbd_flight.py

Make sure you have switched your controller into analog mode, so that axis produce values between -1.0 and 1.0

Enjoy!

Acknowledgements

Big thanks to adria.junyent-ferre and his project on reverse-engineering exactly same drone, but branded by JJRC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].