Search found 14 matches

by Tomek
Tue Sep 17, 2013 4:49 am
Forum: Getting Started - MultiWii config and setup
Topic: Quad+ Sensor Orientation?
Replies: 1
Views: 928

Re: Quad+ Sensor Orientation?

Hi ! With WMP and Nunchuck I did not have to change this lines, For ADXL345 and MPU6050 uncomented onli first line: #define FORCE_ACC_ORIENTATION(X, Y, Z) {accADC[ROLL] = -X; accADC[PITCH] = -Y; accADC[YAW] = Z;} I'm assuming than adding "-" (negativ) sign will reverse axis " {accADC[...
by Tomek
Tue Sep 17, 2013 4:36 am
Forum: Shields, boards and sensors
Topic: Multiwii FC Boards can't upload sketch
Replies: 2
Views: 1526

Re: Multiwii FC Boards can't upload sketch

Hi !
I have this error if connection with board have problem - sometimes unplug/plug helps.
Do you have FTDI driver installed properly ?
Can you see USB Serial port (COMXX) in windows device menager ?
Tom
by Tomek
Tue Sep 17, 2013 4:29 am
Forum: Shields, boards and sensors
Topic: ITG-3205 and ADXL-345 have pullups?
Replies: 1
Views: 891

Re: ITG-3205 and ADXL-345 have pullups?

Hi ! I have IMU Digital Combo Board - 6 Degrees of Freedom ITG3200/ADXL345 from Sparkfun. Schematic is showing 4.7K pullups but I have I2C errors - after adding external 2.2K is working OK. Also I have to change I2C address of ADXL345 in sensors.ccp: "#if !defined(ADXL345_ADDRESS) //#define ADX...
by Tomek
Sun Sep 15, 2013 1:10 am
Forum: Software development
Topic: Default sensor orientation and fly modes ?
Replies: 5
Views: 2488

Re: Default sensor orientation and fly modes ?

Thanks
Yes its clear. I just assumed than if WMP and Nunchack can work together with default settings, single chip sensors also should work.
My wrong. Like I said it was only curiosity.
Tom
by Tomek
Sat Sep 14, 2013 11:04 pm
Forum: Software development
Topic: Default sensor orientation and fly modes ?
Replies: 5
Views: 2488

Re: Default sensor orientation and fly modes ?

Hi Alex! First thanks again for Your extraordinary work !!! flight modes: http://www.multiwii.com/forum/viewtopic.php?f=16&t=3011&hilit=flight+mode+names Orientation: You don't have the same orientation of sensors in any board. So you can't expect a standard on this for every boards. X/Y/Z f...
by Tomek
Fri Sep 13, 2013 3:04 pm
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 742762

Re: MultiWii EZ-GUI

Hi !
OK now is working (after instaling SD card - this is old phone and SD card was removed.
It was crashing after hitting [UNLOCK] button.
Galaxy S Android 2.3.5 (USCellular update)
I'm polish living in US (Chicago area)
Pozdrawiam i wielkie dzieki za program !
Tomek
by Tomek
Fri Sep 13, 2013 4:26 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 742762

Re: MultiWii EZ-GUI

Sorry but not - is stopping with message process com.ezio.ez.ez_gui_unlocker) has stoped unexpectedly.
Downloaded 2 minutes ago.
Looks like my old Galaxy S is running 2.3.5 not 2.2
Tom
by Tomek
Fri Sep 13, 2013 4:14 am
Forum: Software development
Topic: Sensors orientations
Replies: 13
Views: 5660

Re: Sensors orientations

+1
But nobody is willing to answer ?
Tom
by Tomek
Wed Sep 11, 2013 10:28 pm
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 742762

Re: MultiWii EZ-GUI

Hi !
@ezio Thanks for great work !

Will You incorporate servo reversing and additional setup functions from r1555 and up?

Thanks
P.S. Just info - Unlock is crashing on Samsung Galaxy S with Android2.2 but on Galaxy S4 works OK
Thanks again
Tom
by Tomek
Wed Sep 11, 2013 10:13 pm
Forum: Software development
Topic: Default sensor orientation and fly modes ?
Replies: 5
Views: 2488

Default sensor orientation and fly modes ?

Hi ! I posted it in right place (connecting elements) but was ignored. "Hi ! I started testing 6DOF (Sparkfun ITG3200+ADXL345) and MPU6050 and both sensors have orientation problems with default settings. After uncommentingFORCE_ACC_ORIENTATION with default values everything looks OK /* enforce...
by Tomek
Tue Sep 10, 2013 5:26 pm
Forum: Connecting elements
Topic: Sensor orientation in r.1555
Replies: 0
Views: 962

Sensor orientation in r.1555

Hi ! I started testing 6DOF (Sparkfun ITG3200+ADXL345) and MPU6050 and both sensors have orientation problems with default settings. After uncommentingFORCE_ACC_ORIENTATION with default values everything looks OK /* enforce your individual sensor orientation - even overrides board specific defaults ...
by Tomek
Tue Sep 10, 2013 5:18 pm
Forum: Connecting elements
Topic: correct me if im wrong.
Replies: 3
Views: 1757

Re: correct me if im wrong.

Hi !
If you connected everything correct just uncomment WMP and Nunchack and set 100hz rate in sketch and pullup to VCC (5 or 3.3 V) with 2K2 (SCL,SDA) resistors.
To be sure connection is ok you can try to make it work with WMP only first and later add Nunchuck.
Tom
by Tomek
Thu Sep 05, 2013 4:29 am
Forum: Shields, boards and sensors
Topic: Sonar integration LV-MaxSonar® -EZ1™
Replies: 0
Views: 882

Sonar integration LV-MaxSonar® -EZ1™

Hi !
Why not LV-MaxSonar®-EZ1™ in free run operation mode?
It can continually measure and output range information.
If I remember Alex started with this one.
Tom
by Tomek
Thu Sep 05, 2013 3:51 am
Forum: Ideas
Topic: Attemp to integrate sonar (ultrasonic sensor)
Replies: 265
Views: 231331

Re: Attemp to integrate sonar (ultrasonic sensor)

Hi !
What about old fashion Maxbotix LV-EZ1, it can in "Free run operation can continually measure and output range information"
http://www.maxbotix.com/documents/MB1010_Datasheet.pdf
Tom