This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
more_brushless_setup_info3 [2016/08/28 12:08] ian446 |
more_brushless_setup_info3 [2018/04/28 10:38] (current) ian446 |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | This little 99mm diagonal quad was built using Eachine 1104 4000kv motors, Multistar 6A esc's, H8 mini green FC (cut down), RX2535 props, 450mAh 3S Nanotech battery and a 99mm frame from Armattan Productions. It weighs 46.9gm and the battery is 40.0gm, AUW is 86.9gm. | + | Placeholder. |
- | + | ||
- | {{https:// | + | |
- | + | ||
- | Some of the firmware settings are - gyro lpf 42Hz, soft lpf none, throttle reduction 30%, motor min 0.07 for 3S, motor filter on, PWM 8kHz. One of the esc's has a 5V BEC and that powers the FC. It's a good flyer on 2S or 3S. | + | |
- | + | ||
- | < | + | |
- | float pidkp[PIDNUMBER] = { 6.3e-2 , 6.3e-2 , 2.6e-1 }; | + | |
- | float pidki[PIDNUMBER] = { 1.8e-1 , 1.8e-1 , 1.0e-1 }; | + | |
- | float pidkd[PIDNUMBER] = { 2.9e-1 , 2.9e-1 , 1.4e-1 };</ | + | |
- | + | ||
- | {{https:// | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | This next quad was built using a GW008 (skull drone) FC with CG023 firmware, buck regulator from Banggood, DYS 1306 4000kv motors, Gemfan 3545 props, XM10A escs, 450mAh 3S Nanotech battery and a 140mm frame from Armattan Productions. It weighs 99.9gm and the battery is 40.7gm, AUW is 140.6gm. The other battery I use is an 850mAh 3S weighing 71.5gm, AUW 171.4gm. | + | |
- | + | ||
- | {{https:// | + | |
- | + | ||
- | Some of the firmware settings are - gyro lpf 41Hz, soft lpf 2nd 88Hz, motor filter on, PPM ESC freq 400Hz, HW I2C speed fast, motor min 0.12. | + | |
- | + | ||
- | < | + | |
- | float pidkp[PIDNUMBER] = { 4.0e-2 , 4.0e-2 , 1.4e-1 }; | + | |
- | float pidki[PIDNUMBER] = { 1.7e-1 , 1.7e-1 , 0.7e-1 }; | + | |
- | float pidkd[PIDNUMBER] = { 3.9e-1 , 3.9e-1 , 1.5e-1 };</ | + | |
- | + | ||
- | {{https:// | + | |