px4-firmware/boards/px4/fmu-v5x/init/rc.board_sensors

30 lines
556 B
Plaintext
Raw Normal View History

2019-05-28 19:18:38 -03:00
#!/bin/sh
#
# PX4 FMUv5X specific board sensors init
#------------------------------------------------------------------------------
board_adc start
2019-11-11 16:35:59 -04: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-05-28 19:18:38 -03:00
# Internal SPI bus ICM-20602
icm20602 -R 10 -s start
2019-05-28 19:18:38 -03:00
# Internal SPI bus ISM300DLC
ism330dlc -s start
2019-05-28 19:18:38 -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
# Possible internal Baro
2020-02-26 11:51:35 -04:00
bmp388 -I -a 0x77 start
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