This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
bwhoop_ah [2018/04/01 20:24] mrvanes |
bwhoop_ah [2018/04/02 14:04] (current) mrvanes |
||
---|---|---|---|
Line 2: | Line 2: | ||
Altitude Hold version of Silverware can be found in [[https:// | Altitude Hold version of Silverware can be found in [[https:// | ||
+ | |||
+ | |[[http:// | ||
+ | |||
+ | On the left, the barometer Bwhoop B-03 can be recognized by the pressure filter foam pad. On the right is the BWHOOP B-03 Pro, //without// barometer.\\ | ||
+ | \\ | ||
+ | On linux, a branch can be checked out like this: | ||
< | < | ||
Line 21: | Line 27: | ||
</ | </ | ||
- | Added configuration (config.h) | + | Added configuration (config.h) |
< | < | ||
Line 28: | Line 34: | ||
// Hold throttle on centered stick | // Hold throttle on centered stick | ||
- | #define USE_STOCK_SPRINGLOADED_HOLD | + | // #define USE_STOCK_SPRINGLOADED_HOLD |
// Use BARO sensor - type in hardware.h | // Use BARO sensor - type in hardware.h | ||
- | // #define ENABLE_BARO | + | #define ENABLE_BARO |
</ | </ | ||
**USE_STOCK_SPRINGLOADED_TX** is used to make use of normal bwhoop springloaded TX. The throttle is centered with springs and this define makes the center position 0% throttle. Pushing down decreases alt (when in BARO or SPRINGLOADED_HOLD mode). | **USE_STOCK_SPRINGLOADED_TX** is used to make use of normal bwhoop springloaded TX. The throttle is centered with springs and this define makes the center position 0% throttle. Pushing down decreases alt (when in BARO or SPRINGLOADED_HOLD mode). | ||
- | **USE_STOCK_SPRINGLOADED_HOLD** is a poor man's altitude hold. This makes center throttle 0% throttle, and adds or decreases throttle when pushing or pulling throttle. Center will keep the last throttle, so when carefully adjusted this will keep the drone in place. | + | **USE_STOCK_SPRINGLOADED_HOLD** is a poor man's altitude hold. This makes center throttle 0% throttle |
- | **ENABLE_BARO** Enables | + | **ENABLE_BARO** Enables |