Search found 21 matches

by urkadurka
Tue Mar 19, 2013 8:18 pm
Forum: Software development
Topic: DJI Esc and Multiwii issues ?
Replies: 3
Views: 1734

Re: DJI Esc and Multiwii issues ?

Hi, with the help of Plüschi I had the suggestion to check the output.ino code in the 2.2 for MEGA version (the one used by my friend). So, changing a value for ICR3 and ICR4 the trashy ecs seem to start to do the right job ICR3 |= 0x3FFF; // TOP to 16383; ICR4 |= 0x3FFF; // TOP to 16383; [/code] fr...
by urkadurka
Sun Mar 17, 2013 9:28 pm
Forum: Software development
Topic: DJI Esc and Multiwii issues ?
Replies: 3
Views: 1734

DJI Esc and Multiwii issues ?

Hi, A friend of mine bougth 4 DJI 30A Escs and used an Arduino UNO + FrreIMU 0.43 as fligth controller and we found some strange flight behaviors, the motors don't run smoothly , so I read in the forum some posts about compatibility between DJI 30 A ESC and Multiwii based on PWM frequency but I was ...
by urkadurka
Thu Feb 14, 2013 7:37 pm
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 392524

Re: SW Development on Minim Osd

Ohhh Yes now it does work !! With the power supply on both side 12V and 5V the char upload was successfull. I can confirm that there aren't any jumper as suggested, I think that are present on like the original one Many thanks to all for the suggestion !!! So I'm checking about power supply unit ab...
by urkadurka
Thu Feb 14, 2013 8:51 am
Forum: Software development
Topic: Software Magnetometer calibration
Replies: 10
Views: 4380

Re: Software Magnetometer calibration

After good mag calibration, done with the quadcopter far from any magnetics, irony structures cellular phones with front oriented to nord and down to grass roughly 60° doing 2 complete turn along each axis, the mag work fine and also GPS Hold and RTH. I done another test, erasing first at all the ee...
by urkadurka
Thu Feb 14, 2013 8:41 am
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 392524

Re: SW Development on Minim Osd

Hi, Thanks for the answer I inserted these two images, both are from rctimer on line store. So if you need more detail I can do more detailed photos http://www.rctimer.com/syssite/home/shop/1/pictures/productsimg/big/862.jpg http://www.rctimer.com/syssite/home/shop/1/pictures/newsimg/1356922126.jpg ...
by urkadurka
Wed Feb 13, 2013 9:50 pm
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 392524

Re: SW Development on Minim Osd

Hi, I bougth a clone of minim osd from RCTIMER (http://www.rctimer.com/index.php?gOo=go ... oductname=) but after chars and software download (I followed http://code.google.com/p/rush-osd-devel ... Map_Upload) the screeen isn't like expected :shock: , there are a lot of strange chars :( .

So, please could help to understand or investigate ?

Bye
by urkadurka
Wed Jan 16, 2013 11:57 am
Forum: Software development
Topic: Software Magnetometer calibration
Replies: 10
Views: 4380

Re: Software Magnetometer calibration

The file to edit is SENSOR.INO, roughly around the 1050th code line you can found where to change the value.

Bye
Urkadurka
by urkadurka
Tue Jan 15, 2013 9:50 am
Forum: Software development
Topic: Software Magnetometer calibration
Replies: 10
Views: 4380

Software Magnetometer calibration

Hi, in the multiwii code I found this code about Magnetometer if (tCal != 0) { if ((t - tCal) < 30000000) { // 30s: you have 30s to turn the multi in all directions LEDPIN_TOGGLE; for(axis=0;axis<3;axis++) { if (magADC[axis] < magZeroTempMin[axis]) magZeroTempMin[axis] = magADC[axis]; if (magADC[axi...
by urkadurka
Fri Sep 07, 2012 7:49 am
Forum: Shields, boards and sensors
Topic: Cycle Time & OSD
Replies: 0
Views: 711

Cycle Time & OSD

Both Mobidrone and Rushduino-MCE-OSD use serial port from the flyng control processor to have the data to be displayed on OSD.

But this how change the cycle time ? In other words this type of connection during a flight could increase the cycle time ?

Somebody have experience about that ?

:D
by urkadurka
Fri Jun 22, 2012 9:51 pm
Forum: Software development
Topic: Details on MultiWii_dev_20120622
Replies: 5
Views: 2175

Re: Details on MultiWii_dev_20120622

:D Many thanks, in this way I understood the list meaning !
Good Job :D
by urkadurka
Fri Jun 22, 2012 11:39 am
Forum: Software development
Topic: Details on MultiWii_dev_20120622
Replies: 5
Views: 2175

Details on MultiWii_dev_20120622

New DEV is avalaible MultiWii_dev_20120622 please someone could indicate to me where to found the issue solved ? Improvements ?

May be this ask is obvious but please help me !

:roll:
by urkadurka
Fri Jun 22, 2012 11:34 am
Forum: Software development
Topic: MwGui - Another Gui
Replies: 100
Views: 31017

Re: MwGui - Another Gui

Java, Windows, Bars, Pies all are items thats do not matter on aircraft. Each one is a personal opinion not a technical solution so every one will use the preferred solution So, I using windows based pc the I using today and I'm using tomorrow the EOSBandi solution, I hope that EosBandi will continu...
by urkadurka
Tue May 29, 2012 9:52 pm
Forum: Software development
Topic: multiwii wingui
Replies: 2
Views: 1259

Re: multiwii wingui

Many thanks, I'm going to wait your update. :)
by urkadurka
Mon May 28, 2012 9:42 pm
Forum: Software development
Topic: multiwii wingui
Replies: 2
Views: 1259

multiwii wingui

Hi, just a question not a soleciting, the multiwii win gui isn't compatible with 2.0 and dev version ? ;)
I'm sorry but the software (dev version for 5th of May) doesn't work.

Many thanks for any answer
by urkadurka
Mon May 28, 2012 9:39 pm
Forum: Software development
Topic: Drift problem in auto level mode
Replies: 35
Views: 11224

Re: Drift problem in auto level mode

I Agree, with latest version the autolevel does work well. :)
I'm going to test deeper in the next week end.

Bye
by urkadurka
Sat May 05, 2012 10:03 am
Forum: Software development
Topic: Stable mode
Replies: 1
Views: 1260

Re: Stable mode

Nobody ask details ? Or has similar problems ? :?: :?: :?:
by urkadurka
Wed May 02, 2012 9:18 pm
Forum: Software development
Topic: Stable mode
Replies: 1
Views: 1260

Stable mode

Now I tried with the last dev version for stable mode it works fine, I agree, if you use the mode since the take off or when the quad is horizontal in X and Y axis. But one question, I used quad in acro mode for a flight then doing a change of direction, with the quad inclined by, roughly, 20 degree...
by urkadurka
Sat Apr 14, 2012 11:14 am
Forum: Software development
Topic: Drift problem in auto level mode
Replies: 35
Views: 11224

Re: Drift problem in auto level mode

So, I think there is a misunderstandig, I tray to explain in a better way. The drift level issue is : the quad keeps the level for some seconds but it changes autonomously the pitch or the roll with roughly by 10° - 15° without any stick operation, the sticks are in center position (acc calibrated a...
by urkadurka
Fri Apr 13, 2012 12:49 pm
Forum: Software development
Topic: Drift problem in auto level mode
Replies: 35
Views: 11224

Re: Drift problem in auto level mode

I have a quad with BMA180 ITG3200 (the all in one). With the quad levelled in hovering I switch on the level mode trought the TX, so two different issues 1. If I change the quad's pitch, trought stick on Tx, then I put the stick on the center the level is regained but in a very very fast way (I used...
by urkadurka
Mon Apr 09, 2012 10:38 am
Forum: MultiWii tweaking - flying experience
Topic: Level Mode on MultiWii 2.0
Replies: 5
Views: 3688

Level Mode on MultiWii 2.0

I tried too use level mode on my quad without a complete success. Let me to explain was happened. Quad with Keda 20-22L motors 10x4,5 APC propeller, AllInOne IMU Board with BMA 180 accelerometer. First I calibrated the acc levelling the quad, so I trimmed via radio trims the quad in acro mode then u...
by urkadurka
Wed Jan 11, 2012 10:15 pm
Forum: Software development
Topic: Multiwii conf specification
Replies: 2
Views: 1480

Multiwii conf specification

please could someone indicate me where I can found the specification about communication protocol between multiwii-arduino and the PC used for parametrization ?

Many thanks