Search found 6 matches

by svalent
Mon Jul 16, 2012 1:45 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887461

Re: GPS integration

by svalent
Thu Jul 12, 2012 9:41 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887461

Re: GPS integration /u-blox/

...and a bit optimized for 115200 : Serial.begin(9600); delay(500); PROGMEM uint8_t m00[] = {0xB5,0x62,0x06,0x08,0x06,0x00,0xC8,0x00,0x01,0x00,0x01,0x00,0xDE,0x6A}; //5Hz Serial.write(m00,sizeof(m00)); PROGMEM uint8_t m01[] = {0xB5,0x62,0x06,0x00,0x14,0x00,0x01,0x00,0x00,0x00,0xD0,0x08,0x00,0x00,0x0...
by svalent
Wed Jul 11, 2012 11:45 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887461

Re: GPS integration /u-blox/

Hello, here is draft & non-optimized (but tested) code for " Multiwii MWC FC CN-06 GPS Receiver " http://www.rctimer.com/index.php?gOo=goods_details.dwt&goodsid=763&productname= initial setting for I2C_GPS_NAV.ino : //////////////////////////////////////////////////////////////...
by svalent
Thu Jun 21, 2012 11:40 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887461

Re: GPS integration

and SOLUTION :

it was crazy easy....

because I2C_GPS_NAV not using own I2C routine , it is necessary compile sketch in Arduino 1.0 (with patched twi library).
/i was used Arduino 1.0.1 and it was mistake..../


S.
by svalent
Thu Jun 21, 2012 10:14 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887461

Re: GPS integration

Hello, I have problem with multiwii20120618 & I2C GPS (rev33).... I double checked setting and wiring , but after many hours i still have only I2C error (in GUI) and no GPS data. (led blinks 3 times fast=3D is available) Stano Hi, I have same issue with mwdev20120606 & I2C GPS rev33. All ot...
by svalent
Thu Jun 21, 2012 1:08 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887461

Re: GPS integration

Hello, I have problem with multiwii20120618 & I2C GPS (rev33).... I double checked setting and wiring , but after many hours i still have only I2C error (in GUI) and no GPS data. (led blinks 3 times fast=3D is available) When i try some I2C demo master(CRIUS SE)/slave (I2C GPS) - everthing is OK...