Hi Chris,
ich habe die r27 und bin am testen. Eine Frage habe ich zu diesen Zeilen in der config.h
Hier ein Auszug:
/* GPS using a SERIAL port
only available on MEGA boards (this might be possible on 328 based boards in the future)
if enabled, define here the Arduino Serial port number and the UART speed
note: only the RX PIN is used, the GPS is not configured by multiwii
the GPS must be configured to output NMEA sentences (which is generally the default conf for most GPS devices)
uncomment the first line to select the GPS serial port of the arduino */
//#define GPS_SERIAL 2 // should be 2 for flyduino v2. It's the serial port number on arduino MEGA
#define GPS_BAUD 115200
/* I2C GPS device made with an independant arduino + GPS device
including some navigation functions
contribution from EOSBandi
http://code.google.com/p/i2c-gps-nav/ */
#define I2C_GPS
Ich habe das Mega-Board. Muß ich da die Zeile"//#define GPS_SERIAL 2 // should be 2 for flyduino v2. It's the serial port number on arduino MEGA" einkommentieren und die Zeile "#define I2C_GPS" auskommentieren? Wenn ich das so mache bekomme ich eine Fehlermeldung beim Verify.
Gruß Paraglider58
Ja, also die r26 von EOSBandi is echt gut. Aber war zu erwarten, da er den Arducopter Code genommen hat
EDIT: Die gibts hier: http://code.google.com/p/i2c-gps-nav/downloads/list
Mittlerweile sind wir schon bei r27.
EDIT: Die gibts hier: http://code.google.com/p/i2c-gps-nav/downloads/list
Mittlerweile sind wir schon bei r27.
Hier ein Auszug:
/* GPS using a SERIAL port
only available on MEGA boards (this might be possible on 328 based boards in the future)
if enabled, define here the Arduino Serial port number and the UART speed
note: only the RX PIN is used, the GPS is not configured by multiwii
the GPS must be configured to output NMEA sentences (which is generally the default conf for most GPS devices)
uncomment the first line to select the GPS serial port of the arduino */
//#define GPS_SERIAL 2 // should be 2 for flyduino v2. It's the serial port number on arduino MEGA
#define GPS_BAUD 115200
/* I2C GPS device made with an independant arduino + GPS device
including some navigation functions
contribution from EOSBandi
http://code.google.com/p/i2c-gps-nav/ */
#define I2C_GPS
Ich habe das Mega-Board. Muß ich da die Zeile"//#define GPS_SERIAL 2 // should be 2 for flyduino v2. It's the serial port number on arduino MEGA" einkommentieren und die Zeile "#define I2C_GPS" auskommentieren? Wenn ich das so mache bekomme ich eine Fehlermeldung beim Verify.
Gruß Paraglider58