- Nov 29, 2016
-
-
Mark Whitehorn authored
-
Daniel Agar authored
- if the land detector started before the mavlink module it won't have a valid message vehicle_land_detected message until published again
-
- Nov 28, 2016
-
-
David Sidrane authored
The mapping of PX4_SPIDEV_ACCEL_MAG to PX4_SPIDEV_ICM is not a clean approach and the PX4_SPIDEV_MPU is already used by the mpu9250 leaving the only (and the correct) option to the use PX4_SPIDEV_ICM and make it map to the reused ACCEL_MAG_CS PC15 as 206080D_CS
-
Julian Oes authored
The mavlink message MOUNT_STATUS has been renamed to MOUNT_ORIENTATION. This changes the Firmware code accordingly.
-
Lucas De Marchi authored
-
Lucas De Marchi authored
Thanks to Beat Küng for improved tuning.
-
Lucas De Marchi authored
Make it common with other boards
-
Lucas De Marchi authored
This is the file to set things related to the Intel Aero RTF.
-
José Roberto de Souza authored
-
José Roberto de Souza authored
-
José Roberto de Souza authored
For now it is only checking if there is a external HMC5883, if necessary more compass should be added and probe.
-
José Roberto de Souza authored
AeroFC is updated by Aero board using the UART between AeroFC and Aero board. This script will copy firmware and px_uploader.py to Aero board and run px_uploader.py with the correct paremeters. User only needs to have a network connection (Ethernet over USB or WiFi) with Aero board to update AeroFC firmware. The IP/hostname can be given by AERO_HOSTNAME environment variable.
-
Lucas De Marchi authored
-
Lucas De Marchi authored
-
José Roberto de Souza authored
-
Lucas De Marchi authored
Right now it's only possible to use ttyS2 as the UART for connecting a companion computer. Add a variable that can be set so other boards may be better supported.
-
José Roberto de Souza authored
-
José Roberto de Souza authored
Or mixer load will fail
-
José Roberto de Souza authored
-
Lucas De Marchi authored
We export an "empty" table, but there's no protection when doing ioctl().
-
Lucas De Marchi authored
-
Lucas De Marchi authored
-
Lucas De Marchi authored
So it just does rcin and does not try to do the other initializations.
-
Lucas De Marchi authored
-
Lucas De Marchi authored
-
James Goppert authored
-
José Roberto de Souza authored
As ASC use a non-standard UART for mavlink it is necessary check for the board name and set SYS_AUTOSTART to initialize mavlink on the right interface otherwise there is no way to change the SYS_AUTOSTART.
-
José Roberto de Souza authored
Correct set pin mux and removed unused interfaces.
-
Lucas De Marchi authored
-
Lucas De Marchi authored
-
José Roberto de Souza authored
MPU6500, MS5611 and HMC5883 only power on when GPIO_SENSORS_POWER is set.
-
José Roberto de Souza authored
-
José Roberto de Souza authored
-
José Roberto de Souza authored
Battery voltage and current will be read in another way in future.
-
Lucas De Marchi authored
Like in bootloader, use the centered LED to show activity.
-
José Roberto de Souza authored
-
José Roberto de Souza authored
SPI bus 1 is the bus connected to MPU6500, so remove SPI bus 3 and 4. Also remove everything else related to SPI that this board doesn't have.
-
José Roberto de Souza authored
-
Lucas De Marchi authored
Remove what's not used like SPI and UART ports, ADC, etc. Add UART5 and I2C1 that are going to be used. This also received contribution from José Roberto de Souza <jose.souza@intel.com>.
-
Lucas De Marchi authored
-