|
|
|
|
|
|
||
|
Joined Jan 2011
16 Posts
|
Quote:
http://oddcopter.com/2012/07/18/flas...heli-firmware/ http://www.olliw.eu/2012/owsilprog-tutorials/ http://www.helifreak.com/blog.php?u=...categoryid=119 I fly turnigy 12A with BL-Heli -- Multiwii on a Megaboard... it flys GREAT !!!! Nenno |
|
|
||
|
|
|
|
Romania, Dolj, Craiova
Joined Sep 2007
12,674 Posts
|
What is the control channel then, if CH5 is for gimbal ?!
|
|
Latest blog entry: JRSky - birth of a dream radio
|
|
|
|
|
|
|
There's an ArduCopter v2.9.1 release that "resolves the throttle failsafe bug found in 2.9 which could lead to the copter performing a Return-to-launch even if the there had been no radio failure." From what's described in the DIYDones thread and browsing the code, it looks like they modified a line in the 'read_radio()' function in "radio.pde" to go from this:
Code:
if ((millis() - APM_RC.get_last_update() >= RADIO_FS_TIMEOUT_MS) && g.failsafe_throttle && motors.armed() && !ap.failsafe) {
Code:
uint32_t last_rc_update = APM_RC.get_last_update();
if ((millis() - last_rc_update >= RADIO_FS_TIMEOUT_MS) && g.failsafe_throttle && motors.armed() && !ap.failsafe) {
--ET |
|
|
|
|
||
|
Brazil, SC, Joinville
Joined Aug 2012
140 Posts
|
Quote:
|
|
|
||
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Discussion JR Indoor Photo Coverage - Higher Plane Productions JR Indoor | Jim T. Graham | JR Indoor Electric Festival | 21 | Dec 06, 2010 07:51 AM |
| Discussion We proudly present: brandnew Lubach F16 f. 90mm fan | ost | Electric Ducted Fan Jet Talk | 17 | Oct 03, 2010 11:46 AM |
| Poll nevermind pirates vs. ninjas | Karl Bē | Life, The Universe, and Politics | 3 | Sep 05, 2010 10:59 PM |
| Hobbico - Futaba Apparel and Accessories - Wear your Futaba orange proudly! | Dave Lauck | Product Announcements | 0 | Apr 18, 2005 05:13 PM |