Hey there,
I'm having trouble with uploading my code to my board. It's not an original Arduino board, but in the manual it says it behaves like an Arduino Uno. (http://www.produktinfo.conrad.com/datenblaetter/1500000-1599999/001525450-an-01-en-8_X_8_RGB_MATRIX_DISPLAY_TREIBER_BOARD.pdf)
However, when I try uploading the code, I get an error:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xbe
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xbe
(It repeats until attempt 10 of 10)
I'm using Windows 10, selected Board: "Arduino/Genuino Uno", and when I plug it in, I can select Port: "COM3".
I hope someone can help me here, thanks in advance.