kannste auch gleich noch für die anderen sachen machen die paul so verkauft

zb für das Rushduino

bitteronco hat geschrieben:Nabend,
...
wollte euch mal fragen was ihr davon haltet .. ist noch nicht fertig, man sieht oben aber was noch kommt .. fehlen euch da noch punkte?
http://i.caendle.de/dev/test/NanoWii_manual.pdf
..
Code: Alles auswählen
/**************************************************************************************/
/*********************** GPS **************************/
/**************************************************************************************/
/* 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
/* GPS data readed from Misio-OSD ( EXPERIMENTAL )
If we have Misio-OSD with GPS module connected to OSD we can use this GPS for navigation purpose.
Working with OSD firmware v0.66 or newer.
contribution from Mis */
//#define GPS_FROM_OSD
/* Pseudo-derivative conrtroller for level mode (experimental)
Additional information: http://www.multiwii.com/forum/viewtopic.php?f=8&t=503 */
//#define LEVEL_PDF
Schachti hat geschrieben:noch mal ein paar fragen zum gps.
leider gibt es ja bei paul keine infos![]()
hab hier ein Flyduino FMP04 GPS Bob und das FMP04 GPS Modul dazu ein Flyduino MEGA und eine Freeimu 0.4.3 so weit so gut.
auf dem mega ist die MultiWii_dev_20120522. so weit läuft auch alles.
vom mega zum gps board gnd 5v tx und rx verbunden
ist das so richtig ?Code: Alles auswählen
/**************************************************************************************/ /*********************** GPS **************************/ /**************************************************************************************/ /* 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 /* GPS data readed from Misio-OSD ( EXPERIMENTAL ) If we have Misio-OSD with GPS module connected to OSD we can use this GPS for navigation purpose. Working with OSD firmware v0.66 or newer. contribution from Mis */ //#define GPS_FROM_OSD /* Pseudo-derivative conrtroller for level mode (experimental) Additional information: http://www.multiwii.com/forum/viewtopic.php?f=8&t=503 */ //#define LEVEL_PDF
und wenn ja warum bekomme ich keine sattelieten, auch wenn das ding 10min draußen liegt ??
NURSchachti hat geschrieben:bei auskommentieren ?
#define GPS_SERIAL 2
und
#define I2C_GPS