This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
bwhoop_ah [2018/04/01 17:48] mrvanes created |
bwhoop_ah [2018/04/02 14:04] (current) mrvanes |
||
---|---|---|---|
Line 3: | Line 3: | ||
Altitude Hold version of Silverware can be found in [[https:// | Altitude Hold version of Silverware can be found in [[https:// | ||
- | Added configuration (config.h) | + | |[[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: | ||
+ | |||
+ | < | ||
+ | $ git clone https:// | ||
+ | Cloning into ' | ||
+ | remote: Counting objects: 1130, done. | ||
+ | remote: Compressing objects: 100% (50/50), done. | ||
+ | remote: Total 1130 (delta 72), reused 90 (delta 64), pack-reused 1016 | ||
+ | Receiving objects: 100% (1130/ | ||
+ | Resolving deltas: 100% (717/717), done. | ||
+ | $ cd BoldClash-BWHOOP-B-03/ | ||
+ | $ git checkout AH | ||
+ | Branch AH set up to track remote branch AH from origin. | ||
+ | Switched to a new branch ' | ||
+ | $ git status | ||
+ | On branch AH | ||
+ | Your branch is up-to-date with ' | ||
+ | $ | ||
+ | </ | ||
+ | |||
+ | Added configuration (config.h) | ||
< | < | ||
Line 10: | 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 |