Search found 187 matches

by Bledi
Fri May 11, 2012 10:36 am
Forum: Shields, boards and sensors
Topic: Rabbit GPS
Replies: 8
Views: 3081

Re: Rabbit GPS

by Bledi
Fri May 04, 2012 2:47 pm
Forum: Software development
Topic: Sonar to I2c sensor board
Replies: 1
Views: 1395

Re: Sonar to I2c sensor board

EXCELLENT !!!!!!!!!!! Thanks a lot
by Bledi
Fri May 04, 2012 10:01 am
Forum: Software development
Topic: Improving Altitude Hold Performance
Replies: 98
Views: 61970

Re: Improving Altitude Hold Performance

I saw that the 2 factors that create big jumps are the wind if the baro is not protect and the temperature difference between sun and shadow
by Bledi
Thu May 03, 2012 8:03 pm
Forum: MultiWii tweaking - flying experience
Topic: 2.0 Acro PID Tuning
Replies: 4
Views: 3898

Re: 2.0 Acro PID Tuning

Increase the rc raté to 1,7 or increase thé pitch/roll raté to 0,6
by Bledi
Thu May 03, 2012 6:36 pm
Forum: Software development
Topic: Improving Altitude Hold Performance
Replies: 98
Views: 61970

Re: Improving Altitude Hold Performance

1,3 and 4
by Bledi
Thu May 03, 2012 6:15 pm
Forum: Ideas
Topic: Alt. Hold Ideas and discussion
Replies: 193
Views: 124173

Re: Alt. Hold Ideas and discussion

Thé vidéo is with à crius se so it's à bmp085 :)
by Bledi
Thu May 03, 2012 4:50 pm
Forum: Ideas
Topic: Alt. Hold Ideas and discussion
Replies: 193
Views: 124173

Re: Alt. Hold Ideas and discussion

yes alt hold is working. First part of this video is alt only pid tuning : http://www.youtube.com/watch?v=nHRniYL5jsI
by Bledi
Thu May 03, 2012 2:29 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888526

Re: GPS integration

+1 :)
by Bledi
Thu May 03, 2012 1:50 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888526

Re: GPS integration

an other factor that is look interesting for secure is the altimeter for return to home.
if we use return to home is often because we are at long distance so we need to come back without going into a tree. By putting a min altitude for the return to home in secure conditions.
by Bledi
Thu May 03, 2012 10:54 am
Forum: Ideas
Topic: I2C GPS, init Home position
Replies: 2
Views: 1927

I2C GPS, init Home position

What do you think about changing the init of GPS HOME POISTION by old code if (rcData[AUX4]>1800 || GPS_fix_home == 0) { i2c_rep_start(I2C_GPS_ADDRESS);i2c_write(I2C_GPS_COMMAND);i2c_write(I2C_GPS_COMMAND_SET_WP);//Store current position to WP#0 (this is used for RTH) i2c_rep_start(I2C_GPS_ADDRESS);...
by Bledi
Wed May 02, 2012 1:38 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888526

Re: GPS integration

just a question because I don't find the answer : Why is it not possible (for the moment) to have a Position Hold (different of the home) on I2C GPS ?
by Bledi
Wed May 02, 2012 10:15 am
Forum: Software development
Topic: MultiWii DEV 20120430
Replies: 40
Views: 16615

Re: MultiWii DEV 20120430

For ADXL345 : acc_1G is not 256 (2,5V) but 265 (@3V3) cf specifications
by Bledi
Tue May 01, 2012 3:21 pm
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

good news PatrikE !
by Bledi
Tue May 01, 2012 1:04 pm
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

I just finish tests with a small and a big drone equiped with CRIUS LITE and CRIUS SE. There is really a big difference even with default PID.
I think Alex and other developpers have to try it
by Bledi
Tue May 01, 2012 1:02 pm
Forum: MultiWii tweaking - flying experience
Topic: 2.0 ALT PID Tuning
Replies: 19
Views: 24416

Re: 2.0 ALT PID Tuning

It's work great ! really easy to tune.
by Bledi
Mon Apr 30, 2012 8:14 pm
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

A correct my misstake is not a CRIUS SE but a CRIUS LITE
by Bledi
Mon Apr 30, 2012 7:25 pm
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

@mahowik, I just test your mod ! It's really THE SOLUTION.
I just test with a CRIUS LITE on a ARwiiDrone (ARDRONE with keda 20-50s) and it's really crazy the difference.
For my first test I don' set gyro LPF, I undefined the deadzone but it's really a pleasure
by Bledi
Mon Apr 30, 2012 6:40 pm
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

I love your idea. I will try it because for me too the only explain for the result /8 is the noise rejection and the most important wieght of gyro
by Bledi
Mon Apr 30, 2012 10:49 am
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

yes acc_1G is totally wong and on the GUI the 3D position is false.
Division by 8 is not a solution but there is really something interesting
by Bledi
Mon Apr 30, 2012 7:13 am
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 227633

Re: New Multiwii Serial Protocol

Thanks :) I miss that
by Bledi
Mon Apr 30, 2012 7:12 am
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

No calibration for me, just acc trim
by Bledi
Sun Apr 29, 2012 7:47 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247167

Re: Rushduino OSD - Multiwii based open software osd

So good news. I had finish to code the new serial link.
You start tests tomorrow. The release is confirmed for the end of the week
by Bledi
Sun Apr 29, 2012 6:18 pm
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

Is someone had try it and confirm what I saw ?
by Bledi
Sun Apr 29, 2012 1:55 pm
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 227633

Re: New Multiwii Serial Protocol

Can you add "armed" to the datas
by Bledi
Sun Apr 29, 2012 12:10 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247167

Re: Rushduino OSD - Multiwii based open software osd

yes RX3 is on the new multiwii ! so we have nothing to do it will working.
by Bledi
Sun Apr 29, 2012 11:47 am
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

I don't try other values but yes when you do that
ACC_ORIENTATION( ((rawADC[1]<<8) | rawADC[0])/8 ,
((rawADC[3]<<8) | rawADC[2])/8 ,
((rawADC[5]<<8) | rawADC[4])/8 );

You really have a great change !
by Bledi
Sun Apr 29, 2012 11:37 am
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

I had made more tests : - normal : ok put not perfect - 1G set to 265 no change - 1G set to 265/8 and ACC values /8 : trim need to be correct and the result looks worth than normal verion - 1G set to 265 and ACC values /8 : the result is perfect. I can flight just over my bed with just small correct...
by Bledi
Sun Apr 29, 2012 10:35 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888526

Re: GPS integration

EOSBandi, I don't know if you have see that : http://www.multiwii.com/forum/viewtopic.php?f=8&t=1551 For the moment we use the SD to store GPS nav datas (KML file for google map) We can use it to read the WP datas. As the board is based on a modified version of your I2CGPS, it will be fine to de...
by Bledi
Sat Apr 28, 2012 4:29 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247167

Re: Rushduino OSD - Multiwii based open software osd

yesss great !!!
I just speak with Johnny, we will try to give you a new release next week including the new serial protocol
by Bledi
Sat Apr 28, 2012 1:41 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247167

Re: Rushduino OSD - Multiwii based open software osd

Problem is, when I connect 5V power to my Flyduino board, it doesn't give power on the FTDI port! And when I power the Rushduino (on 5V or PWR), it turns off as soon as I connect the serial cable (no power on Flyduino!) I'm feeling quite stupid right now... So you find a solution or you need help ?...
by Bledi
Fri Apr 27, 2012 6:58 pm
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

yes it's my first idea : noise rejection. We eliminate moves under 32mg ( 8 * 4mg) So normaly it's possible to have the same with ACC_ORIENTATION( (int((rawADC[1]<<8) | rawADC[0])/8) * 8 , (int((rawADC[3]<<8) | rawADC[2])/8) * 8 , (int((rawADC[5]<<8) | rawADC[4])/8) * 8 );
by Bledi
Fri Apr 27, 2012 4:58 pm
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

I go back to the normal version, just change acc_1G = 265.
It looks to be less solid. I don't understand why !
by Bledi
Fri Apr 27, 2012 3:27 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247167

Re: Rushduino OSD - Multiwii based open software osd

shufflez wrote:
Bledi wrote:What FC are you using ? For me the OSD must be connect to the same serial port as GUI.


I'm using Flyduino V2.1 (ATMEGA 2560) flightcontroller.

I think it's the same, connect the OSD to serial 0
by Bledi
Fri Apr 27, 2012 2:30 pm
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

wolle wrote:You've already tested it so?

Is it then the "/ 8" to remove and put acc_1G = 265?

no we just try to understand
by Bledi
Fri Apr 27, 2012 2:13 pm
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

Well done !!!!
so :
The resolution @2,5V is not 4mg/LSB but 3,9mg/LSB
and the acc_1G is not 256 (2,5V) but 265 (@3V3)
by Bledi
Fri Apr 27, 2012 1:56 pm
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

The only error we can find is on the value of 1g : FULL_RES Bit When this bit is set to a value of 1, the device is in full resolution mode, where the output resolution increases with the g range set by the range bits to maintain a 4 mg/LSB scale factor. in this case acc_1G = 250 but it's not really...
by Bledi
Fri Apr 27, 2012 11:59 am
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

I want to make more tests (with and without) because I had few ACC trim but now it's really a rock.
I don't know why ?????
by Bledi
Fri Apr 27, 2012 11:51 am
Forum: Software development
Topic: Bug in the code of the ADXL345
Replies: 65
Views: 23899

Re: Bug in the code of the ADXL345

I just test your modifaction @home.
It's true the copter is now really stable like a rock
by Bledi
Fri Apr 27, 2012 10:49 am
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247167

Re: Rushduino OSD - Multiwii based open software osd

I think you have ton connect the OSD on serial 0 (like FTDI)
I just look at the code, all data are exchange on serial 0 not on another port
by Bledi
Fri Apr 27, 2012 9:20 am
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247167

Re: Rushduino OSD - Multiwii based open software osd

shufflez wrote:I believe the serial.ino (or serial.pde) mod Blendi wrote up hasn't worked for me, because I get the same as @Katana.
BTW Rushduino OSD is connected to RX3/TX3 (RX1 = Spektrum, RX2 = GPS).

What FC are you using ? For me the OSD must be connect to the same serial port as GUI.
by Bledi
Thu Apr 26, 2012 8:25 am
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247167

Re: Rushduino OSD - Multiwii based open software osd

it's normal, the serial protocol had change in the last dev.
We are working on this new version but we wait an official realase.

The modification of the 'case' section is for multiwii 2.0
by Bledi
Wed Apr 25, 2012 9:17 am
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247167

Re: Rushduino OSD - Multiwii based open software osd

The multiwii 2.0, in serial.ino you have to change : line 119 : case 'O': // arduino to OSD data - contribution from MIS serialize8('O'); for(i=0;i<3;i++) serialize16(accSmooth[i]); for(i=0;i<3;i++) serialize16(gyroData[i]); serialize16(EstAlt*10.0f); serialize16(heading); // compass - 16 bytes for(...
by Bledi
Fri Apr 20, 2012 8:24 am
Forum: Software development
Topic: New I2C GPS board
Replies: 13
Views: 8994

Re: New I2C GPS board

nice vid ;)
by Bledi
Thu Apr 19, 2012 1:05 pm
Forum: Ideas
Topic: MultiWii UltraPWM
Replies: 13
Views: 6037

Re: MultiWii UltraPWM

warthox wrote:thanks felix :)
will try it this afternoon.


Yes 3 weeks without a video !!! WHAT ARE YOU DOING ??? ;)
by Bledi
Thu Apr 19, 2012 1:03 pm
Forum: Software development
Topic: New I2C GPS board
Replies: 13
Views: 8994

Re: New I2C GPS board

yes just wait few days. JohnyGab will give you more informations
by Bledi
Thu Apr 19, 2012 11:00 am
Forum: Software development
Topic: New I2C GPS board
Replies: 13
Views: 8994

Re: New I2C GPS board

The software is finish.
The GPS automaticly record a new file on powerup. The file is a kml file so you can open it directly in Google Eath !

Image
by Bledi
Thu Apr 19, 2012 9:02 am
Forum: Software development
Topic: GPS on Crius SE board
Replies: 121
Views: 71950

Re: GPS on Crius SE board

Sorry bad board (it is the lite not the SE) but le PINOUT is the same
by Bledi
Thu Apr 19, 2012 9:00 am
Forum: Software development
Topic: GPS on Crius SE board
Replies: 121
Views: 71950

Re: GPS on Crius SE board

If you want to use GPS, you have to use a I2C GPS (for exemple like this one : http://www.multiwii.com/forum/viewtopic.php?f=8&t=1551) The problem is that the CRIUS SE don't have an output for I2C. So you have to had a connector to the board with the I2C (SDA & SCL) and power (5V & GND)....
by Bledi
Sun Apr 15, 2012 6:52 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888526

Re: GPS integration

JohnyGab will relase next week THE SOLUTION for Multiwii I2C : http://qcrc.ca/blog/media/blogs/blog/_evocache/IMG_2085.jpg/fit-400x320.jpg this one is a big more nice than the first one, its to present you the Rushduino GPS MCE V1.3 A nice and shiny blue pcb, 1.6mm tick, 50mmx50mm board with 3mm mou...
by Bledi
Fri Apr 13, 2012 8:30 am
Forum: Frames
Topic: Y4 vs QuadX vs Quad+
Replies: 9
Views: 6289

Re: Y4 vs QuadX vs Quad+