balon tracker: rpi zero ublox gps MTX2 radiometrix trx
 
 
 
 
Go to file
Michal 343d5db1ac
Update Readme.md
2020-06-29 14:53:21 +02:00
camera Add WorkingDirectory=/boot to camera.service 2020-06-26 16:58:37 +01:00
pcb
tracker/code watchdog for multiple threads 2020-06-27 21:41:06 +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
Readme.md Update Readme.md 2020-06-29 14:53:21 +02:00

Readme.md

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]

/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

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

pip install zmq exifread

sudo apt-get install imagemagick

run on one thread:

taskset -c 1 ./tracker