aboutsummaryrefslogtreecommitdiff
path: root/src/modules/px4iofirmware/px4io.h
Commit message (Collapse)AuthorAgeFilesLines
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-021-6/+1
| | | | | | most of the PX4-specific board configuration data moves out of the config and into the board driver. Rename some directories that got left behind in the great board renaming.
* Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-07-141-0/+1
|\
| * Support binding DSM2 and DSMX satellite receiversJean Cyr2013-07-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The px4io bind command allows you to put a DSM satellite receiver into bind mode. Since this feature requires that the dsm VCC line (red wire) be cut and routed through relay one, it is not enabled by default in order not to affect those not using a DSM satellite receiver or wising to use relay one for other purposes. NOTE: Binding DSM2 satellites in 11-bit mode is not supported due to potential bug in some DSM2 receiver streams when in 11-bit mode. Furthermore the px4io software folds 11 bit data down to 10 bits so there is no resolution advantage to to 11-bit mode. To enable the feature the RC_RL1_DSM_VCC parameter must be set to a non zero value from the console, or using QGroundControl: param set RC_RL1_DSM_VCC 1 From the console you can initiate DSM bind mode with: uorb start param set RC_RL1_DSM_VCC 1 px4io start px4io bind dsm2 For binding a DSMX satellite to a DSMX transmitter you would instead use: px4io bind dsmx Your receiver module should start a rapid flash and you can follow the normal binding sequence of your transmitter. Note: The value of parameter RC_RL1_DSM_VCC defaults to 0, so none of this will have any effect on an unmodified DSM receiver connection. For this feature to work, the power wire (red) must be cut and each side connected to a terminal on relay1 of the px4io board. This has been tested using Spektrum as well as Hobby King 'Orange' DSM satellite receivers. Both px4fmu and px4io images are updated.
* | Pull v2 pieces up to build with the mergepx4dev2013-07-071-14/+16
| |
* | Tweak protocol register assignments and add new registers to accommodate ↵px4dev2013-07-061-25/+33
| | | | | | | | differences in IOv2.
* | More test work on the px4io side of the serial interface.px4dev2013-07-041-1/+1
| |
* | iov2 pin definition cleanup sweeppx4dev2013-07-041-1/+3
| |
* | More implementation for the serial side on IO; fix a couple of bugs on the ↵px4dev2013-06-281-1/+6
| | | | | | | | | | | | FMU side. Still needs serial init and some more testing/config on the FMU side, but closer to being ready to test.
* | Serial interface for IOv2px4dev2013-04-281-14/+8
|/
* Re-enabled mixerLorenz Meier2013-04-281-2/+2
|
* IO compilingLorenz Meier2013-04-281-7/+18
|
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-281-0/+188