-
Hi, guys, i bought the NANO PRO version board with LGT8F - 328p. So, i started blink with this board with next parameters: board arduuino Nano, processor - atmega328p and with AVR ISP as programmator. Blink works correct. But if i load any sketch with FastLED, i get diode with max bright of white color. I tryed to configure board with yours core - install board and choose nano version, but get this: Скетч использует 21952 байт (73%) памяти устройства. Всего доступно 29696 байт. Глобальные переменные используют 1121 байт динамической памяти. avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xe6 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xe6 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xe6 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xe6 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xe6 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xe6 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xe6 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xe6 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xe6 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xe6 Проблема загрузки в плату. Помощь по загрузке: http://www.arduino.cc/en/Guide/Troubleshooting#upload . Этот отчёт будет иметь больше информации с |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 22 replies
-
This does not look right |
Beta Was this translation helpful? Give feedback.
-
It is expected that there will be difficulties with LED control, because of in the current release v1.0.6 the function |
Beta Was this translation helpful? Give feedback.
It is expected that there will be difficulties with LED control, because of in the current release v1.0.6 the function
delayMicroseconds()
delaying about 25% shorter.