Habe auch mal eine Frage.
Habe auch den Martinez V3 mit Sensor.
Glaube aber, dass nichts auf dem Controller drauf ist.
Habe die BruGi_050_r217 GUI geööfnet, er verbindet sich auch mit dem Martinez.
Aber alles ist leer.
Dann muss ich doch bestimmt die _BruGi.ino installieren ?
Jedoch klappt es nicht.
Habe arduino-1.6.7
Board Arduino Pro
Com 14
Programmer USbASP
Aber beim uploaden immer Fehlermeldung.
Muss man da noch etwas anderes einstellen ?
Mit Arduino 1.6 bekomme ich folgende Fehlermeldung:
Habe auch den Martinez V3 mit Sensor.
Glaube aber, dass nichts auf dem Controller drauf ist.
Habe die BruGi_050_r217 GUI geööfnet, er verbindet sich auch mit dem Martinez.
Aber alles ist leer.
Dann muss ich doch bestimmt die _BruGi.ino installieren ?
Jedoch klappt es nicht.
Habe arduino-1.6.7
Board Arduino Pro
Com 14
Programmer USbASP
Aber beim uploaden immer Fehlermeldung.
Muss man da noch etwas anderes einstellen ?
Code:
Arduino: 1.6.6 (Windows 7), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"
In file included from I:\BruGi_050_r217\BruGi_050_r217\_BruGi\_BruGi.ino:56:0:
sketch\orientationRoutines.h: In function 'void gyroOffsetCalibration()':
orientationRoutines.h:100: error: 'initMPU' was not declared in this scope
initMPU();
^
In file included from I:\BruGi_050_r217\BruGi_050_r217\_BruGi\_BruGi.ino:58:0:
sketch\BLcontroller.h: In function 'void __vector_13()':
BLcontroller.h:225: error: 'TIMER0_isr_emulation' was not declared in this scope
TIMER0_isr_emulation();
^
In file included from I:\BruGi_050_r217\BruGi_050_r217\_BruGi\_BruGi.ino:59:0:
sketch\SerialCom.h: At global scope:
SerialCom.h:58: error: 'initIMUtc' was not declared in this scope
{"accTimeConstant", INT16, &config.accTimeConstant, &initIMUtc},
^
SerialCom.h:60: error: 'updateAngleOffset' was not declared in this scope
{"angleOffsetPitch", INT16, &config.angleOffsetPitch, &updateAngleOffset},
^
SerialCom.h:61: error: 'updateAngleOffset' was not declared in this scope
{"angleOffsetRoll", INT16, &config.angleOffsetRoll, &updateAngleOffset},
^
SerialCom.h:118: error: 'initSensorOrientation' was not declared in this scope
{"axisReverseZ", BOOL, &config.axisReverseZ, &initSensorOrientation},
^
SerialCom.h:119: error: 'initSensorOrientation' was not declared in this scope
{"axisSwapXY", BOOL, &config.axisSwapXY, &initSensorOrientation},
^
SerialCom.h:131: error: 'initIMUtc' was not declared in this scope
{"accTimeConstant2", INT16, &config.accTimeConstant2, &initIMUtc},
^
SerialCom.h:133: error: 'initSensorOrientation' was not declared in this scope
{"gyroCal", BOOL, &config.gyroCal, &initSensorOrientation},
^
SerialCom.h:134: error: 'initSensorOrientation' was not declared in this scope
{"gyrOffsetX", INT16, &config.gyrOffsetX, &initSensorOrientation},
^
SerialCom.h:135: error: 'initSensorOrientation' was not declared in this scope
{"gyrOffsetY", INT16, &config.gyrOffsetY, &initSensorOrientation},
^
SerialCom.h:136: error: 'initSensorOrientation' was not declared in this scope
{"gyrOffsetZ", INT16, &config.gyrOffsetZ, &initSensorOrientation},
^
SerialCom.h:138: error: 'initSensorOrientation' was not declared in this scope
{"accOffsetX", INT16, &config.accOffsetX, &initSensorOrientation},
^
SerialCom.h:139: error: 'initSensorOrientation' was not declared in this scope
{"accOffsetY", INT16, &config.accOffsetY, &initSensorOrientation},
^
SerialCom.h:140: error: 'initSensorOrientation' was not declared in this scope
{"accOffsetZ", INT16, &config.accOffsetZ, &initSensorOrientation},
^
sketch\SerialCom.h: In function 'void updateAllParameters()':
SerialCom.h:265: error: 'initIMU' was not declared in this scope
initIMU();
^
SerialCom.h:266: error: 'initSensorOrientation' was not declared in this scope
initSensorOrientation();
^
SerialCom.h:267: error: 'updateAngleOffset' was not declared in this scope
updateAngleOffset();
^
exit status 1
'initMPU' was not declared in this scope
Dieser Report hätte mehr Informationen mit
"Ausführliche Ausgabe während der Kompilierung"
aktiviert in Datei > Einstellungen.
Code:
avrdude: stk500_getsync (): not in sync: resp = 0x00
Zuletzt bearbeitet: