Search found 25 matches

by Benik3
Thu Apr 30, 2015 9:48 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 333046

Re: MultiWii OSD - MWOSD

I have windows :)
by Benik3
Sun Apr 26, 2015 10:00 pm
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 333046

Re: MultiWii OSD - MWOSD

Hi, For Arduino noobs like me, is there any information available on how to set up the MW_OSD_GUI to actually compile from the Arduino IDE? The firmware was easy enough, but the gui seems to be missing libraries and whatnot. I'd like to run from the git checked out code, but it's even complaining i...
by Benik3
Wed Apr 22, 2015 10:11 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 333046

Re: MultiWii OSD - MWOSD

Thanks for reply :-)

Rubadub: I had it connected. It worked but I didn't flight with it. Now i use also Usart so i dont have to use second softserial...
by Benik3
Wed Apr 22, 2015 12:01 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 333046

Re: MultiWii OSD - MWOSD

Thanks!
BTW I saw, that you changed description of Cleanflight definition to: // Undefine this if you are using CLEANFLIGHT versions prior to 7/3/2015
So what should I use, if i have newer version of CF (1.8.1 2/4/2015)?

Thank you
by Benik3
Sun Apr 19, 2015 11:35 pm
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 333046

Re: MultiWii OSD - MWOSD

I tried older Arduino IDE 1.0.5. There was still the error (It's true, that R1.3 pre4 wasn't able to compile with newer IDE then 1.0.5). I didn't noticed, that it was migrated to github. I will try to download the latest trunk I don't know what you mean with "GPS only mode", but I don't ha...
by Benik3
Sat Apr 18, 2015 2:46 pm
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 333046

Re: MultiWii OSD - MWOSD

Hello. I just downloaded R1.3 MW OSD, but there is an error in code for UBLOX GPS Arduino: 1.6.3 (Windows 8.1), Vývojová deska: "Arduino Nano, ATmega328" GPS.ino: In function 'void SerialGpsPrint(char)': GPS.ino:38:11: error: 'str' was not declared in this scope GPS.ino: At global scope: G...
by Benik3
Tue Jul 22, 2014 7:57 pm
Forum: Software development
Topic: V2.2 - ACRO PID implementation is wrong, right?
Replies: 282
Views: 182590

Re: V2.2 - ACRO PID implementation is wrong, right?

Thx for reply, I will test it in August :)
by Benik3
Fri Jun 13, 2014 5:03 pm
Forum: Software development
Topic: Altitude Hold improvement solution
Replies: 580
Views: 1581460

Re: Altitude Hold improvement solution

Maybe we should start to search solution from the second side - from HW. These Barometers are very noisy, so what to try to use some external one. Also advantage of the external sensor is, that you can put it out of the board on some better place, where it will be protected from the wind and not aff...
by Benik3
Thu Jun 12, 2014 5:39 pm
Forum: Software development
Topic: Altitude Hold improvement solution
Replies: 580
Views: 1581460

Re: Altitude Hold improvement solution

Or just wait to Q4 2014 http://www.murata.com/new/news_release/2014/0129/index.html :)
This could be really useful in quads...
by Benik3
Thu Jun 12, 2014 3:12 pm
Forum: Ideas
Topic: What you don't like in EZ-GUI?
Replies: 51
Views: 16781

Re: What you don't like in EZ-GUI?

It's possible to make control over e.g. some AUX channel? Or another way for using the automatic PID control. Because I don't have radio with pots. The best would be to have screen with big + and - button (like Pot) with real time transfer to quad + one option to choose which PIDs I want to tune. Is...
by Benik3
Mon Jun 09, 2014 8:54 pm
Forum: Ideas
Topic: Changing PID Values with a Pot
Replies: 73
Views: 55767

Re: Changing PID Values with a Pot

MHefny:
It looks, that it's only automatic mode for now, where we don't need pot.
But it doesn't tune D parameter right?
by Benik3
Thu May 01, 2014 2:10 pm
Forum: Software development
Topic: Multiwii 2.3 - Trim values
Replies: 17
Views: 5900

Re: Multiwii 2.3 - Trim values

What exactly the MSP_ACC_TRIM and MSP_SET_ACC_TRIM should do?

Thanks :)
by Benik3
Fri Feb 21, 2014 3:04 pm
Forum: Software development
Topic: V2.2 - ACRO PID implementation is wrong, right?
Replies: 282
Views: 182590

Re: V2.2 - ACRO PID implementation is wrong, right?

So this PIDs are not more developed by Alex? I tried my first fly with quad yesterday. I used this PIDs and Angle mode. Sometimes it was strange. What I found: Sometimes when I make big change of direction, the quad make "jump" like if it doesn't know, where it is/where to fly. Also Yaw ch...
by Benik3
Tue Jan 07, 2014 5:06 pm
Forum: General discussions
Topic: [compass] magnetic interference from motor... solution?
Replies: 15
Views: 8060

Re: [compass] magnetic interference from motor... solution?

Hi. You should be able to lower the magnetic field by twisting the plus and minus cable together. If the both cables are flows through by same current, the magnetic field will disturb... But with some very fat cables it will be hard... Noctaro: I used also only 32bit version of GUI, otherwise that I...
by Benik3
Sun Sep 08, 2013 8:17 pm
Forum: Ideas
Topic: Voltage measuring
Replies: 29
Views: 10836

Re: Voltage measuring

OK, but I really don't know, why is vbat_smooth in config.h under section ESC calibration... Also for me it looks, that you have switched logic of the smooth, I mean there is, that if VBAT_SMOOTH==1, then it read vbat directly from the A/D, if it's anything else, it use smoothing... I expected that ...
by Benik3
Sun Sep 08, 2013 7:57 pm
Forum: Ideas
Topic: Voltage measuring
Replies: 29
Views: 10836

Re: Voltage measuring

Oh, now I get how you mean it :)
I thought, that you will implement the formula (R1+R2)/R1 * vref * 10 into the code, so user will change only R2= and R1=...
Never mind, I will try it :)

The SMOOTH is for eliminating quick changes in voltage?
by Benik3
Sun Sep 08, 2013 7:47 pm
Forum: Software development
Topic: DEV r1553 - Minthrottle not setting correctly
Replies: 15
Views: 6870

Re: DEV r1553 - Minthrottle not setting correctly

I got it, thanks :)
BTW x64 app doesn't work for me, 32bit yes (I have Windows 7 HP x64)...
by Benik3
Sun Sep 08, 2013 4:32 pm
Forum: Software development
Topic: DEV r1553 - Minthrottle not setting correctly
Replies: 15
Views: 6870

Re: DEV r1553 - Minthrottle not setting correctly

I have the same problem, but I'm not able to find, where to get the GUI 2.2 dev which will work with the dev MultiWii :/
by Benik3
Sun Sep 08, 2013 4:17 pm
Forum: Ideas
Topic: Voltage measuring
Replies: 29
Views: 10836

Re: Voltage measuring

Another reason to rework it.
Today I wanted to test the development multiwii code with new PID, i used VBATSCALE from v2.2 and what you think? It showed 25,5V!!!
by Benik3
Sat Sep 07, 2013 9:50 pm
Forum: Ideas
Topic: Voltage measuring
Replies: 29
Views: 10836

Re: Voltage measuring

Thanks, but I don't see the main change to conf.vbatscale = (R1+R2)/R1 * vref * 10 and the definitions...

Sorry, but I'm not expert in programming, otherwise I made it already myself :D

BTW what is for vsum and VBAT_SMOOTH?
by Benik3
Thu Sep 05, 2013 3:31 pm
Forum: Ideas
Topic: Voltage measuring
Replies: 29
Views: 10836

Re: Voltage measuring

Thanks, but in the patch i see that you only changed the vbatscale to 16-bit, what about the rest?
by Benik3
Thu Sep 05, 2013 10:35 am
Forum: Ideas
Topic: Voltage measuring
Replies: 29
Views: 10836

Re: Voltage measuring

Crazyal: Yes! That's exactly what I wrote in OP Did you already test it in multiwii? BTW in most cases the resistors are named R1 for the one from Vcc to measure pin and R2 for the one from pin to GND... I don't know why also this is switched in the comment in multiwii code... Hamburger: You can sim...
by Benik3
Tue Sep 03, 2013 3:28 pm
Forum: Ideas
Topic: Voltage measuring
Replies: 29
Views: 10836

Re: Voltage measuring

As I said, advantage is, that you dont need to find the vbatscale...
by Benik3
Sun Sep 01, 2013 10:55 pm
Forum: Ideas
Topic: Voltage measuring
Replies: 29
Views: 10836

Voltage measuring

Hi, I'm new in MultiWii but I have a question, how the measuring of Voltage is made? Exactly I mean how the VBATSCALE work... Because I found it not very comfortable... Why not to use the two values of used resistors as voltage divider? Calculation will be made this way: UR2=AD*5/1023 Vbat=UR2*(R1+R...
by Benik3
Mon Aug 26, 2013 1:27 pm
Forum: Ideas
Topic: Inflight ACC-calibration
Replies: 127
Views: 72370

Re: Inflight ACC-calibration

Hello. First I must say thanks, great idea! Second I have a question: What about vibration? You know probably on every copter you have a little vibration. Doe's the measurement calculate with it? The simplest way which I found should be median (because the vibrations are probably always periodical)....