top of page

Forum Comments

Upload with Arduino failed
In Basic Assembly and Setup
Upload with Arduino failed
In Basic Assembly and Setup
Thomas Queneute
Mar 23, 2021
Content media
Upload with Arduino failed
In Basic Assembly and Setup
Thomas Queneute
Mar 23, 2021
Content media
1
4
Upload with Arduino failed
In Basic Assembly and Setup
Thomas Queneute
Mar 23, 2021
Content media
1
0
Upload with Arduino failed
In Basic Assembly and Setup
Thomas Queneute
Mar 22, 2021
Content media
Upload with Arduino failed
In Basic Assembly and Setup
Thomas Queneute
Mar 22, 2021
Content media
Upload with Arduino failed
In Basic Assembly and Setup
Thomas Queneute
Mar 22, 2021
Content media
Upload with Arduino failed
In Basic Assembly and Setup
Thomas Queneute
Mar 22, 2021
Content media
Upload with Arduino failed
In Basic Assembly and Setup
Thomas Queneute
Mar 22, 2021
Content media
Upload with Arduino failed
In Basic Assembly and Setup
Thomas Queneute
Mar 22, 2021
I did the best I can...
Content media
Upload with Arduino failed
In Basic Assembly and Setup
Thomas Queneute
Mar 21, 2021
It still doesn't work at all... avrdude: Version 6.3-20190619 Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ Copyright (c) 2007-2014 Joerg Wunsch System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf" Using Port : COM3 Using Programmer : arduino Overriding Baud Rate : 115200 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x0e avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x0e avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x0e avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x0e avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x0e avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x0e avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x0e avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x0e avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x0e avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x0e avrdude done. Thank you.
1
0
Upload with Arduino failed
In Basic Assembly and Setup
Detailed French Assembly Instruction | Notice de montage en français
In Basic Assembly and Setup
Detailed French Assembly Instruction | Notice de montage en français
In Basic Assembly and Setup
Thomas Queneute
Jan 11, 2021
Yes I can ! :)
Content media
0
0
Detailed French Assembly Instruction | Notice de montage en français
In Basic Assembly and Setup
Thomas Queneute
Jan 10, 2021
It seems there is a problem in "OpenCat.h" : Arduino : 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Carte : "Arduino Pro or Pro Mini, ATmega328P (5V, 16 MHz)" In file included from C:\Users\Thomas\Documents\GitHub\OpenCat\WriteInstinct\WriteInstinct.ino:31:0: sketch\OpenCat.h: In function 'void copyDataFromPgmToI2cEeprom(unsigned int&, unsigned int)': OpenCat.h:411:30: error: 'WALKING_DOF' was not declared in this scope frameSize = period > 1 ? WALKING_DOF : 16; ^~~~~~~~~~~ sketch\OpenCat.h: In member function 'void Motion::loadDataFromProgmem(unsigned int)': OpenCat.h:524:34: error: 'WALKING_DOF' was not declared in this scope frameSize = period > 1 ? WALKING_DOF : 16; ^~~~~~~~~~~ In file included from sketch\OpenCat.h:85:0, from C:\Users\Thomas\Documents\GitHub\OpenCat\WriteInstinct\WriteInstinct.ino:31: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\libraries\Wire\src/Wire.h: In member function 'void Motion::loadDataFromI2cEeprom(unsigned int&)': C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\libraries\Wire\src/Wire.h:68:13: note: candidate 1: uint8_t TwoWire::requestFrom(int, int) uint8_t requestFrom(int, int); ^~~~~~~~~~~ C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\libraries\Wire\src/Wire.h:65:13: note: candidate 2: uint8_t TwoWire::requestFrom(uint8_t, uint8_t) uint8_t requestFrom(uint8_t, uint8_t); ^~~~~~~~~~~ In file included from C:\Users\Thomas\Documents\GitHub\OpenCat\WriteInstinct\WriteInstinct.ino:31:0: OpenCat.h:554:34: error: 'WALKING_DOF' was not declared in this scope frameSize = period > 1 ? WALKING_DOF : 16; ^~~~~~~~~~~ sketch\OpenCat.h: In member function 'void Motion::info()': OpenCat.h:613:50: error: 'WALKING_DOF' was not declared in this scope for (int k = 0; k < period * (period > 1 ? WALKING_DOF : 16); k++) { ^~~~~~~~~~~ C:\Users\Thomas\Documents\GitHub\OpenCat\WriteInstinct\WriteInstinct.ino: In function 'void loop()': WriteInstinct:470:60: error: 'WALKING_DOF' was not declared in this scope firstValidJoint = (motion.period == 1) ? 0 : DOF - WALKING_DOF; ^~~~~~~~~~~ WriteInstinct:511:29: error: 'WALKING_DOF' was not declared in this scope int dutyIdx = timer * WALKING_DOF + jointIdx - firstValidJoint; ^~~~~~~~~~~ exit status 1 'WALKING_DOF' was not declared in this scope Ce rapport pourrait être plus détaillé avec l'option "Afficher les résultats détaillés de la compilation" activée dans Fichier -> Préférences.
0
0

Thomas Queneute

更多動作
bottom of page