Search found 11 matches

by bejo52
Sat Dec 27, 2014 3:29 pm
Forum: Getting Started - MultiWii config and setup
Topic: Cannot upload to the FC
Replies: 7
Views: 2475

Re: Cannot upload to the FC

I have a similar problem but it works with a old Arduino 1.01 IDE.
Maybe you can try this.
by bejo52
Sun Aug 03, 2014 7:19 pm
Forum: Software development
Topic: (Extended) Aux state handling
Replies: 5
Views: 2339

Re: (Extended) Aux state handling

I would like to use it and gave it already a try with the GPS Nav version from EOSBandi but there are some other things they did not work for me. Especially the headfree mode didn't work and the gimbal configuration at the Win GUI is not available. So if the extended Aux state could be included in t...
by bejo52
Sun Jun 29, 2014 5:46 pm
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 401266

Re: GPS NAV

Hi All, I just start to use the latest version of the EOSBandi software at a Crius AIOP V1. So far everything seems to work fine (PosHold, RTH, Alt hold) except the headfree mode. I didn't activate the advanced mode in the code. With the RC I activate it together with the mag and horizon but when I...
by bejo52
Sun Jun 29, 2014 5:41 pm
Forum: Ideas
Topic: LedFlasher used for LowBatt indication
Replies: 12
Views: 7972

Re: LedFlasher used for LowBatt indication

What do you mean with LED driver?
Software you don't need to care about, just configure your port. For the connection of LEDs I use the same circuit as for the buzzer (LED in stead of buzzer, you can find in the net)
by bejo52
Sat Jun 14, 2014 4:05 pm
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 401266

Re: GPS NAV

Hi All, I just start to use the latest version of the EOSBandi software at a Crius AIOP V1. So far everything seems to work fine (PosHold, RTH, Alt hold) except the headfree mode. I didn't activate the advanced mode in the code. With the RC I activate it together with the mag and horizon but when I ...
by bejo52
Tue Apr 22, 2014 5:31 pm
Forum: Ideas
Topic: LedFlasher used for LowBatt indication
Replies: 12
Views: 7972

Re: LedFlasher used for LowBatt indication

I got it. Don't care about the LEDPIN. Just configure the LED_FLASHER_PORT... I use #define LED_FLASHER_DDR DDRF #define LED_FLASHER_PORT PORTF #define LED_FLASHER_BIT PORTF4 on the Crius AIOP for the analog port A4. Leave the //#define LED_FLASHER_INVERT commented Now the LEDs switch on when arming...
by bejo52
Thu Apr 17, 2014 8:15 pm
Forum: Ideas
Topic: LedFlasher used for LowBatt indication
Replies: 12
Views: 7972

Re: LedFlasher used for LowBatt indication

I just discovered this nice feature and like to implement it at my Crius AIOP. Therefor I have to overwrite the used pin and there begins my problem. I am not sure if I have to change OVERRIDE_LEDPIN... in config.h or LED_FLASHER_PORT. I tried both. In the first case the leds show me the copter stat...
by bejo52
Thu Apr 17, 2014 7:42 pm
Forum: Ideas
Topic: 6 Pos. switch
Replies: 5
Views: 3206

Re: 6 Pos. switch

thanks for the hint. I found the code from Eosbandi. But I could not find this feature in his wingui

PS: I was a little blind. Of course you have to uncomment in config.h the line
#define EXTENDED_AUX_STATES
and now it works perfectly.
Thanks at Eosbandi
by bejo52
Wed Apr 02, 2014 8:20 pm
Forum: Ideas
Topic: 6 Pos. switch
Replies: 5
Views: 3206

6 Pos. switch

It would be nice to have a 6 position switch for one Aux channel instead of only 3 positions for the flight modes. Something like this is used at arducopter http://copter.ardupilot.com/wiki/common-six-modes and it is not to difficult to implement into a RC TX http://diydrones.com/profiles/blogs/6-po...
by bejo52
Mon Mar 04, 2013 9:02 pm
Forum: Shields, boards and sensors
Topic: 3DR Radio 433 MHz on MultiWii
Replies: 16
Views: 16730

Re: 3DR Radio 433 MHz on MultiWii

Hi Plüschi,
thank you for the hint.
I changed the settings as suggested and tried different air speeds (all on both devices) but nothing changed.
There is still no flight mode matrix :-(
by bejo52
Mon Feb 18, 2013 8:43 pm
Forum: Shields, boards and sensors
Topic: 3DR Radio 433 MHz on MultiWii
Replies: 16
Views: 16730

Re: 3DR Radio 433 MHz on MultiWii

Hi all, I just assembled a similar configuration as jonek. As there are a Crius all in one pro V2.0 board and a RCTimer Radio telemetry system base on 3DR Radio system with MiltiWii 2.1 And I make the same experience as jonek. Especially there are no switch settings (flight modes). All other items s...