Página 172 de 188 PrimeroPrimero ... 73123148158162167170171172173174177182186 ... ÚltimoÚltimo
Mostrando resultados del 2.053 al 2.064 de 2256

Tema: Photoduino: Plataforma abierta de control de disparo

  1. #2053
    Fecha de Ingreso
    abr 2014
    Ubicación
    Granada
    Mensajes
    334

    Predeterminado



    Hablais de pedir placas? Yo me apunto xDD. ¿A cuanto saldria?
    Canon 70D + 18-135 IS STM | Peleng!

  2. #2054

    Predeterminado

    Cita Iniciado por nitrosito Ver Mensaje
    Copia todo el error que te da. Y así sabemos de que linea proviene.

    Un saludo
    Ahí va!! Arduino:1.6.0 (Windows 8), Placa:"Arduino Uno"
    In file included from Photoduino.ino:325:0:
    language_ES.h:19:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_LANGUAGE_CODE[] = "ES";
    ^
    language_ES.h:20:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_PHOTODUINO_V[] = "Photoduino v";
    ^
    language_ES.h:21:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_READY[] = "Preparado!";
    ^
    language_ES.h:22:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_MAIN_MENU[] = "Menu Principal";
    ^
    language_ES.h:23:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SYSTEM_CONFIG[] = "Config Sistema";
    ^
    language_ES.h:24:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_INTERVALOMETER[] = "Intervalometro";
    ^
    language_ES.h:25:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SENSOR_TRIGGER[] = "Disparo Sensor";
    ^
    language_ES.h:26:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_CONFIG[] = "Configuracion";
    ^
    language_ES.h:27:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_CONFIG_TRIGGER[] = "Config Disparo";
    ^
    language_ES.h:28:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_CONFIG_DROPS[] = "Config Gotas";
    ^
    language_ES.h:29:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_RUN[] = "Ejecutar";
    ^
    language_ES.h:30:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_RUNNING[] = "Ejecutando...";
    ^
    language_ES.h:31:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_RESET_CONFIG[] = "Borrar Config";
    ^
    language_ES.h:32:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_AUTOFOCUS_TIME[] = "Tiempo Enfoque";
    ^
    language_ES.h:33:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SHUTTERLAG_TIME[] = "Retardo Obturador";
    ^
    language_ES.h:34:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_USE_FLASH1[] = "Usar Flash1";
    ^
    language_ES.h:35:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_USE_FLASH2[] = "Usar Flash2";
    ^
    language_ES.h:36:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_FLASH1_PRETIME[] = "Pretiempo Flash1";
    ^
    language_ES.h:37:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_FLASH2_PRETIME[] = "Pretiempo Flash2";
    ^
    language_ES.h:38:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_CLOSE_PRETIME[] = "Pretiempo Cerrar";
    ^
    language_ES.h:39:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_INTERVAL_UNITS[] = "Unid. Intervalo";
    ^
    language_ES.h:40:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_INTERVAL_VALUE[] = "Valor Intervalo";
    ^
    language_ES.h:41:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_CYCLES[] = "Ciclos";
    ^
    language_ES.h:42:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SENSOR[] = "Sensor";
    ^
    language_ES.h:43:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SENSOR_LIMIT[] = "Limite Sensor";
    ^
    language_ES.h:44:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SENSOR_VALUE[] = ">Sensor :";
    ^
    language_ES.h:45:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_LIMIT_VALUE[] = ">Limite :";
    ^
    language_ES.h:46:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SHOOTING_MODE[] = "Modo Disparo";
    ^
    language_ES.h:47:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_INTERCYCLE_TIME[] = "Pretiempo Ciclos";
    ^
    language_ES.h:48:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_BACKLIGHT[] = "Luz LCD";
    ^
    language_ES.h:49:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SPEAKER[] = "Pitidos";
    ^
    language_ES.h:50:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_RESETTING[] = "Reiniciando...";
    ^
    language_ES.h:51:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_ABORTING[] = "Cancelando...";
    ^
    language_ES.h:52:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_YES[] = "SI";
    ^
    language_ES.h:53:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_NO[] = "NO";
    ^
    language_ES.h:54:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_NONE[] = "Ninguno";
    ^
    language_ES.h:55:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_UNITS_US[] = "us";
    ^
    language_ES.h:56:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_UNITS_MS[] = "ms";
    ^
    language_ES.h:57:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_UNITS_SECS[] = "Segundos";
    ^
    language_ES.h:58:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_UNITS_MINS[] = "Minutos";
    ^
    language_ES.h:59:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_UNITS_HOURS[] = "Horas";
    ^
    language_ES.h:60:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_UNITS_DAYS[] = "Dias";
    ^
    language_ES.h:61:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_UNITS_CYCLES[] = "Ciclos";
    ^
    language_ES.h:62:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_UNITS_DROPS[] = "Gotas";
    ^
    language_ES.h:63:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SHOOTINGMODE_NORMAL[] = "Normal";
    ^
    language_ES.h:64:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SHOOTINGMODE_PREBULB[] = "Bulb Previo";
    ^
    language_ES.h:65:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SHOOTINGMODE_MIRRORLOCKUP[] = "Levantar Espejo";
    ^
    language_ES.h:66:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SENSOR_TUNING[] = "Ajuste Sensores";
    ^
    language_ES.h:67:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SENSOR_TUNING_VISUAL[] = "Visual";
    ^
    language_ES.h:68:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SENSOR_TUNING_NUMERIC[] = "Numerico";
    ^
    language_ES.h:69:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SENSOR_TYPE[] = "Tipo de Sensor";
    ^
    language_ES.h:70:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SENSOR_TYPE_AUDIO[] = "Audio";
    ^
    language_ES.h:71:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SENSOR_TYPE_BARRIER[] = "Barrera";
    ^
    language_ES.h:72:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SENSOR_TYPE_SHOCK[] = "Impacto";
    ^
    language_ES.h:73:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_SENSOR_TYPE_LIGHT[] = "Luz";
    ^
    language_ES.h:74:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_MIRROR_LOCKUP_TIMEOUT[] = "Tiempo Espejo";
    ^
    language_ES.h:75:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_DEVICE_PORT_TYPE[] = "Tipo Dispositivo";
    ^
    language_ES.h:76:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_DEVICE_PORT_TYPE_LASER[] = "Laser";
    ^
    language_ES.h:77:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_DEVICE_PORT_TYPE_SOLENOID_VALVE[] = "Electrovalvula";
    ^
    language_ES.h:78:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_DROPS_COUNT[] = "Numero de Gotas";
    ^
    language_ES.h:79:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_DROPS_DURATION[] = "Duracion Gota";
    ^
    language_ES.h:80:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_DROPS_INTERVAL[] = "Intervalo Gotas";
    ^
    language_ES.h:81:7: error: 'prog_char' does not name a type
    const prog_char PROGMEM MSG_REMOTE_MODE[] = "Modo remoto";
    ^
    Photoduino.ino:360:48: error: 'prog_char' does not name a type
    Photoduino.ino:360:59: error: ISO C++ forbids declaration of 'msg' with no type [-fpermissive]
    Photoduino.ino:365:69: error: 'prog_char' does not name a type
    Photoduino.ino:365:80: error: ISO C++ forbids declaration of 'msg' with no type [-fpermissive]
    Photoduino.ino:367:40: error: 'prog_char' does not name a type
    Photoduino.ino:367:51: error: ISO C++ forbids declaration of 'str' with no type [-fpermissive]
    Photoduino.ino:385:33: error: 'prog_char' does not name a type
    Photoduino.ino:385:44: error: ISO C++ forbids declaration of 'str' with no type [-fpermissive]
    Photoduino.ino:386:31: error: 'prog_char' does not name a type
    Photoduino.ino:386:42: error: ISO C++ forbids declaration of 'str' with no type [-fpermissive]
    Photoduino.ino:387:34: error: 'prog_char' does not name a type
    Photoduino.ino:387:45: error: ISO C++ forbids declaration of 'str' with no type [-fpermissive]
    Photoduino.ino:388:47: error: 'prog_char' does not name a type
    Photoduino.ino:388:58: error: ISO C++ forbids declaration of 'str' with no type [-fpermissive]
    controller_manager.ino: In function 'void controller_showRemoteMode()':
    controller_manager.ino:49:25: error: 'MSG_REMOTE_MODE' was not declared in this scope
    controller_manager.ino: In function 'void controller_showWelcome()':
    controller_manager.ino:55:25: error: 'MSG_PHOTODUINO_V' was not declared in this scope
    controller_manager.ino:60:25: error: 'MSG_READY' was not declared in this scope
    controller_manager.ino: In function 'void controller_showMainMenu()':
    controller_manager.ino:71:24: error: 'MSG_MAIN_MENU' was not declared in this scope
    controller_manager.ino:73:54: error: 'MSG_SYSTEM_CONFIG' was not declared in this scope
    controller_manager.ino:74:54: error: 'MSG_INTERVALOMETER' was not declared in this scope
    controller_manager.ino:75:54: error: 'MSG_SENSOR_TRIGGER' was not declared in this scope
    controller_manager.ino: In function 'void controller_showIntervalMenu()':
    controller_manager.ino:98:24: error: 'MSG_INTERVALOMETER' was not declared in this scope
    controller_manager.ino:101:47: error: 'MSG_CONFIG' was not declared in this scope
    controller_manager.ino:102:47: error: 'MSG_RUN' was not declared in this scope
    controller_manager.ino:103:47: error: 'MSG_RESET_CONFIG' was not declared in this scope
    controller_manager.ino:114:62: error: 'MSG_RESET_CONFIG' was not declared in this scope
    controller_manager.ino: In function 'void controller_showSensorTriggerMenu()':
    controller_manager.ino:127:24: error: 'MSG_SENSOR_TRIGGER' was not declared in this scope
    controller_manager.ino:130:47: error: 'MSG_CONFIG_TRIGGER' was not declared in this scope
    controller_manager.ino:131:108: error: 'MSG_CONFIG_DROPS' was not declared in this scope
    controller_manager.ino:132:47: error: 'MSG_RUN' was not declared in this scope
    controller_manager.ino:133:47: error: 'MSG_RESET_CONFIG' was not declared in this scope
    controller_manager.ino:146:63: error: 'MSG_RESET_CONFIG' was not declared in this scope
    controller_manager.ino: In function 'void controller_showSystemConfig()':
    controller_manager.ino:160:24: error: 'MSG_SYSTEM_CONFIG' was not declared in this scope
    controller_manager.ino:163:49: error: 'MSG_DEVICE_PORT_TYPE' was not declared in this scope
    controller_manager.ino:164:49: error: 'MSG_SENSOR_TUNING' was not declared in this scope
    controller_manager.ino:165:49: error: 'MSG_SHUTTERLAG_TIME' was not declared in this scope
    controller_manager.ino:166:49: error: 'MSG_MIRROR_LOCKUP_TIMEOUT' was not declared in this scope
    controller_manager.ino:167:49: error: 'MSG_USE_FLASH1' was not declared in this scope
    controller_manager.ino:168:49: error: 'MSG_USE_FLASH2' was not declared in this scope
    controller_manager.ino:169:49: error: 'MSG_SPEAKER' was not declared in this scope
    controller_manager.ino:170:49: error: 'MSG_BACKLIGHT' was not declared in this scope
    controller_manager.ino:182:94: error: 'MSG_SHUTTERLAG_TIME' was not declared in this scope
    controller_manager.ino:183:103: error: 'MSG_MIRROR_LOCKUP_TIMEOUT' was not declared in this scope
    controller_manager.ino: In function 'void controller_showIntervalConfig()':
    controller_manager.ino:201:26: error: 'MSG_INTERVALOMETER' was not declared in this scope
    controller_manager.ino:204:51: error: 'MSG_AUTOFOCUS_TIME' was not declared in this scope
    controller_manager.ino:205:72: error: 'MSG_FLASH1_PRETIME' was not declared in this scope
    controller_manager.ino:206:72: error: 'MSG_FLASH2_PRETIME' was not declared in this scope
    controller_manager.ino:207:51: error: 'MSG_CLOSE_PRETIME' was not declared in this scope
    controller_manager.ino:208:51: error: 'MSG_INTERVAL_UNITS' was not declared in this scope
    controller_manager.ino:209:51: error: 'MSG_INTERVAL_VALUE' was not declared in this scope
    controller_manager.ino:210:51: error: 'MSG_CYCLES' was not declared in this scope
    controller_manager.ino:220:107: error: 'MSG_AUTOFOCUS_TIME' was not declared in this scope
    controller_manager.ino:221:107: error: 'MSG_FLASH1_PRETIME' was not declared in this scope
    controller_manager.ino:222:107: error: 'MSG_FLASH2_PRETIME' was not declared in this scope
    controller_manager.ino:223:106: error: 'MSG_CLOSE_PRETIME' was not declared in this scope
    controller_manager.ino:224:91: error: 'MSG_INTERVAL_UNITS' was not declared in this scope
    controller_manager.ino:225:107: error: 'MSG_INTERVAL_VALUE' was not declared in this scope
    controller_manager.ino:226:103: error: 'MSG_CYCLES' was not declared in this scope
    controller_manager.ino: In function 'void controller_showSensorTriggerConfig()':
    controller_manager.ino:242:26: error: 'MSG_CONFIG_TRIGGER' was not declared in this scope
    controller_manager.ino:246:51: error: 'MSG_SENSOR' was not declared in this scope
    controller_manager.ino:247:51: error: 'MSG_SENSOR_LIMIT' was not declared in this scope
    controller_manager.ino:248:51: error: 'MSG_SHOOTING_MODE' was not declared in this scope
    controller_manager.ino:249:51: error: 'MSG_AUTOFOCUS_TIME' was not declared in this scope
    controller_manager.ino:250:72: error: 'MSG_FLASH1_PRETIME' was not declared in this scope
    controller_manager.ino:251:72: error: 'MSG_FLASH2_PRETIME' was not declared in this scope
    controller_manager.ino:252:51: error: 'MSG_CLOSE_PRETIME' was not declared in this scope
    controller_manager.ino:253:51: error: 'MSG_CYCLES' was not declared in this scope
    controller_manager.ino:254:51: error: 'MSG_INTERCYCLE_TIME' was not declared in this scope
    controller_manager.ino:267:106: error: 'MSG_AUTOFOCUS_TIME' was not declared in this scope
    controller_manager.ino:268:106: error: 'MSG_FLASH1_PRETIME' was not declared in this scope
    controller_manager.ino:269:106: error: 'MSG_FLASH2_PRETIME' was not declared in this scope
    controller_manager.ino:270:105: error: 'MSG_CLOSE_PRETIME' was not declared in this scope
    controller_manager.ino:271:102: error: 'MSG_CYCLES' was not declared in this scope
    controller_manager.ino:272:107: error: 'MSG_INTERCYCLE_TIME' was not declared in this scope
    controller_manager.ino: In function 'void controller_showDropsConfig()':
    controller_manager.ino:286:24: error: 'MSG_CONFIG_DROPS' was not declared in this scope
    controller_manager.ino:289:49: error: 'MSG_DROPS_COUNT' was not declared in this scope
    controller_manager.ino:290:49: error: 'MSG_DROPS_DURATION' was not declared in this scope
    controller_manager.ino:291:49: error: 'MSG_DROPS_INTERVAL' was not declared in this scope
    controller_manager.ino:300:99: error: 'MSG_DROPS_COUNT' was not declared in this scope
    controller_manager.ino:301:102: error: 'MSG_DROPS_DURATION' was not declared in this scope
    controller_manager.ino:302:102: error: 'MSG_DROPS_INTERVAL' was not declared in this scope
    controller_manager.ino: In function 'void controller_setSensorLimitVisual(byte)':
    controller_manager.ino:330:25: error: 'MSG_SENSOR_LIMIT' was not declared in this scope
    controller_manager.ino: In function 'void controller_setSensorLimitNumeric(byte)':
    controller_manager.ino:384:27: error: 'MSG_SENSOR_VALUE' was not declared in this scope
    controller_manager.ino:386:27: error: 'MSG_LIMIT_VALUE' was not declared in this scope
    controller_manager.ino: At global scope:
    controller_manager.ino:440:48: error: 'prog_char' does not name a type
    controller_manager.ino:440:59: error: ISO C++ forbids declaration of 'msg' with no type [-fpermissive]
    controller_manager.ino: In function 'void controller_setShootingMode(byte*)':
    controller_manager.ino:460:26: error: 'MSG_SHOOTING_MODE' was not declared in this scope
    controller_manager.ino: In function 'void controller_setSensorTuningMode(byte*)':
    controller_manager.ino:476:26: error: 'MSG_SENSOR_TUNING' was not declared in this scope
    controller_manager.ino: In function 'void controller_setSensorType(byte*)':
    controller_manager.ino:492:26: error: 'MSG_SENSOR_TYPE' was not declared in this scope
    controller_manager.ino: In function 'void controller_setDevicePortType(byte*)':
    controller_manager.ino:510:26: error: 'MSG_DEVICE_PORT_TYPE' was not declared in this scope
    controller_manager.ino: At global scope:
    controller_manager.ino:524:69: error: 'prog_char' does not name a type
    controller_manager.ino:524:80: error: ISO C++ forbids declaration of 'msg' with no type [-fpermissive]
    controller_manager.ino:592:40: error: 'prog_char' does not name a type
    controller_manager.ino:592:51: error: ISO C++ forbids declaration of 'str' with no type [-fpermissive]
    controller_manager.ino: In function 'boolean controller_confirmAction(const int*)':
    controller_manager.ino:603:28: error: 'MSG_NO' was not declared in this scope
    controller_manager.ino:609:28: error: 'MSG_YES' was not declared in this scope
    devices_manager.ino: At global scope:
    devices_manager.ino:192:33: error: 'prog_char' does not name a type
    devices_manager.ino:192:44: error: ISO C++ forbids declaration of 'str' with no type [-fpermissive]
    devices_manager.ino:202:31: error: 'prog_char' does not name a type
    devices_manager.ino:202:42: error: ISO C++ forbids declaration of 'str' with no type [-fpermissive]
    devices_manager.ino:210:34: error: 'prog_char' does not name a type
    devices_manager.ino:210:45: error: ISO C++ forbids declaration of 'str' with no type [-fpermissive]
    devices_manager.ino:218:47: error: 'prog_char' does not name a type
    devices_manager.ino:218:58: error: ISO C++ forbids declaration of 'str' with no type [-fpermissive]
    devices_manager.ino: In function 'void display_printResetting()':
    devices_manager.ino:227:24: error: 'MSG_RESETTING' was not declared in this scope
    devices_manager.ino: In function 'void display_printAborting()':
    devices_manager.ino:233:24: error: 'MSG_ABORTING' was not declared in this scope
    devices_manager.ino: In function 'void display_printBoolean(boolean)':
    devices_manager.ino:239:35: error: 'MSG_YES' was not declared in this scope
    devices_manager.ino:239:71: error: 'MSG_NO' was not declared in this scope
    devices_manager.ino: In function 'void display_printUnits(byte)':
    devices_manager.ino:246:44: error: 'MSG_UNITS_US' was not declared in this scope
    devices_manager.ino:247:44: error: 'MSG_UNITS_MS' was not declared in this scope
    devices_manager.ino:248:46: error: 'MSG_UNITS_SECS' was not declared in this scope
    devices_manager.ino:249:46: error: 'MSG_UNITS_MINS' was not declared in this scope
    devices_manager.ino:250:47: error: 'MSG_UNITS_HOURS' was not declared in this scope
    devices_manager.ino:251:46: error: 'MSG_UNITS_DAYS' was not declared in this scope
    devices_manager.ino:252:48: error: 'MSG_UNITS_CYCLES' was not declared in this scope
    devices_manager.ino:253:47: error: 'MSG_UNITS_DROPS' was not declared in this scope
    devices_manager.ino: In function 'void display_printSensorType(byte)':
    devices_manager.ino:260:51: error: 'MSG_NONE' was not declared in this scope
    devices_manager.ino:261:52: error: 'MSG_SENSOR_TYPE_AUDIO' was not declared in this scope
    devices_manager.ino:262:54: error: 'MSG_SENSOR_TYPE_BARRIER' was not declared in this scope
    devices_manager.ino:263:52: error: 'MSG_SENSOR_TYPE_LIGHT' was not declared in this scope
    devices_manager.ino:264:52: error: 'MSG_SENSOR_TYPE_SHOCK' was not declared in this scope
    devices_manager.ino: In function 'void display_printShootingMode(byte)':
    devices_manager.ino:272:54: error: 'MSG_SHOOTINGMODE_NORMAL' was not declared in this scope
    devices_manager.ino:273:55: error: 'MSG_SHOOTINGMODE_PREBULB' was not declared in this scope
    devices_manager.ino:274:60: error: 'MSG_SHOOTINGMODE_MIRRORLOCKUP' was not declared in this scope
    devices_manager.ino: In function 'void display_printInterfaceSensorMode(byte)':
    devices_manager.ino:281:55: error: 'MSG_SENSOR_TUNING_VISUAL' was not declared in this scope
    devices_manager.ino:282:56: error: 'MSG_SENSOR_TUNING_NUMERIC' was not declared in this scope
    devices_manager.ino: In function 'void display_printDevicePortType(byte)':
    devices_manager.ino:303:56: error: 'MSG_NONE' was not declared in this scope
    devices_manager.ino:304:57: error: 'MSG_DEVICE_PORT_TYPE_LASER' was not declared in this scope
    devices_manager.ino:305:66: error: 'MSG_DEVICE_PORT_TYPE_SOLENOID_VALVE' was not declared in this scope
    runmode_intervalometer.ino: In function 'void runAs_intervalometer()':
    runmode_intervalometer.ino:23:23: error: 'MSG_RUNNING' was not declared in this scope
    runmode_sensor_trigger.ino: In function 'void runAs_sensorTriggerMode()':
    runmode_sensor_trigger.ino:21:23: error: 'MSG_RUNNING' was not declared in this scope
    Error de compilación
    This report would have more information with
    "Show verbose output during compilation"
    activala desde Archivo > Preferencias

  3. #2055
    Fecha de Ingreso
    ene 2008
    Ubicación
    Málaga
    Mensajes
    475
    Entradas de Blog
    1

    Predeterminado

    Hola Franop, intentaré explicar lo que ocurre.
    Si miras las características nuevas de la IDE de Arduino 1.6 verás que incluye la siguiente linea:
    Tools & toolchains upgrades (avr-gcc, arm-gcc, avrdude, bossac), lo que significa que la librería avr-gcc ha sido actualizada. Pero Photoduino se ha hecho con una versión diferente de esta librería.

    Soluciones:

    a) Usa un IDE anterior. En mi caso, la 1.0.5 me funciona perfectamente.

    b) Modifica el código para que se adapte a la nueva versión de avr-gcc. Realmente solo habría que sustituir el comando prog_char del código de Photoduino por char PROGMEM. La forma mas simple sería añadir al principio del código la siguiente linea:
    #define prog_char char PROGMEM
    Yo lo he probado y, al menos, la compilación no me da errores, pero no conozco esta nueva IDE y no sé si habrá mas pegas.

    Espero que funcione.
    30D + Sigma FE-530 DG Super

  4. #2056

    Predeterminado

    Cita Iniciado por magl Ver Mensaje
    Hola Franop, intentaré explicar lo que ocurre.
    Si miras las características nuevas de la IDE de Arduino 1.6 verás que incluye la siguiente linea:
    Tools & toolchains upgrades (avr-gcc, arm-gcc, avrdude, bossac), lo que significa que la librería avr-gcc ha sido actualizada. Pero Photoduino se ha hecho con una versión diferente de esta librería.

    Soluciones:

    a) Usa un IDE anterior. En mi caso, la 1.0.5 me funciona perfectamente.

    b) Modifica el código para que se adapte a la nueva versión de avr-gcc. Realmente solo habría que sustituir el comando prog_char del código de Photoduino por char PROGMEM. La forma mas simple sería añadir al principio del código la siguiente linea:
    #define prog_char char PROGMEM
    Yo lo he probado y, al menos, la compilación no me da errores, pero no conozco esta nueva IDE y no sé si habrá mas pegas.

    Espero que funcione.
    Mil gracias magl
    Ha funcionado al añadir la linea "#define prog_char char PROGMEM" en el principio del programa
    Ahora a probar!!!
    Gracias foreros!

  5. #2057
    Fecha de Ingreso
    sep 2008
    Ubicación
    en el charco
    Mensajes
    311

    Predeterminado

    Al final, he podido terminar mi version de Photoduino.

    He tenido que usar un arduino Mega porque no me cabía el programa, he modificado todo el programa para manejar los menus a traves de un encoder rotativo. He añadido control hardware para tres electrovalvulas para hacer fotografia de gotas. Le he cambiado el lcd 2x16 y le he puesto uno 4x20 controlado por bus i2c.

    Estoy pensando si me cabe en la misma caja añadir el hardware (y modificar el software) para controlar un motor paso a paso y hacer apilamiento macro, o hacerlo en otra caja especifica para ello.

    Ahora me tengo que meter con la carpinteria y fabricar el soporte para las tres electrovalvulas de gotas y los sifones mariotte.

    La caja del "cameraduino" ha quedado asi








  6. #2058
    Fecha de Ingreso
    abr 2014
    Ubicación
    Granada
    Mensajes
    334

    Predeterminado

    Te ha quedado muy chulo y profesional todo
    Canon 70D + 18-135 IS STM | Peleng!

  7. #2059
    Fecha de Ingreso
    ene 2008
    Ubicación
    Málaga
    Mensajes
    475
    Entradas de Blog
    1

    Predeterminado

    Cita Iniciado por merloti Ver Mensaje
    Al final, he podido terminar mi version de Photoduino.

    He tenido que usar un arduino Mega porque no me cabía el programa,
    He modificado todo el programa para manejar los menus a traves de un encoder rotativo.
    He añadido control hardware para tres electrovalvulas para hacer fotografia de gotas.
    Le he cambiado el lcd 2x16 y le he puesto uno 4x20 controlado por bus i2c.

    Un buen trabajo...., pero tengo especial debilidad por el uso del encoder. No recuerdo si te lo pregunté anteriormente, pero:
    - ¿cuantos "pasos" consigues con un giro completo?
    - ¿Podrías explicarme como haces la edición de un número grande con este sistema, por ejemplo de 0 a 1000?
    - ¿usas los botones A y B para pasar de un dígito a otro o no?

    Y otra cosa, me encantaría ver alguna foto del interior. Siempre me ha gustado "ver las tripas" de todos estos montajes.
    30D + Sigma FE-530 DG Super

  8. #2060
    Fecha de Ingreso
    sep 2008
    Ubicación
    en el charco
    Mensajes
    311

    Predeterminado

    Cita Iniciado por magl Ver Mensaje
    Un buen trabajo...., pero tengo especial debilidad por el uso del encoder. No recuerdo si te lo pregunté anteriormente, pero:
    - ¿cuantos "pasos" consigues con un giro completo?
    - ¿Podrías explicarme como haces la edición de un número grande con este sistema, por ejemplo de 0 a 1000?
    - ¿usas los botones A y B para pasar de un dígito a otro o no?

    Y otra cosa, me encantaría ver alguna foto del interior. Siempre me ha gustado "ver las tripas" de todos estos montajes.
    El encoder que tengo puesto es de 12 pulsos por vuelta.
    No necesito variar números en mucho valor, así que lo hago de forma simple, girando el encoder. Lo que tu necesitas no lo veo complicado, así a bote pronto, se me ocurre emplear el botón pulsador para pasar el cursor de las unidades a las decenas y multiplicar el valor de la variable por 10 a cada giro del encoder. Lo mismo para pasar a las centenas e ir multiplicando por 100 y así sucesivamente.
    Si puedo este fin de semana abro la caja y le saco unas fotos para que veas la maraña de cables ��

  9. #2061
    Fecha de Ingreso
    oct 2014
    Ubicación
    Merida
    Mensajes
    15

    Predeterminado Enhorabuena

    Muy buen trabajo, ya nos contarás más despacio como dice el compañero lo del encoder, supongo que también el cambiar de arduino será por las interrupciones por que también cabe la posibilidad y creo que más barata de haber implementado una tarjeta de memoria ¿no? y haber dejado el uno o leonardo y ya de paso si cuelgas el código para que veamos como has hecho las modificaciones .

  10. #2062
    Fecha de Ingreso
    oct 2014
    Ubicación
    Merida
    Mensajes
    15

    Predeterminado

    La verdad es que lo del encoder es una modificación significativa por que es un engorro lo de los dos botones y lo de las válvulas para los que no somos eruditos en estas cosas tenemos que recurrir a modificar las alturas de las válvulas para retrasarlas caso de que se quieran hacer coincidir no se ya veremos los resultados de tres válvulas actuando.

  11. #2063
    Fecha de Ingreso
    may 2007
    Ubicación
    Viladecans (BCN)
    Mensajes
    59

    Predeterminado

    Te ha quedado de lujo!! Enhorabuena.

    Cita Iniciado por merloti Ver Mensaje
    Al final, he podido terminar mi version de Photoduino.

    He tenido que usar un arduino Mega porque no me cabía el programa, he modificado todo el programa para manejar los menus a traves de un encoder rotativo. He añadido control hardware para tres electrovalvulas para hacer fotografia de gotas. Le he cambiado el lcd 2x16 y le he puesto uno 4x20 controlado por bus i2c.

    Estoy pensando si me cabe en la misma caja añadir el hardware (y modificar el software) para controlar un motor paso a paso y hacer apilamiento macro, o hacerlo en otra caja especifica para ello.

    Ahora me tengo que meter con la carpinteria y fabricar el soporte para las tres electrovalvulas de gotas y los sifones mariotte.

    La caja del "cameraduino" ha quedado asi







    EOS 6D + EOS 400D+ + G12 + Sigma 17-70 + Canon 70-200 mm f4 EF L IS USM + Canon 24-105 mm f4 EF L IS USM + Speedlite 430EX II + Un montón de cosas por aprender.

  12. #2064
    Fecha de Ingreso
    dic 2006
    Ubicación
    Castilla La Mancha
    Mensajes
    920

    Predeterminado

    Un gran trabajo, enhorabuena.
    Lo que me gustaría saber es como gestionas las tres electroválvulas ¿es posible emitir gotas con valores distintos en cada una de las electroválvulas?
    http://fotostrenado.tumblr.com/
    Canon EOS 6D + objetivos + accesorios diversos.

Página 172 de 188 PrimeroPrimero ... 73123148158162167170171172173174177182186 ... ÚltimoÚltimo

Temas Similares

  1. Plataforma En Contra de los 20 fps
    Por eoscinco en foro 500D
    Respuestas: 118
    Último mensaje: 23/02/10, 10:37:06
  2. HDR Gredos (Plataforma)
    Por Alejandro Cárdaba en foro Paisajes
    Respuestas: 2
    Último mensaje: 15/08/09, 23:50:23
  3. Plataforma
    Por Ajierro en foro Urbana, rural y arquitectura
    Respuestas: 2
    Último mensaje: 04/11/08, 21:55:21
  4. Respuestas: 4
    Último mensaje: 26/09/08, 00:18:27

Tags for this Thread

Marcadores

Normas de Publicación

  • No puedes crear nuevos temas
  • No puedes responder temas
  • No puedes subir archivos adjuntos
  • No puedes editar tus mensajes
  •