Search found 18 matches

by Tvixen
Sun Jun 30, 2013 9:52 pm
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 655372

Re: MultiWii EZ-GUI

Hi Bart, Just installed your app, and wooow it's great. Keep up the good work, i'm sure i'll use this for many years. (and certainly gives a donation to you) Again ... Thanks for this great app Tvixen Tune/Denmark PS. If i buy your app on my HTC, will it then be possible to use this in my Samsung ga...
by Tvixen
Thu Jun 27, 2013 8:04 pm
Forum: Shields, boards and sensors
Topic: Help connecting a blue tooth adapter
Replies: 4
Views: 3831

Re: Help connecting a blue tooth adapter

Great guide.... thanks :)
by Tvixen
Wed Jun 26, 2013 11:52 am
Forum: Software development
Topic: Altitude Hold/Advanced Failsafe solutions by NHA
Replies: 270
Views: 131902

Re: Altitude Hold/Advanced Failsafe solutions by NHA

Thank you Adrian for this lovely code. And offcouse the Multiwii team for all the test and good ideas.
But who is compiling all these nice things into a new multiwii "final release".



Skål /Tvixen
by Tvixen
Wed Jun 26, 2013 10:01 am
Forum: Software development
Topic: MultiWii 2.2 buzzer bug
Replies: 6
Views: 3224

Re: MultiWii 2.2 buzzer bug

Hamburger wrote:use the override.buzzerpin feature from config.h


This function doesen't work on the HK Multiwii PRO board. Sso maybe it does not work on his board to :?:




/Tvixen
by Tvixen
Wed Jun 26, 2013 9:26 am
Forum: Software development
Topic: MultiWii 2.2 buzzer bug
Replies: 6
Views: 3224

Re: MultiWii 2.2 buzzer bug

Well know it's a small consolation, but it does not work on "HK MultiWii PRO Flight Controller w/MTK GPS Module" too.

It's because these boards has a different pin configuration.

(But use the Port command to setup your Buzzer. This will work.)


/Tvixen
by Tvixen
Sat Jun 22, 2013 12:06 pm
Forum: Getting Started - MultiWii config and setup
Topic: how do i clear the EEPROM?
Replies: 6
Views: 6321

Re: how do i clear the EEPROM?

scrat wrote:How to clear all eeprom data for Mega board?


Charnge the value from 512 to 4096

/Tvixen
by Tvixen
Tue Jun 18, 2013 8:55 pm
Forum: Getting Started - MultiWii config and setup
Topic: MultiWii 2.2 compiling : errors
Replies: 8
Views: 9785

Re: MultiWii 2.2 compiling : errors

I don't know how much time I spent to read and to learn, but I think it's enough... if I try to verify and/or compile a simple example of one of several sketches, simply I don't get errors, so I can think the software is good... and so I have to think the contrary about 2.2 source code, for that I ...
by Tvixen
Mon Jun 17, 2013 11:25 am
Forum: Software development
Topic: Spektrum Telemetry Feed
Replies: 15
Views: 5345

Re: Spektrum Telemetry Feed

Could be a great idea to implement for MEGA boards. A TM1000 cost around 75$(in DenmarK) and it can as deafult (out of the box) messure voltage and temperature. (Its in the DX8 box when u buy the big box) U can buy sensors for RPM, GPS, Airspeed, Temp, Amp, Volt, Altimeter,Gforce, Variometer, Capasi...
by Tvixen
Mon Jun 17, 2013 12:17 am
Forum: Getting Started - MultiWii config and setup
Topic: Multiwii wingui 2.2 DBG boxes
Replies: 3
Views: 1576

Re: Multiwii wingui 2.2 DBG boxes

cGiesen wrote:There is a way to fill this variables with debug information.
Normal Sonar values are coming on debug2
Because there is no extra MSP for that.
But its only interesiting for developers


My sonar goes to DBG3


/Tvixen
by Tvixen
Sun Jun 16, 2013 8:08 pm
Forum: Getting Started - MultiWii config and setup
Topic: how do i clear the EEPROM?
Replies: 6
Views: 6321

Re: how do i clear the EEPROM?

Gimbal wrote:you open youre arduino then open file tag, examples, eeprom and upload eeprom-clear and you are done


But this will only clear the first 512bytes of the Eeprom


/Tvixen
by Tvixen
Sun Jun 16, 2013 7:05 pm
Forum: Ideas
Topic: wishlist for v2.3
Replies: 104
Views: 43660

Re: wishlist for v2.3

Im using HK Mega2560 board w. GPS. And it would be nice to see the GPS update rate in the GUI. So we can see if it's running 5Hz or 10Hz. (I'm sure it would be a easy peasy work for EOSbandi to do this ) And +1 if the Sonar could be a part of the GUI, so we could see it in the real time data screen....
by Tvixen
Sun Jun 16, 2013 6:25 pm
Forum: Ideas
Topic: Attemp to integrate sonar (ultrasonic sensor)
Replies: 265
Views: 225757

Re: Attemp to integrate sonar (ultrasonic sensor)

Hi QSXE, so maby I think I got it to work (without looking to MegaPirateNG). In my code there are some Arduino keywords for setting the pins high and low (digitalWrite), I think they aren't used correctly for doing this. So I changed my definition by hand like it was in the original posting. Now th...
by Tvixen
Sun Jun 16, 2013 5:57 pm
Forum: Shields, boards and sensors
Topic: I2C error Need Help
Replies: 9
Views: 3370

Re: I2C error Need Help

NikTheGreek wrote:From Arduino IDE go to
FILE>>EXAMPLES>>EEPROM>>EEPROM CLEAR


Well the ATmega328 har 1Kb EEprom, so the example in Arduino will only work for the first 512Bytes :D

/Tvixen
by Tvixen
Sun Jun 16, 2013 1:27 am
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8470

Re: PilotLamp pointers?

Got it all figured out. Here is the code for landinglights on HK MultiWii PRO w/MTK GPS Module" Mega2560 board. Pin D8. offcourse you have to enable the sonar code in config.h (Sonar=pin D9 is trigger, D10 is Echo) /******************************* Landing lights ********************************...
by Tvixen
Sat Jun 15, 2013 1:13 pm
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8470

Re: PilotLamp pointers?

Hi, followed the routes and measured First pin i knew they were working A8-89 D2-6 D3-7 D5-5 D6-14 Now the pins which are not working D8-17 D9-18 D44-40 D45-39 D46-38 Could it be that the routing onnthe board is wrong ? Thx for your help. Frank Hi Frank How's it going with the routing ? Im going to...
by Tvixen
Sun Jun 09, 2013 2:08 pm
Forum: Getting Started - MultiWii config and setup
Topic: MultiWii 2.2 compiling : errors
Replies: 8
Views: 9785

Re: MultiWii 2.2 compiling : errors

Hi everybody, first time trying to use MultiWii software; i bought e HobbyKing flight controller, inegrated board, with a Arduino PRO 5V ATMega328 and a FREEIMUv_035BMP, the board worked 'out of the box' (never used it for flying, only attached to PC) with a Quad+ configuration; I tryed to put in t...
by Tvixen
Sat Jun 08, 2013 2:09 pm
Forum: General discussions
Topic: Flight mode names, a little help please
Replies: 28
Views: 36473

Re: Flight mode names, a little help please

Hi Sac This is because the thread is old, and the new software version 2.2 (from march 2013)has updated some of these things mentioned here, in the GUI /Tvixen I guess I should search for a similar thread that's more recent. Or wait for 2.3 to appear. Failing that, by the end of the month, the NAZA...
by Tvixen
Thu Jun 06, 2013 10:23 pm
Forum: General discussions
Topic: Flight mode names, a little help please
Replies: 28
Views: 36473

Re: Flight mode names, a little help please

The more I read this thread, the less sense it makes. Maybe I'm just getting frustrated finding so much conflicting information all the time with MultiWii stuff. It would be nice to find some solid and current documentation for everything, but I guess that would take the "fun" out of it a...