So my problem is, that when I try to upload my code from arduino it works until the end, the lights from the FTDI uploader are blinkin, and then it says that the upload failed. I am at the beginning of uploading of the codes and startet with the test buzzer code and it don’t work.
I hope someone can help me, because I need to finish my nybble cat until Monday (09.11.2020) and I don’t know what’s wrong. 🥺😓
@Julia Hartmann I have the same issue when connecting the board through wire. I haven't got a solution yet.
But, a walk-around should be uploading using the bluetooth dongle.
OK, I'll check them. Thanks and wait a while.
Let's try to find the source of the problem. And then we will send you the new parts if there're defective units in your package.
Can you take clear photos of both Nyboard and the downloader? I want to check whether there are un-soldered pins.
Serial monitor :
Arduino IDE:
I tried 2 or 3 differents cables.
I have the bluetooth dongle but i don't have bluetooth on my computer.
After connecting the uploader, can you open the serial monitor and take screenshots of the outputs? Do you have a micro usb cable with data function at home? Have you tried to use the bluetooth dongle to upload the sketch? I want to locate whether the problem is in the cable, the uploader, or still some wrong configuration of your coding environment.
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.
Hello,
I've got the same problem:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xf8
Windows 10
NyBoard_V1_0
Card : Arduino Uno
Port: COM 3
I don't understand anything... (but I don't know a lot of this stuff... :-) )
What about the board selection? Have you setup and selected the NyBoard V0 (20 MHz)?
The keyword for searching is "FTDI arduino uploader". It should have 6 pins with the same label order as the one in kit.
Hi, according to your email, if you connect the NyBoard with a Pi, the serial port will interfere with the Pi, and you won't be able to upload sketches with the uploader. You need to upload the sketch without Pi and then use the Pi to send the serial commands.