8000 GitHub - Matchstic/albatross: Source for microtransat attempt
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Matchstic/albatross

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Albatross

A microtransat attempt.

Probably will use Icarous later on.

TODO

  • Fix fping module in MAVProxy (it only finds IPs on first interface from ifconfig. e.g., misses wlan0)
  • Import weirdness in src/camera/base.py

Setup

Follow https://www.hackster.io/Matchstic/connecting-pixhawk-to-raspberry-pi-and-nvidia-jetson-b263a7 to setup PixHawk comms

(Mainly for my own info right now)

python3.9 -m pip install dronekit dronekit-sitl pymavlink

cd ~
git clone https://github.com/Matchstic/albatross.git
mkdir albatross/timelapse
mkdir albatross/logs
cd albatross

# Sort out MAVproxy (Matchstic fork) if needed
sudo apt install fping
sudo cp mavproxy.service /lib/systemd/system/
sudo systemctl enable mavproxy.service

# Assuming you're on a Pi. Update service file if needed.
sudo cp albatross.service /lib/systemd/system/
sudo systemctl enable albatross.service

If you want to send telemetry via 4G over VPN (Huawei 3372 4G dongle):

# https://askubuntu.com/a/1336251
sudo touch /etc/udev/rules.d/41-huawei_e3372.rules
sudo echo "ATTR{idVendor}==\"12d1\", ATTR{idProduct}==\"14dc\", RUN+=\"usb_modeswitch '/%k'\"" >> /etc/udev/rules.d/41-huawei_e3372.rules

sudo apt install openvpn

# Download your .ovpn file from VPN provider
# Make sure the `remote` field is correct

# Assuming you're on a Pi. Update service file if needed.
# This will start OpenVPN if needed
sudo cp 4gvpn.service /lib/systemd/system/
sudo systemctl enable 4gvpn.service

License

Not licensed for use.

About

Source for microtransat attempt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0