Commit graph

2703 commits

Author SHA1 Message Date
Nicholas Sherlock 5651e65a0b Add support for discovering beginning of free space on flash chip 2015-02-10 13:44:18 +13:00
Petr Ledvina 8edce9062f fix typo 2015-02-09 08:30:30 +01:00
Petr Ledvina 03900bab40 formating 2015-02-07 17:16:14 +01:00
Petr Ledvina 8e6946da5a Starting PID internals documentation 2015-02-07 16:58:50 +01:00
Dominic Clifton 2dc09cd24b Merge pull request #457 from dave-pitman/patch-1
Update PID tuning.md
2015-02-06 14:08:11 +00:00
Max Winterstein fb822c0009 Update Oneshot.md
BLHeli rev13.0 also supports oneshot125. see https://github.com/bitdump/BLHeli/blob/master/Atmel/BLHeli.asm#L33
2015-02-05 23:22:31 +01:00
Dominic Clifton b4b16fa28c SPRACINGF3 - Set sensor alignments. 2015-02-05 17:49:32 +00:00
Dominic Clifton 012e8fac31 SPRACINGF3 - Configure beeper GPIO correctly. 2015-02-05 17:06:32 +00:00
Dave Pitman b07a001298 Update PID tuning.md 2015-02-04 22:41:56 -08:00
Dominic Clifton ed51428989 SPRACINGF3 - Enable DISPLAY. Specify serial port I/O in target.h. 2015-02-05 02:08:37 +00:00
Dave Pitman 8c18b59530 Update PID tuning.md 2015-02-04 17:52:13 -08:00
Dave Pitman fddf3a5761 Update PID tuning.md 2015-02-04 17:33:47 -08:00
JohnieBraaf c28d2f4377 Update Hardware Debugging.md
Added reference to detailed guide in the wiki, and visual studio IDE setup
2015-02-05 01:52:47 +01:00
Dave Pitman e0e815ce73 Update PID tuning.md 2015-02-04 16:26:01 -08:00
Dave Pitman a408041df8 Update PID tuning.md 2015-02-04 14:52:10 -08:00
Dominic Clifton fdb81ed3b9 SPRACINGF3 - Enable ADC for VBAT, Current and RSSI. 2015-02-04 21:51:23 +00:00
Dominic Clifton 430ccd2338 STM32F3DISCOVERY/CHEBUZZF3 - Move ADC pin definitions to target.h files 2015-02-04 21:51:04 +00:00
Gregor Ottmann 5867f3a6db Update Spektrum bind.md
Updated as per MJ666's instructions
2015-02-04 12:34:54 +01:00
Gregor Ottmann e9e3829cf5 Update Spektrum bind.md
Added tested satellite transmitter combinations as given by MJ666
2015-02-04 11:55:16 +01:00
Gregor Ottmann ac5f45d7f2 Update Spektrum bind.md
Section about connecting a satellite to the Flip32+ was changed so it wasn't specific for the Orange RX anymore.
2015-02-04 08:39:36 +01:00
Gregor Ottmann 23c966c6f1 Update Spektrum bind.md
Added a description for connecting the SAT to a Flip32+ board
2015-02-03 19:04:04 +01:00
Dominic Clifton 8aee0b25e2 Fix bug where current meter didn't work unless VBAT feature was enabled. 2015-02-03 16:20:14 +00:00
Dominic Clifton 6de42dd0de Display version on the OLED display. 2015-02-02 22:30:59 +00:00
Dominic Clifton 395a1bb9a3 Update cli version command to show the version number now that there is
one available.
2015-02-02 22:05:30 +00:00
Dave Pitman 9a74e15afd Update PID tuning.md 2015-02-02 12:06:58 -08:00
Dave Pitman 20600dc211 Delete Rates & Expo.md 2015-02-02 11:57:57 -08:00
Dave Pitman 59012c9ae7 Update and rename Rates Expo TPA.md to Rates & Expo.md 2015-02-02 11:47:05 -08:00
Dave Pitman 6be883a392 Update Rates Expo TPA.md 2015-02-02 11:45:38 -08:00
Dave Pitman 1cbdf89cf1 Update PID tuning.md 2015-02-02 11:45:21 -08:00
Dave Pitman 72434674ca Update Rates Expo TPA.md 2015-02-02 11:36:36 -08:00
Dave Pitman 4e6e664229 Update Rates Expo TPA.md 2015-02-02 11:30:35 -08:00
Dave Pitman 5fe9b903e2 Create Rates Expo TPA.md 2015-02-02 11:26:56 -08:00
Dominic Clifton 973efdd5fc Temporary workaround for CC3D non-functional VCP when using OpenPilot
bootloader that some users have reported. This allows MSP connection via
USART so the board can be reconfigured.
2015-02-02 00:31:35 +00:00
Dominic Clifton 7ff15b0ea7 Updating sparky state in TODO list now that baro is confirmed working on
a board with a good baro.

As of this commit the following was observed:
* Baro's on Sparky boards supplied by Witespy / RTF Quads are bad (very
very noisy).
* Baro's on Sparky boards supplied by RadioC are fine.
2015-02-02 00:16:07 +00:00
Dominic Clifton 5512ff08c3 Allow thrust color to be combined with throttle. 2015-02-01 18:34:37 +00:00
Dominic Clifton 0fd7a2568c Fix for BaroAlt resetting to 0.
This needs a little more investigation since it only seems to happen on
the Sparky (F3 target).  The BaroAlt resets to 0 because of floating
point divide by 0 when calculating accZ_tmp which results in accAlt
becoming not-a-number (NaN).
2015-02-01 17:18:20 +01:00
Joel Fuster 302701772c Add missing function declaration 2015-01-31 20:47:41 -05:00
Dominic Clifton 55cac2bdeb Finally rename flight.c/.h to pid.c/.h. Cleanup some dependencies.
Relocate more code.
2015-02-01 00:39:38 +01:00
Dominic Clifton 8cc9e8ca37 More relocation of variables. 2015-02-01 00:03:46 +01:00
Dominic Clifton 53406a7ac7 Relocate some structures and code to the right places.
This cleans up the include file order somewhat and fixes a couple of
dependencies.

The goal of this is to rename flight.c/flight.h to pid.c/pid.h.
2015-01-31 23:47:51 +01:00
Dominic Clifton a9b2c39872 printf naming cleanup 2015-01-31 22:29:17 +01:00
Dominic Clifton 2a37e26715 Use correct flag for GPIOC IDR check. 2015-01-31 22:27:45 +01:00
Dominic Clifton 01b2ce0b36 IMU naming cleanup. 2015-01-31 22:23:38 +01:00
Dominic Clifton 8b0a982931 Telemetry naming cleanup. 2015-01-31 22:12:11 +01:00
Dominic Clifton 7c2c5eb152 Removing TODOs.
If it needs to be done it will be done.
2015-01-31 22:08:03 +01:00
Dominic Clifton a0cca0c889 Updating sparky state in TODO list. 2015-01-31 21:59:13 +01:00
Dominic Clifton 27f0216a19 Ensure that current meter feature is not disabled since it requires no
hardware io.
2015-01-31 21:56:01 +01:00
Joel Fuster ec946ea7d5 Split filter into separate file for future reuse 2015-01-31 11:46:44 -05:00
Joel Fuster 4f0af41e79 Merge remote-tracking branch 'upstream/master' into lowpass 2015-01-31 10:47:39 -05:00
tracernz cda2f3169e Add NMEA $GPGSV Decoding for Sat Data 2015-01-31 18:08:36 +13:00