https://github.com/unitech/sputnik
Library to control Drone over 4G (Hybrid System) / Drone as API / Expose the world as an API
https://github.com/unitech/sputnik
Last synced: 5 months ago
JSON representation
Library to control Drone over 4G (Hybrid System) / Drone as API / Expose the world as an API
- Host: GitHub
- URL: https://github.com/unitech/sputnik
- Owner: Unitech
- Created: 2016-03-14T20:35:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T22:42:37.000Z (over 8 years ago)
- Last Synced: 2025-04-04T20:46:21.652Z (9 months ago)
- Language: Python
- Homepage:
- Size: 933 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Raspberry PI + Navio+
### Wifi configuration
**/etc/wpa_supplicant/wpa_supplicant.conf**
https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md
## Install Mission planner for ubuntu
Go to http://firmware.ardupilot.org/Tools/MissionPlanner/ top download mission planner
```
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install mono-complete festival
mono MissionPlanner.exe
```