2019-05-28 19:18:38 -03:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# PX4 FMUv5X specific board sensors init
|
|
|
|
#------------------------------------------------------------------------------
|
2020-09-08 00:09:20 -03:00
|
|
|
board_adc start
|
2019-11-11 16:35:59 -04:00
|
|
|
|
2019-07-27 14:38:09 -03:00
|
|
|
# Start Digital power monitors
|
2020-03-06 05:54:21 -04:00
|
|
|
ina226 -X -b 1 -t 1 -k start
|
|
|
|
ina226 -X -b 2 -t 2 -k start
|
2019-07-27 14:38:09 -03:00
|
|
|
|
2019-05-28 19:18:38 -03:00
|
|
|
# Internal SPI bus ICM-20602
|
2020-07-06 05:58:18 -03:00
|
|
|
icm20602 -R 10 -s start
|
2019-05-28 19:18:38 -03:00
|
|
|
|
|
|
|
# Internal SPI bus ISM300DLC
|
2020-03-18 13:31:20 -03:00
|
|
|
ism330dlc -s start
|
2019-05-28 19:18:38 -03:00
|
|
|
|
2020-06-04 17:16:40 -03:00
|
|
|
# Internal SPI BMI088
|
|
|
|
bmi088 -A -R 4 -s start
|
|
|
|
bmi088 -G -R 4 -s start
|
2019-05-28 19:18:38 -03:00
|
|
|
|
|
|
|
# Possible internal compass
|
2020-03-11 14:56:46 -03:00
|
|
|
bmm150 -I start
|
2019-05-28 19:18:38 -03:00
|
|
|
|
2020-02-18 12:14:10 -04:00
|
|
|
# Possible internal Baro
|
2020-02-26 11:51:35 -04:00
|
|
|
bmp388 -I -a 0x77 start
|
2020-07-06 05:58:18 -03:00
|
|
|
bmp388 -I start
|
2019-10-31 07:07:07 -03:00
|
|
|
|
2019-11-20 15:28:33 -04:00
|
|
|
# Baro on I2C3
|
|
|
|
ms5611 -X start
|