Lorenz Meier
de88732e8e
Prevented unhealthy RC input from propagating through the system
12 years ago
px4dev
2ac0cac11f
Build fix - need <termios.h>
12 years ago
Lorenz Meier
d16d66f990
Enabled UART3, added JTAG make target for IO, removed potentially problematic usleep
12 years ago
px4dev
9fa794a8fa
Rework the PX4IO software architecture:
...
- Use a separate thread for handing R/C inputs and outputs.
- Remove all PX4IO R/C receiver configuration; it's all automatic now.
- Rework the main loop, dedicate it to PX4FMU communications after startup.
- Fix several issues in the px4io driver that would cause a crash if PX4IO was not responding.
12 years ago
px4dev
d0efd1a419
Fix the DSM (spektrum) protocol decoder, and add some format auto-detection to it.
12 years ago
px4dev
92e1d5eb78
Possible fix for #78 - increase the wait timeout for discard when flashing PX4IO. It's not clear this solves the issue, but I can't reproduce it with this added.
12 years ago
Lorenz Meier
15236d1ff2
Hotfix: calibration status returns sanity checks with better granularity
12 years ago
Lorenz Meier
90b94b5050
Ported all mixers to actuator_controls_effective topic, mixers do not output the limited result yet
12 years ago
Lorenz Meier
11b0242f55
Not arming FMU in HIL mode
12 years ago
Lorenz Meier
b757ebbda8
Not arming FMU in HIL mode
12 years ago
Lorenz Meier
4298f68fcd
IO does not arm in HIL mode
12 years ago
Lorenz Meier
b1bc5e0e46
Improved drivers, allowed parallel use of multiple gyros
12 years ago
Lorenz Meier
df5e4d1904
Improved self-test logic
12 years ago
Lorenz Meier
5020a0a063
Addes sensor self test commands
12 years ago
Lorenz Meier
f803540415
Added preflight_check app which checks core system sensors, so far only mag
12 years ago
Lorenz Meier
3eb36bbd21
Fix led assignment for FMU
12 years ago
Lorenz Meier
722af669fe
Better integrate calibration check
12 years ago
Lorenz Meier
050698bedc
Added missing channel count in px4io driver
12 years ago
Lorenz Meier
e9942e4af7
minor HIL related tweaks
12 years ago
Lorenz Meier
2c12802f25
Fixed HIL compile warnings
12 years ago
Lorenz Meier
596d20e2a3
Increased stack sizes, 1K is not enough when calling printf() from within app
12 years ago
Lorenz Meier
41629e0ddb
Operational mixing and outputs in hil
12 years ago
Lorenz Meier
b43f692d3a
Correctly handling 8+ outputs, currently only first 8 supported
12 years ago
Lorenz Meier
e8eb887515
Added hil command to emulate PWM outputs
12 years ago
Lorenz Meier
e99a684fd8
Removed debug ioctl output
12 years ago
Lorenz Meier
bb0c7450c8
Fixed mixer loading for FMU
12 years ago
Lorenz Meier
9221addebd
Added HIL/fake PWM out mode to be able to run a mixer against HIL
12 years ago
Julian Oes
2b5f551838
Revert "Revert "Another take on Spektrum/DSM frame decoding, based on more careful examination of the relevant docs.""
...
This reverts commit 38b20f2a1a
.
12 years ago
Julian Oes
38b20f2a1a
Revert "Another take on Spektrum/DSM frame decoding, based on more careful examination of the relevant docs."
...
This reverts commit ff3a014971
.
12 years ago
px4dev
ff3a014971
Another take on Spektrum/DSM frame decoding, based on more careful examination of the relevant docs.
12 years ago
Julian Oes
e0e96c005a
Corrected two small bugs considering arming and disarming
12 years ago
Lorenz Meier
e7f2c053c2
Quickly separated low-level raw RC from mapped / scaled RC, supports FMU PPM and IO PPM / Spektrum now
12 years ago
px4dev
39659e57f8
Add prototypical support for Spektrum satellite remotes to PX4IO.
12 years ago
px4dev
06e17eae5d
Fix off-by-one reading PWM output values. Minor robustness tweaks.
12 years ago
px4dev
487597b385
Checkpoint; messages from FMU now make it to IO intact; fix HRT init timing, process more bytes from the serial port, add some simple packet counting.
12 years ago
px4dev
b0da90b6db
When starting the px4io driver, check that data is being received from the PX4IO board.
12 years ago
px4dev
f11cf48bb9
Attach the interrupt before powering on the HRT timer.
12 years ago
px4dev
5af84e3b11
Check for transmit errors.
12 years ago
px4dev
ea539031da
Cleanup and refactor of the PX4IO firmware and board support. Builds, not tested yet.
12 years ago
Lorenz Meier
18dbdf0a54
Report mag status to system, sanity-check calibration
12 years ago
px4dev
34a3b260f3
Move the last of the board-specific code for PX4FMU out of the NuttX tree. Now it's just configuration.
12 years ago
px4dev
b685d46dbf
Clean out remains of the old EEPROM driver.
12 years ago
px4dev
270a5d351f
Warning fixes.
12 years ago
px4dev
9a85801cb0
Doxyheader fixes
12 years ago
Lorenz Meier
574eb96a2e
Calibration improvement
12 years ago
px4dev
98791bc674
Remove reboot() API, replace with a prototype for up_systemreset() which is portable.
12 years ago
px4dev
9184753f17
Remove an annoying message.
12 years ago
px4dev
0272fc49aa
Build fix due to missing include.
12 years ago
px4dev
6cec7f131e
Minor board.h changes.
12 years ago
px4dev
5135e5308b
Hoist the GPIO driver out and integrate it with the px4fmu driver. Move these pieces into the drivers tree.
12 years ago