Search found 28 matches

by diyboy
Wed Mar 13, 2013 1:52 pm
Forum: Software development
Topic: config.h management tool
Replies: 13
Views: 4987

Re: config.h management tool

Cool...! :D
by diyboy
Sun Mar 10, 2013 2:30 pm
Forum: Software development
Topic: MultiWii 2.2 is released
Replies: 84
Views: 60940

Re: MultiWii 2.2 is released

Just download the Multiwii2.2 Thanks! ^_^
by diyboy
Wed Feb 27, 2013 4:20 pm
Forum: Getting Started - MultiWii config and setup
Topic: Pos Hold and RTH puzzled..
Replies: 2
Views: 1418

Re: Pos Hold and RTH puzzled..

Your GPS receiver must see at least 5 satellites for acceptable precision. Otherwise the Pos and RTH not active.
I hope this answer useful for you.
by diyboy
Sat Feb 23, 2013 11:28 am
Forum: Shields, boards and sensors
Topic: Testing r1317 GPS & ALT hold with my board
Replies: 0
Views: 756

Testing r1317 GPS & ALT hold with my board

Testing r1317 GPS & ALT hold with my board

Testing vedio
http://www.youtube.com/watch?v=w1BGAh8J ... e=youtu.be
by diyboy
Sat Dec 29, 2012 4:46 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 880139

Re: GPS integration

Sharkcopter wrote:I am very saddened to tell you that Fabio Varesano, the manufacturer of FreeImu died on Christmas Day.
He was only 27 years of age.
This morning we attended his funeral.
I remember him as a friend with a great desire to try and help others.



it s so sad.........! :cry:
by diyboy
Tue Dec 25, 2012 10:16 am
Forum: Software development
Topic: How can I download the latest dev version?
Replies: 4
Views: 2020

Re: How can I download the latest dev version?

vpb wrote:latest development version

http://multiwii.googlecode.com/svn/trun ... wii_shared

or you can checkout any version
svn co http://multiwii.googlecode.com/svn/trun ... wii_shared -r xxxx



Success download. Thank vpb & ReadError !
Diyboy
by diyboy
Tue Dec 25, 2012 3:32 am
Forum: Software development
Topic: How can I download the latest dev version?
Replies: 4
Views: 2020

Re: How can I download the latest dev version?

http://code.google.com/p/multiwii/source/checkout Hi ReadError I use tortoiseSVN and following command to anonymously check out the latest project source code, But the link desn't exist. "http://multiwii.googlecode.com/svn/trunk/ multiwii-read-omly" would you tell me more detail for downl...
by diyboy
Mon Dec 24, 2012 3:04 pm
Forum: Software development
Topic: How can I download the latest dev version?
Replies: 4
Views: 2020

How can I download the latest dev version?

Hello,

How can I download the latest dev version? I want to try the dev r1295.
Thanks!

Diyboy
by diyboy
Wed Dec 19, 2012 4:26 pm
Forum: Software development
Topic: which GPS data do you want to see on LCD/OLED?
Replies: 17
Views: 4469

Re: which GPS data do you want to see on LCD/OLED?

I am using serial port GPS and OLED. I want to see the GPS connection status and number of Satellite received on the display. as I have no GPS and never looked closely at the code, could you provide the variables which hold that info please? I would implement it without any way of testing myself, s...
by diyboy
Wed Dec 19, 2012 1:53 pm
Forum: Software development
Topic: which GPS data do you want to see on LCD/OLED?
Replies: 17
Views: 4469

Re: which GPS data do you want to see on LCD/OLED?

Hi Hamburger,

Glad to hear getting closer to a v2.2.
I am using serial port GPS and OLED. I want to see the GPS connection status and number of Satellite received on the display.
Thanks!

Diyboy
by diyboy
Tue Dec 04, 2012 1:32 pm
Forum: General discussions
Topic: 128X64 OLED Display Help
Replies: 2
Views: 1333

Re: 128X64 OLED Display Help

sure. I have this fragment #define LCD_CONF #define LCD_CONF_AUX #define SUPPRESS_LCD_CONF_AUX34 #define OLED_I2C_128x64 #define SUPPRESS_OLED_I2C_128x64LOGO //#define OLED_I2C_128x64LOGO_PERMANENT #define LCD_TELEMETRY #define LCD_TELEMETRY_STEP "154290" take your pick. Hamburger Thx! Di...
by diyboy
Mon Dec 03, 2012 3:39 pm
Forum: General discussions
Topic: 128X64 OLED Display Help
Replies: 2
Views: 1333

128X64 OLED Display Help

Hello everyone,

To use a i2C OLED i need to uncomment below lines right?

/* uncomment this line if you plan to use a LCD or OLED */
#define LCD_CONF
#define OLED_I2C_128x64 // I2C LCD: OLED viewtopic.php?f=7&t=1350

Many thanks in advance!

Diyboy
by diyboy
Sat Dec 01, 2012 4:10 pm
Forum: Ideas
Topic: 0.96" SSD1306 128X64 OLED Display Module
Replies: 207
Views: 235775

Re: 0.96" SSD1306 128X64 OLED Display Module

Hello everyone,

To use a i2C OLED i need to uncomment below lines right?

/* uncomment this line if you plan to use a LCD or OLED */
#define LCD_CONF
#define OLED_I2C_128x64 // I2C LCD: OLED viewtopic.php?f=7&t=1350

Many thanks in advance!

Diyboy
by diyboy
Mon Nov 19, 2012 5:36 pm
Forum: General discussions
Topic: Mega2560 often cannot read the GPS
Replies: 2
Views: 1804

Re: Mega2560 often cannot read the GPS

Where do you connect +5V to Arduino board? Is the GPS connected to 5V or 3V3 of Arduino? Using FTDI PC USB---->FTDI +5V output------->Arduino +5V ------------> GPS board (with 5V to 3.3V step down) Using battery (often cannot read the GPS with this config) 11.1V------>ESC +5V output ---------->Ardu...
by diyboy
Mon Nov 19, 2012 2:20 pm
Forum: General discussions
Topic: Mega2560 often cannot read the GPS
Replies: 2
Views: 1804

Mega2560 often cannot read the GPS

Hi guys. I have a problem about my Mega2560 board connect with NEO-6M GPS. When I using a FTDI to connect the Mega2560 board (5V power by the FTDI). The GPS is worked fine. But when the 5V supplied by ESD, the GPS often cannot read (GPS LED flashing). I have try the r1177, r1232 & r1240. I modif...
by diyboy
Mon Nov 12, 2012 2:21 pm
Forum: Software development
Topic: Altitude Hold improvement solution
Replies: 580
Views: 1581132

Re: Altitude Hold improvement solution

svn revision: m prepared archive: m Today I tested the r1248 with my 330frame X4 the BARO working fine. Many thanks! I think you was first I hope you are talking about testing "prepared archive" or "svn revision" from links above? i.e. not just r1248, because it hasn't latest ch...
by diyboy
Sun Nov 11, 2012 2:35 pm
Forum: Software development
Topic: Altitude Hold improvement solution
Replies: 580
Views: 1581132

Re: Altitude Hold improvement solution

I'm going to add this code to my branch soon... Done: 1) Vario PID controller implementation. /* In this mode, throttle stick position gives a desired vario. Regulation is divided into two parts, when throttle stick is inside ALT_HOLD_THROTTLE_NEUTRAL_ZONE, * the current althold regulation is used....
by diyboy
Sat Nov 10, 2012 4:47 pm
Forum: Software development
Topic: [PATCH] Disable HORIZON mode if ANGLE is active
Replies: 18
Views: 5858

Re: [PATCH] Disable HORIZON mode if ANGLE is active

I like horizon mode, easy to fly than level mode, and without any stick input, it's really level/angle mode. But is the horizon mode stable now? My Y6 crashed 2 times today for no reason, r1177 new alt-holding + horizon. I've flied horizon mode without any problem for more than 10 packs before. It ...
by diyboy
Sat Nov 10, 2012 4:16 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 880139

Re: GPS integration

Hi Guys.

If I don't went to reset or power down the board. can I relocat the GPS home post?

DIY Boy
by diyboy
Mon Oct 29, 2012 3:12 pm
Forum: Software development
Topic: Altitude Hold improvement solution
Replies: 580
Views: 1581132

Re: Altitude Hold improvement solution

I prefer to work with dev files R1177 would be fine, i like to test pls. use the following define in config.h to switch between "alt change" solutions: // Natural alt change for rapid pilots. It's temporary switch OFF the althold when throttle stick is out of deadband defined with ALT_HOL...
by diyboy
Wed Oct 10, 2012 5:39 pm
Forum: Getting Started - MultiWii config and setup
Topic: Help magnetic directions problem
Replies: 2
Views: 1412

Re: Help magnetic directions problem

NikTheGreek wrote:Read this viewtopic.php?f=15&t=2440.. i think will help.


Hi NikTheGreek,

Thank for your help!

Diyboy
by diyboy
Wed Oct 10, 2012 1:23 pm
Forum: General discussions
Topic: Ublox GPS with EEPROM lost config after power off
Replies: 2
Views: 1940

Re: Ublox GPS with EEPROM lost config after power off

I refer to EOSBANDI's "ublox-hw-hacks" guide to connect a EEPROM to my NEO-6M GPS. After that I use U-Center to config the GPS to 57600 and 5Hz rate and then save the data to GPS. But all data will return to default configuration after power off the GPS. Anybody can help me to solve this ...
by diyboy
Tue Oct 09, 2012 5:17 pm
Forum: Getting Started - MultiWii config and setup
Topic: Help magnetic directions problem
Replies: 2
Views: 1412

Help magnetic directions problem

Hi, I have try many setting of Magnetic axis, but I cannot have a correct magnetic axis directions. Following listed the axis directions of my quad. I have no idea what am I doing wrong, help!!!! TILT the MULTI to the RIGHT (left side up): • MAG_ROLL, ACC_ROLL and GYRO_ROLL goes up My Quad is goes u...
by diyboy
Mon Oct 08, 2012 4:52 pm
Forum: General discussions
Topic: Magnetic axis directions help
Replies: 0
Views: 774

Magnetic axis directions help

I have try many setting of Magnetic axis, but I cannot have a correct magnetic axis directions. Following listed the axis directions of my quad. I have no idea what am I doing wrong, help!!!! TILT the MULTI to the RIGHT (left side up): • MAG_ROLL, ACC_ROLL and GYRO_ROLL goes up My Quad is goes up • ...
by diyboy
Mon Oct 01, 2012 7:20 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 880139

Re: GPS integration

Hi Luciano,

Thank you!

DIYBoy
by diyboy
Sun Sep 30, 2012 8:01 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 880139

Re: GPS integration

I refer to EOSBANDI's "ublox-hw-hacks" guide to connect a EEPROM to my NEO-6M GPS. After that I use U-Center to config the GPS to 57600 and 5Hz rate and then save the data to GPS. But all data will return to default configuration after power off the GPS. Anybody can help me to solve this ...
by diyboy
Sun Sep 30, 2012 7:36 pm
Forum: General discussions
Topic: Ublox GPS with EEPROM lost config after power off
Replies: 2
Views: 1940

Ublox GPS with EEPROM lost config after power off

I refer to EOSBANDI's "ublox-hw-hacks" guide to connect a EEPROM to my NEO-6M GPS. After that I use U-Center to config the GPS to 57600 and 5Hz rate and then save the data to GPS. But all data will return to default configuration after power off the GPS. Anybody can help me to solve this p...
by diyboy
Sun Sep 30, 2012 7:34 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 880139

Re: GPS integration

I refer to EOSBANDI's "ublox-hw-hacks" guide to connect a EEPROM to my NEO-6M GPS. After that I use U-Center to config the GPS to 57600 and 5Hz rate and then save the data to GPS. But all data will return to default configuration after power off the GPS. Anybody can help me to solve this p...