top of page

Forum Posts

Martin Lind
Mar 28, 2020
In Software
I managed to load the libraries and was trying to load testbuzzer. Got this error (I made it verbose to capture it all): Arduino: 1.8.12 (Windows Store 1.8.33.0) (Windows 10), Board: "Arduino Uno" C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware -hardware C:\Users\kihil\OneDrive\Documents\ArduinoData\packages -tools C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\tools-builder -tools C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -tools C:\Users\kihil\OneDrive\Documents\ArduinoData\packages -built-in-libraries C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\libraries -libraries C:\Users\kihil\OneDrive\Documents\Arduino\libraries -fqbn=arduino:avr:uno -vid-pid=0403_6001 -ide-version=10812 -build-path C:\Users\kihil\AppData\Local\Temp\arduino_build_148210 -warnings=none -build-cache C:\Users\kihil\AppData\Local\Temp\arduino_cache_421148 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -prefs=runtime.tools.arduinoOTA-1.3.0.path=C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -prefs=runtime.tools.avrdude.path=C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -verbose C:\Users\kihil\AppData\Local\Temp\Temp1_OpenCat-master.zip\OpenCat-master\ModuleTests\testBuzzer\testBuzzer.ino C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\arduino-builder -compile -logger=machine -hardware C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware -hardware C:\Users\kihil\OneDrive\Documents\ArduinoData\packages -tools C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\tools-builder -tools C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -tools C:\Users\kihil\OneDrive\Documents\ArduinoData\packages -built-in-libraries C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\libraries -libraries C:\Users\kihil\OneDrive\Documents\Arduino\libraries -fqbn=arduino:avr:uno -vid-pid=0403_6001 -ide-version=10812 -build-path C:\Users\kihil\AppData\Local\Temp\arduino_build_148210 -warnings=none -build-cache C:\Users\kihil\AppData\Local\Temp\arduino_cache_421148 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -prefs=runtime.tools.arduinoOTA-1.3.0.path=C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -prefs=runtime.tools.avrdude.path=C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr -verbose C:\Users\kihil\AppData\Local\Temp\Temp1_OpenCat-master.zip\OpenCat-master\ModuleTests\testBuzzer\testBuzzer.ino Using board 'uno' from platform in folder: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\arduino\avr Using core 'arduino' from platform in folder: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\arduino\avr Detecting libraries used... "C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10812 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210\\sketch\\testBuzzer.ino.cpp" -o nul Generating function prototypes... "C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10812 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210\\sketch\\testBuzzer.ino.cpp" -o "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210\\preproc\\ctags_target_for_gcc_minus_e.cpp" "C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\tools-builder\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210\\preproc\\ctags_target_for_gcc_minus_e.cpp" Compiling sketch... "C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10812 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210\\sketch\\testBuzzer.ino.cpp" -o "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210\\sketch\\testBuzzer.ino.cpp.o" Compiling libraries... Compiling core... Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\wiring_pulse.S.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\hooks.c.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\wiring.c.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\WInterrupts.c.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\wiring_analog.c.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\wiring_digital.c.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\wiring_pulse.c.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\wiring_shift.c.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\CDC.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\HardwareSerial.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\HardwareSerial2.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\HardwareSerial1.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\HardwareSerial0.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\HardwareSerial3.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\IPAddress.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\Tone.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\PluggableUSB.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\USBCore.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\Stream.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\WString.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\Print.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\abi.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\main.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\new.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\WMath.cpp.o Using previously compiled file: C:\Users\kihil\AppData\Local\Temp\arduino_build_148210\core\core.a Archiving built core (caching) in: C:\Users\kihil\AppData\Local\Temp\arduino_cache_421148\core\core_arduino_avr_uno_2cb511727fd0f7bc3455e21cd7b42d76.a Linking everything together... "C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-gcc" -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210/testBuzzer.ino.elf" "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210\\sketch\\testBuzzer.ino.cpp.o" "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210/core\\core.a" "-LC:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210" -lm "C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210/testBuzzer.ino.elf" "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210/testBuzzer.ino.eep" "C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-objcopy" -O ihex -R .eeprom "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210/testBuzzer.ino.elf" "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210/testBuzzer.ino.hex" "C:\\Program Files\\WindowsApps\\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\\hardware\\tools\\avr/bin/avr-size" -A "C:\\Users\\kihil\\AppData\\Local\\Temp\\arduino_build_148210/testBuzzer.ino.elf" Sketch uses 5372 bytes (16%) of program storage space. Maximum is 32256 bytes. Global variables use 328 bytes (16%) of dynamic memory, leaving 1720 bytes for local variables. Maximum is 2048 bytes. C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr/bin/avrdude -CC:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM3 -b115200 -D -Uflash:w:C:\Users\kihil\AppData\Local\Temp\arduino_build_148210/testBuzzer.ino.hex:i 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\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr/etc/avrdude.conf" Using Port : COM3 Using Programmer : arduino Overriding Baud Rate : 115200 avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xff avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xe6 avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x80 avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x98 avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x80 avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x1e avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x98 avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xfe avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x9e avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xf8 avrdude done. Thank you. An error occurred while uploading the sketch
0
1
34
Martin Lind
Mar 21, 2020
In Software
We finished cabling and now need a tutorial on what happens next. Do we go right into programming? If so, where are the tutorials for that? I'm building the cat with my son are we're both n00bs.
0
6
178
Martin Lind
Nov 25, 2019
In Basic Assembly and Setup
I'm building the cat with my son as a father/son project and we're so close to finishing, but can't figure out the cable connections. I can't make heads or tails of attaching the wiring for the head or tail (or legs). I see lots of diagrams on the help forum that I can't understand. Is there a photo or diagram that says, "these prongs are where you attach the head" and "these prongs are where the left rear leg attaches"?
0
3
121
Martin Lind
Nov 20, 2019
In Basic Assembly and Setup
I can't make heads or tails of attaching the wiring for the head or tail (or legs). I see lots of diagrams on the help forum that I can't understand. Is there a photo or diagram that says, "these prongs are where you attach the head" and "these prongs are where the left rear leg attaches"?
0
0
66
Martin Lind
Sep 04, 2019
In Basic Assembly and Setup
I am trying to put the Nyboard onto the body and cannot find directions how to install it, specifically, which screws to use and from which direction to screw them in (from the top or from the bottom). I also have no idea where to put the sketch uploader (FTDI). Is there a complete set of instructions or videos that explain that and how to attach the servos to the nyboard?
0
4
201
Martin Lind
May 12, 2019
In Basic Assembly and Setup
The piece I have that connects the two shoulders (https://youtu.be/B8N2KAf8p28?t=34) have two holes on either side of the wood, not two and three like in the part photo in the assembly instructions (see below). That makes it shorter and not long enough to reach. If I got the wrong size shipped, how do I get right size?
Wrong piece shipped? content media
0
15
219
Martin Lind
May 12, 2019
In Hardware
In the Google doc with instructions, there's just photos of the body, not instructions on how to assemble. Has anyone got details on how to do it?
0
6
153

Martin Lind

更多動作
bottom of page