Search found 55 matches

by flyman777
Tue Dec 24, 2013 3:03 pm
Forum: Shields, boards and sensors
Topic: MW 2.3 missing: TILT_PITCH_AUX_CH from MW 2.2
Replies: 6
Views: 4940

Re: MW 2.3 missing: TILT_PITCH_AUX_CH from MW 2.2

Hi, I would have direct command of the cam pitch with a TX pot assigned to AUX4 and working under MW 2.3 on my MEGA board( under 2.2 there was no issue ). So I see this post and I added the 2 lines at the end of Cam stabilize Servos , #define SERVO_TILT in Output.cpp , the following lines: servo[0] ...
by flyman777
Fri Nov 01, 2013 6:59 pm
Forum: Shields, boards and sensors
Topic: I2C OLED thread
Replies: 62
Views: 60019

Re: I2C OLED thread

Hi all Oled users, OK that is warm beer ! I tried to make my Crius V1.0 Oled working , i had just a snow storm on the screen. Then i tried to hack with different pins of the connector with no relevant results. I tried with a 1OO ohm resistor with success only at 25%. I tried with software mods, no r...
by flyman777
Sat Mar 02, 2013 10:03 pm
Forum: General discussions
Topic: Volunteer wanted to update the Stick-sheet for Mode1 -CLOSED
Replies: 2
Views: 1179

Re: Volunteer wanted to update the Stick-sheet for Mode1

Hi i'm flying in mode 1 since a long time. I'm using this config, hope there isn't no error in there ! The profile select is a bit tricky in mode 1, perhaps some Defines in config.h can bring a improvment by swapping Throttle and Pitch ( mode 1 & 2) in the code of multiwii (#define MODE1, #defin...
by flyman777
Wed Feb 06, 2013 7:14 pm
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 393063

Re: SW Development on Minim Osd

@ nenno

try to comment analogReference(INTERNAL) , tie AREF to 5V (I suppose your board is supplied with 5V) and change the code like the previous post.
Nothing can break, if it's not working , take the old config anew.
Claude
by flyman777
Wed Feb 06, 2013 11:59 am
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 393063

Re: SW Development on Minim Osd

Hi nenno, if your sensor gives 5V by 50A, so the analogread input must give 1023. The voltage step is Vref/1023, if Vref is 5V so the step is by 5/1023 = 0.005V Your formula should be : ((Vref/1023)*analogRead)*10 , change that in the code you will have 50A reading: ((5/1023)*1023)*10 If you have 10...
by flyman777
Sat Oct 13, 2012 8:16 pm
Forum: MultiWii tweaking - flying experience
Topic: Event Report - MAG
Replies: 3
Views: 1943

Event Report - MAG

Hi, for the newbees and others it happened to me something that I have not thought. I made a quadX sometime ago and absolved about 30 flights with no problems at all, Baro maintains altitude in 1 meter average, PosHold and ReturnToHome works with the params out of the box (MW v2.1). So today I mount...
by flyman777
Mon Sep 17, 2012 6:39 pm
Forum: Software development
Topic: Altitude Hold improvement solution
Replies: 580
Views: 1588768

Re: Altitude Hold improvement solution

Hi, many thanks to Mahowik for his work. I tried the IMU_BMP085.ino (MW2.1) yesterday on my tri (900g) and after 10 flights I can say that it is a huge improvement. Never the altitude holding was so reliable and reproducible. My settings ended at PID: 8; 0.010; 50. The altitude hold is very strong i...
by flyman777
Fri Aug 31, 2012 10:48 am
Forum: Ideas
Topic: wishlist for v2.2 - CLOSED
Replies: 150
Views: 46721

Re: wishlist for v2.2

I agree entirely with Alexia. It's now important to improve the baro mode and GPS. Don't waste your time with LED blinking and so on. The basis must be clean and safe with simply settings before charging uselessly the config.h with so much options. Remember, the origin of MWC was an arduino 328 and ...
by flyman777
Sun Aug 26, 2012 10:53 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887700

Re: GPS integration

OK pm1, thanks for the reply.
I will try your mod in FC as soon as the weather will become better, it's stormy yet here.
Regards
Claude
by flyman777
Sat Aug 25, 2012 11:10 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887700

Re: GPS integration

Hi @pm1: perhaps your right I tried the Poshold with genuine i2c_gps_nav rc2 from EOS but my copter speeded up after a few seconds forwards and backwards and begin to tilt so I must switch off the gps for avoiding a crash. In static conditions, there was also a huge drift over 50-100 meters in about...
by flyman777
Sat Aug 25, 2012 4:09 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887700

Re: GPS integration

Here my settings for the GPS board
Claude
by flyman777
Sat Aug 25, 2012 3:55 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887700

Re: GPS integration

Hi, I had drastic drifts about 200 meters with my i2cGPS+LLC from Drotek. This was absolute unflyable. So after reading pm1 post, I tried his solution: x_target_speed = constrain(x_target_speed,-100,100); ... I leaved my board in static position about 30 minutes, the result is bluffy ! Only drifts a...
by flyman777
Wed Aug 08, 2012 4:58 pm
Forum: Connecting elements
Topic: Simple Remote LED Control Hack
Replies: 14
Views: 24194

Re: Simple Remote LED Control Hack

Hi, I make my boards myself and it was more convenient to take D8 as input for a Promini. The Buzzerpin has then been moved on D12 , useless if you have other gyro+acc then WMP+NHK. So I modified the def.h accordingly. It works with MutiWii 2.0, 2.1 RCAUXPIN8 + BUZZER must be defined in config.h Att...
by flyman777
Tue Jul 03, 2012 7:10 pm
Forum: Software development
Topic: Let's try to release 2.1: first try based on r949
Replies: 74
Views: 21237

Re: Let's try to release 2.1: first try based on r949

Hi all, Finally i got work the last gui, no more blackboxes ! Thanks to the tip given by Alex and Kad, I reduced the hardware acceleration to one before zero, reboot the PC and it is. I noticed that I must plug the FC board to USB and ARM the copter so that the AUX boxes and RCdatas appears finally....
by flyman777
Sun Jul 01, 2012 10:48 am
Forum: Software development
Topic: Let's try to release 2.1: first try based on r949
Replies: 74
Views: 21237

Re: Let's try to release 2.1: first try based on r949

Hi Alex, unfortunatly, the gui is not working well for me. The AUX checkboxes and RC data bargraphes doesn't display on the screen on my PCs under XP 32 bits ( the same with Ubuntu), always black boxes. Is there a solution ? All MWConfs till dev20120605 worked well. What is the matter ? Sans rancune...
by flyman777
Sat Jun 30, 2012 5:07 pm
Forum: Software development
Topic: Dev Conf Program not working under XP?
Replies: 13
Views: 4048

Re: Dev Conf Program not working under XP?

Hi,

I updated controlP5 (last version).
It compiles now without any issue, but the checkboxes for AUX doesn't appear on the screen.
I have no solution for the moment for running this dev with Win XP.

Claude
by flyman777
Sat Jun 30, 2012 4:33 pm
Forum: Software development
Topic: Dev Conf Program not working under XP?
Replies: 13
Views: 4048

Re: Dev Conf Program not working under XP?

Hi,

I tried to compile MWConf_20120622.pde with Processing 1.5.1 and I got an issue, see the Zip file.
Can this been the strange behaviour of that dev.

Claude
by flyman777
Sat Jun 30, 2012 3:54 pm
Forum: Software development
Topic: Dev Conf Program not working under XP?
Replies: 13
Views: 4048

Re: Dev Conf Program not working under XP?

Hi all, I come back, I tried to run the last MultiwiiConf_dev20120622, with no success. The program starts but the AUX check boxes don't appear on the screen. I'm running Java JDK_1.7.4 on my 3 PC's under WIN XP and I have always the same issue on all them. The Conf's (1.7 -> 20120522) are running w...
by flyman777
Wed Apr 04, 2012 7:46 pm
Forum: Ideas
Topic: wishlist for v2.1
Replies: 62
Views: 22043

Re: wishlist for v2.1

But for using WinGui, you must have installed .NET
Otherwise, MultiWiiConf can run on all platforms that support Java and is lighter than WinGui.
This does not discredit the work of EOSBandi, his software runs very well.

Regards
flyman777
by flyman777
Wed Apr 04, 2012 1:26 pm
Forum: Ideas
Topic: wishlist for v2.1
Replies: 62
Views: 22043

Re: wishlist for v2.1

hi,

it will be fine if you can integrate the saving and loading the whole copter config in a file, so I must no proceed printscreens to save a config and try another one ( like it is made in MultiWiiGUI).

thanks
flyman777
by flyman777
Wed Apr 04, 2012 1:18 pm
Forum: MultiWii tweaking - flying experience
Topic: Online Configuration Tool
Replies: 18
Views: 6797

Re: Online Configuration Tool

OK thanks Patrik,
here will be my upload
flyman777
by flyman777
Wed Apr 04, 2012 11:36 am
Forum: MultiWii tweaking - flying experience
Topic: Online Configuration Tool
Replies: 18
Views: 6797

Re: Online Configuration Tool

Ooops
there was a problem with the attachement I cannot send a .xls file, sorry.
Any suggestion ?
flyman777
by flyman777
Wed Apr 04, 2012 11:25 am
Forum: MultiWii tweaking - flying experience
Topic: Online Configuration Tool
Replies: 18
Views: 6797

Re: Online Configuration Tool

Hi, I made for a time ago an Excel sheet for calculating VBATLEVEL 1/2/3 depending of the Lipo voltage and VBATSCALE. It works for me. I must adjust the values of VBATLEVEL with a regulated power supply connected at Batt input and change the values not more of one digit. That is the consequence of t...
by flyman777
Wed Mar 14, 2012 7:58 pm
Forum: Pictures & Videos
Topic: Tricopter V1.9 in stable mode
Replies: 5
Views: 3160

Re: Tricopter V1.9 in stable mode

Hi, I wish you a lot of success for your trials. I decreased the D factor from Roll & Pitch to 14, so my tri don't no more overshoot in roll or pitch. Flight training is important mainly in the learning phase, fly so much you can, have 4 or more batteries available. If you are a RC Modeller that...
by flyman777
Wed Feb 08, 2012 7:00 pm
Forum: Connecting elements
Topic: Simple Remote LED Control Hack
Replies: 14
Views: 24194

Re: Simple Remote LED Control Hack

Hi, You'r right. I did that with POWERPIN D12 changed in BUZZERPIN in def.h because I'm using D8 as input for AUX2 on my proMini board + AllinOne. Just swap D8 and D12 and comment all occurences of POWERPIN in the sketch: See : http://www.multiwii.com/forum/viewtopic.php?f=8&t=1117 Regards flyma...
by flyman777
Fri Feb 03, 2012 8:10 pm
Forum: General discussions
Topic: crazy quadcopter video (from UoP)
Replies: 5
Views: 2162

Re: crazy quadcopter video (from UoP)

OK you'r right, I'm coming out in goose-flesh !
Have you seen so kind of machines in action ?
flyman777
by flyman777
Thu Feb 02, 2012 11:36 pm
Forum: General discussions
Topic: crazy quadcopter video (from UoP)
Replies: 5
Views: 2162

Re: crazy quadcopter video (from UoP)

Hi,

nice, see also my video threat [url]viewtopic.php?f=9&t=1163[/url]
This is funny, but it becomes apprehensive for the future.

regards
flyman777
by flyman777
Mon Jan 30, 2012 7:44 pm
Forum: Software development
Topic: Sneak preview of new WinGUI (Screenshots)
Replies: 71
Views: 24782

Re: Sneak preview of new WinGUI (Screenshots)

Standing ovation for You !!
Here is a program at the height of the work of Alex
I'm impatient to try your soft.
Thanks
Best regards
flyman777
by flyman777
Sat Jan 28, 2012 2:08 pm
Forum: Pictures & Videos
Topic: I.D.S.C. , what ?
Replies: 1
Views: 1335

I.D.S.C. , what ?

Hi all, for the week end, have a look at the Institute for Dynamic Systems and Control (Zurich). There are a lot of short videos of automated quads. They are building a tower, playing tennis, dancing, ... It' awesome, marvelous , crazy , ... http://www.idsc.ethz.ch/Research_DAndrea/FMA http://www.yo...
by flyman777
Thu Jan 26, 2012 10:17 pm
Forum: Getting Started - MultiWii config and setup
Topic: Second round...the orange spektrum rx
Replies: 19
Views: 5952

Re: what is this

Hi Doblao, that can be that your bootloader is out. I had the same problem with an UNO 328P and I must reload the bootloader. See Arduino pages for this. I reloaded mine with an external programmer (WinPic800) with AtMegaBoot168_atmega328.hex (in bootloader file from Arduino 1.0) and reconfigured th...
by flyman777
Wed Jan 25, 2012 10:19 pm
Forum: Getting Started - MultiWii config and setup
Topic: Second round...the orange spektrum rx
Replies: 19
Views: 5952

Re: what is this

Hi Doblao,

that can mean that your bootloader is out and is not reponding.
Perhaps you must reload the bootloader, see related Arduino's pages .
Good luck
flyman777
by flyman777
Sun Jan 15, 2012 10:06 pm
Forum: Software development
Topic: New #define for AUX2
Replies: 0
Views: 1968

New #define for AUX2

Hi, I think for newbees that would be awesome to have an automatic config by using AUX2, not everyone dispose an PPM sum receiver. The IMU boards are more and more used , the prices are sinking, so we don't need anymore the POWERPIN output. BUZZERPIN is on the contrary usefull for low batt warning, ...
by flyman777
Thu Jan 05, 2012 6:17 pm
Forum: Software development
Topic: Style question about #define
Replies: 28
Views: 6347

Re: Style question about #define

Hi, using a IMU board AllinOne + Promini , I needed a AUX2 entry and don't need further the POWERPIN. In this context, I changed the pinout for Buzzerpin in def.h and removed all occurences of Powerpin in the sketch. To make it more universal, I introduced some #if #endif in the sktech: - so RCAUXPI...
by flyman777
Wed Jan 04, 2012 1:39 am
Forum: Shields, boards and sensors
Topic: The Poor Man Accelerometer.
Replies: 47
Views: 19057

Re: The Poor Man Accelerometer.

Hi,

here would be what can help you

flyman777
by flyman777
Mon Jan 02, 2012 5:43 pm
Forum: Software development
Topic: Little cosmetic for serial LCD
Replies: 4
Views: 2489

Re: Little cosmetic for serial LCD

OK, this will work too, but there was a empty line to fill and the look is better especially since the upgrades in LCD.pde were made ( shortening of the strings). The command codes are the same and follow the Sparkfun's datasheet for 3W LCD. I added some tempo, my LCD is perhaps a bit slow (old piec...
by flyman777
Mon Jan 02, 2012 3:45 pm
Forum: Software development
Topic: Little cosmetic for serial LCD
Replies: 4
Views: 2489

Re: Little cosmetic for serial LCD

Hi, Happy New Year to All. I will come back since I tried all the last devs. There are much positive improvements, thanks to all developpers. But I have always problems with the LCD display , 3 wires Sparkfun. So I added this: LCDprint(0xFE);LCDprint(0x01);delay(10);LCDprint(0xFE);LCDprint(0x02);del...
by flyman777
Sat Dec 31, 2011 12:16 am
Forum: ESCs, propellers , servos and radios
Topic: Super simple serial PPM converter
Replies: 8
Views: 5798

Re: Super simple serial PPM converter

Hi Hervé,

sure , I made this [url]paparazzi.enac.fr/wiki/AThttp://www.google.fr/mega328_PPM_Encoder_Board[/url] and it works well.

flyman777
by flyman777
Fri Dec 30, 2011 12:38 am
Forum: ESCs, propellers , servos and radios
Topic: Super simple serial PPM converter
Replies: 8
Views: 5798

Re: Super simple serial PPM converter

Here is a soluce to have channels 1 - 5 in PPM SUM for a R617FS Futaba.
Channel 6 is normal output.
Channel 7 is PPM SUM 1 - 5.

http://pixhawk.ethz.ch/wiki/tutorials/receiver_sum_signal

regards

flyman777
by flyman777
Thu Dec 29, 2011 1:24 am
Forum: ESCs, propellers , servos and radios
Topic: Super simple serial PPM converter
Replies: 8
Views: 5798

Re: Super simple serial PPM converter

Hi,

unfortunately that does'nt work with a Futaba R617FS, the outputs of channels 6 & 7 are overlapped and sended first in the PPM trame.

flyman777
by flyman777
Sat Dec 03, 2011 11:39 pm
Forum: Shields, boards and sensors
Topic: Connecting multiple +5v to the board via ESC
Replies: 14
Views: 8259

Re: Connecting multiple +5v to the board via ESC

hi, it is not desirable to connect more 7805 paralell. No datasheet does evoke that possibilty. Effectively it's possible in a circuit but not recommanded. You must have ballast resistors (or diodes) about 1 - 0,1 ohm to perform the voltage balance between the regulators. That is only possible on a ...
by flyman777
Thu Dec 01, 2011 5:51 pm
Forum: Pictures & Videos
Topic: Tricopter V1.9 in stable mode
Replies: 5
Views: 3160

Re: Tricopter V1.9 in stable mode

Hi speto_sk, sorry for this late reply, I was outside home. I'm using the latest MW1.9 with a original WM+ and a BMA180 acc, the both driven by POWERPIN and LLC 3,3V . I'm using LPF filter to minimize the part of motor-props-frame vibrations and no TRUSTED_ACCZ. Here my settings in IMU.pde: #define ...
by flyman777
Sun Nov 20, 2011 7:36 pm
Forum: Pictures & Videos
Topic: Tricopter V1.9 in stable mode
Replies: 5
Views: 3160

Tricopter V1.9 in stable mode

Hi,

here my flight this afternoon only in stable mode, no drift, no flips and so precise.
Promini - WM+ - BMA180

http://www.youtube.com/watch?v=zRuimHd-_UY

cheers
flyman777
by flyman777
Sat Nov 19, 2011 12:57 pm
Forum: Frames
Topic: Wooden frames...
Replies: 5
Views: 4014

Re: Wooden frames...

Hi, I had built the version 1.5 from RCExplorer and it flies very good. The handling is awesome and the repairs are easy to make. Mine has a arm length from motor axis to CG of 40 cm. the weight including battery (3S 2200mAH) is about 760 g. The body is made with 2 mm plywood and is never broken. Th...
by flyman777
Sun Nov 13, 2011 11:59 pm
Forum: Ideas
Topic: Inflight ACC-calibration
Replies: 127
Views: 73093

Re: Inflight ACC-calibration

Ok, If I understand your meaning, i get a hover level in acro mode with the TX trims and then switch off ARM. Then the mcu will calculate the angles and store them in RAM. The transfer in eeprom will occurate later on ground, motors disarmed, with the Tx sticks combo like ACC calibration. I see one ...
by flyman777
Sun Nov 13, 2011 6:36 pm
Forum: Software development
Topic: Little cosmetic for serial LCD
Replies: 4
Views: 2489

Little cosmetic for serial LCD

Hi, I had always spurious caracters on my first screen using a self made Sparkfun serial LCD 2x16, mostly when I restarted the LCD config after an Exit. So I modify the fonction LCDclear() in LCD.pde and it's working well now. //Modif LCDclear() to avoid spurious caracters on serial LCD Sparkfun voi...
by flyman777
Sat Nov 12, 2011 6:58 pm
Forum: MultiWii tweaking - flying experience
Topic: 1000-2000 Range on FlySky
Replies: 6
Views: 3084

Re: 1000-2000 Range on FlySky

Hello all,

try by changing a little the values underneath seating in MultiWii_xx.pde :

// ******************
// rc functions
// ******************
#define MINCHECK 1100 --> 1200, 1250, ...
#define MAXCHECK 1900 --> 1800, 1750, ...

regards
flyman777
by flyman777
Sat Nov 12, 2011 6:45 pm
Forum: Software development
Topic: I2C R/W Test. Debug code posted here.
Replies: 31
Views: 14200

Re: I2C R/W Test. Debug code posted here.

Hi,
I made today 8 flights with the last release and NO i2c errors either on LCD or on GUI.
The tri became so precise that I can fly quasi with a precision of 1 cm !

Best regards

flyman777
by flyman777
Sat Nov 12, 2011 6:40 pm
Forum: Software development
Topic: Difficult to fly with 1.9 and dev1029
Replies: 7
Views: 2972

Re: Difficult to fly with 1.9 and dev1029

Hi, did you try the new release of 1.9 that was uploaded today by Alex. Mine works very well yet since the I2C problems seems to be settled. I'm flying a tricopter with WM+ and BMA180. I have made a modification in IMU.pde so I can adjust the ACC activity. in IMU.pde : #define ACC_LPF_FACTOR 6 //3->...