balon tracker: rpi zero ublox gps MTX2 radiometrix trx
 
 
 
 
Go to file
Michal Fratczak 12c9d3d432 Add https://github.com/fsphil/ssdv 2020-04-09 12:17:44 +02:00
pcb squash mtx2 devel branch 2020-04-01 15:10:53 +02:00
tracker/code Add https://github.com/fsphil/ssdv 2020-04-09 12:17:44 +02:00
.gitignore squash mtx2 devel branch 2020-04-01 15:10:53 +02:00
.gitmodules Add https://github.com/fsphil/ssdv 2020-04-09 12:17:44 +02:00
Readme.md Readme.md 2020-04-01 19:16:49 +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