aboutsummaryrefslogtreecommitdiff
path: root/src/modules/px4iofirmware/protocol.h
Commit message (Collapse)AuthorAgeFilesLines
* Merged master into lockdown_disableLorenz Meier2014-01-301-4/+15
|\
| * Add flag to indicate proper RC mappingLorenz Meier2014-01-261-0/+1
| |
| * RSSI and SBUS out config now handled as setup feature flags.Lorenz Meier2014-01-261-0/+4
| |
| * Clean up RC related metadata, put everything into the RC data page. This ↵Lorenz Meier2014-01-261-4/+10
| | | | | | | | ensures atomic reads, makes the reads more efficient and allows for some headroom for more RC flags. The IO driver side is updated as well, however, these flags are not published yet.
* | Teach IO firmware that arming and lockdown are two different things, clean ↵Lorenz Meier2014-01-161-0/+1
|/ | | | up arming check
* Merged masterLorenz Meier2013-12-271-1/+2
|\
| * Added PPM frame length feedback in IO comms and status command - allows to ↵Lorenz Meier2013-12-251-1/+2
| | | | | | | | warn users about badly formatted PPM frames
* | Merged masterLorenz Meier2013-12-211-0/+6
|\|
| * First stab at implementing better RSSI based connection status estimation, ↵Lorenz Meier2013-12-131-0/+1
| | | | | | | | still needs some work and testing
| * Merged crccheck commandAndrew Tridgell2013-12-131-0/+2
| |
| * Merged PX4IO crc checks and force updateAndrew Tridgell2013-12-131-0/+3
| |
* | Added support for a total of four control groups to the IO driver and IO ↵Lorenz Meier2013-12-081-20/+34
|/ | | | firmware. This allows to run auxiliary payload. Cleaned up defines for RC input channel counts, this needs another sweep to then finally allow up to 16 mapped channels and up to 20-24 RAW RC channels
* pwm info provides more information, some fixes for setting rate/min/max/disarmedJulian Oes2013-10-071-2/+2
|
* Implement Spektrum DSM pairing in V2Jean Cyr2013-09-181-0/+2
| | | | | - Bind control for V2 - Relays and accessory power not supported on V2 hardware
* Merged fmuv2_bringupLorenz Meier2013-08-211-1/+2
|\
| * Added flag to disable RC evaluation onboard of IO (raw values still forwarded)Lorenz Meier2013-08-211-1/+2
| |
* | Fixed in-air timout, bumped protocol versionLorenz Meier2013-08-171-1/+1
| |
* | Merge remote-tracking branch 'px4/new_state_machine_drton' into ↵Julian Oes2013-08-151-2/+13
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | fmuv2_bringup_new_state_machine_drton Conflicts: src/drivers/blinkm/blinkm.cpp src/drivers/px4io/px4io.cpp src/modules/commander/state_machine_helper.c src/modules/px4iofirmware/protocol.h src/modules/px4iofirmware/registers.c src/modules/systemlib/systemlib.h src/systemcmds/reboot/reboot.c
| * Merged masterLorenz Meier2013-07-151-0/+16
| |\
| * | Added functionality to enable PWM output for stupid ESCs even when safety is ↵Julian Oes2013-06-191-1/+5
| | | | | | | | | | | | not off, arming button functionality remains as is
| * | Merge remote-tracking branch 'upstream/io_fixes' into new_state_machineJulian Oes2013-06-181-3/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/px4io/px4io.cpp src/modules/commander/commander.c src/modules/commander/state_machine_helper.c src/modules/commander/state_machine_helper.h src/modules/px4iofirmware/mixer.cpp src/modules/uORB/topics/actuator_controls.h src/modules/uORB/topics/vehicle_status.h
| | * | Software version check fixesLorenz Meier2013-06-121-2/+5
| | | |
| | * | Minor state machine improvements and fixes for IO safety / in-air restart ↵Lorenz Meier2013-06-121-2/+3
| | | | | | | | | | | | | | | | handling
| * | | First try to prevent motors from stopping when armedJulian Oes2013-06-181-0/+6
| |/ /
* | | Symbol cleanup for servo vs. battery voltageLorenz Meier2013-07-261-6/+6
| | |
* | | Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-07-141-1/+9
|\ \ \ | | |/ | |/|
| * | General cleanup of /dev/px4io and /dev/px4fmuJean Cyr2013-07-091-0/+7
| | | | | | | | | | | | | | | | | | | | | - Use distinct common symbols for px4io and px4fmu device files, and use instead of hardcoded filenames - Use common symbols defining px4io bits consistently between px4fmu and px4io builds.
| * | Support binding DSM2 and DSMX satellite receiversJean Cyr2013-07-051-0/+9
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Tweak protocol register assignments and add new registers to accommodate ↵px4dev2013-07-061-19/+33
| | | | | | | | differences in IOv2.
* | Move the common definitions for the PX4IO serial protocol into the shared ↵px4dev2013-07-061-0/+78
| | | | | | | | header.
* | More test work on the px4io side of the serial interface.px4dev2013-07-041-0/+4
| |
* | Checkpoint: interface abstraction for px4io driverpx4dev2013-06-251-35/+9
| |
* | Merge branch 'master' into fmuv2_bringupLorenz Meier2013-06-101-1/+3
|\|
| * Slightly reworked IO internal failsafe, added command to activate it (px4io ↵Lorenz Meier2013-05-281-1/+3
| | | | | | | | failsafe), does not parse commandline arguments yet
* | Add serial read-length handling.px4dev2013-05-221-4/+7
| |
* | Merge branch 'fmuv2_bringup' into fmuv2_bringup_io2px4dev2013-05-221-5/+3
|\|
| * Fixed led patterns to be up to the latest specsLorenz Meier2013-05-121-1/+2
| |
| * New blink patterns for safety switch, removed GPS lock indicatorLorenz Meier2013-05-091-1/+0
| |
| * px4io: return raw ADC value for currentAndrew Tridgell2013-05-041-3/+1
| | | | | | | | | | | | we don't know how to scale it as we have no info on what sensor is attached. As we are returning a uint16_t it is better to let the FMU sort it out or we'll just lose precision.
* | Serial interface for IOv2px4dev2013-04-281-8/+31
|/
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-281-0/+204