balon tracker: rpi zero ublox gps MTX2 radiometrix trx
 
 
 
 
Go to file
Michal Fratczak 5be2df2e68 PDF of schematic 2023-10-12 22:18:56 +02:00
camera Stop camera on GPS fix loss. 2020-08-27 22:36:44 +01:00
pcb PDF of schematic 2023-10-12 22:18:56 +02:00
tracker Improve nmea_t type and fix altitude not being recorded. Adjust flight state logic. 2020-08-25 20:42:23 +01:00
.gitignore camera: save SSDV id to disk and restart from that. Also Fix counting of lo_res photo interval. 2020-06-25 19:52:30 +01:00
.gitmodules Add https://github.com/fsphil/ssdv 2020-04-09 12:17:44 +02:00
Readme.md Update Readme.md 2020-10-29 22:13:24 +01:00

Readme.md

I2C

You need to use software driver to I2C, and therefore, disable bluetooth. This is for rPI 3 and up.

[https://raspberrypi.stackexchange.com/questions/45570/how-do-i-make-serial-work-on-the-raspberry-pi3-or-later-model]

sudo rpi-update

nano /boot/config.txt

dtoverlay=pi3-disable-bt
enable_uart=1
dtoverlay=w1-gpio
dtparam=i2c_arm=off
dtparam=i2c=off
#dtoverlay=i2c-gpio,bus=1,i2c_gpio_sda=2,i2c_gpio_scl=3
dtoverlay=i2c-gpio,i2c_gpio_sda=2,i2c_gpio_scl=3

Dependencies

SSDV:

git submodule update --init --recursive


sudo apt-get install libboost-program-options-dev


git clone https://github.com/zeromq/libzmq.git

build with cmake


git clone https://github.com/zeromq/cppzmq.git

build with cmake


http://abyz.me.uk/rpi/pigpio/download.html

wget https://github.com/joan2937/pigpio/archive/master.zip
unzip master.zip
cd pigpio-master
make
sudo make install

pip3 install zmq exifread picamera psutil

sudo apt-get install imagemagick

Run on one thread:

taskset -c 1 ./tracker

MTX2 datasheet

http://www.radiometrix.com/files/additional/mtx2.pdf