Не могу загрузить скетч помогите

не получается загрузить даже Blink



потом поевляеться ошибка
плата на которой я делаю "Digital PWM(~) UNO
(продавец писал что эта плата совместима с оригинальной arduino uno)

Маркировка чипов какая ? Фото самой платы ? Что то появляется новое в диспетчере устройств при подключении этой платы к ББ ?



Вы не умеете читать ? Пробовали OldBootloader ?

Во-первых, и скетч, и сообщения об ошибках нужно выкладывать не картинкой, а текстом. Во-вторых, порт нужно выбирать тот, на котором у вас сидит плата, а не первый попавшийся

ладно,но порт я выбрал правельно

Problem uploading to board. See https://support.arduino.cc/hc/en-us/sections/360003198300 for suggestions.
Неверная библиотека найдена в D:\Program Files (x86)\Arduino\libraries\megaTinyCore-master: нет заголовочных файлов (.h), найденных в D:\Program Files (x86)\Arduino\libraries\megaTinyCore-master

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:\Users\King Luck\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"

     Using Port                    : COM3
     Using Programmer              : arduino
     Overriding Baud Rate          : 115200
     AVR Part                      : ATmega328P
     Chip Erase delay              : 9000 us
     PAGEL                         : PD7
     BS2                           : PC2
     RESET disposition             : dedicated
     RETRY pulse                   : SCK
     serial program mode           : yes
     parallel program mode         : yes
     Timeout                       : 200
     StabDelay                     : 100
     CmdexeDelay                   : 25
     SyncLoops                     : 32
     ByteDelay                     : 0
     PollIndex                     : 3
     PollValue                     : 0x53
     Memory Detail                 :

                              Block Poll               Page                       Polled
       Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
       ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
       eeprom        65    20     4    0 no       1024    4      0  3600  3600 0xff 0xff
       flash         65     6   128    0 yes     32768  128    256  4500  4500 0xff 0xff
       lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
       hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
       efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
       lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
       calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
       signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00

     Programmer Type : Arduino
     Description     : Arduino
     Hardware Version: 3
     Firmware Version: 4.4
     Vtarget         : 0.3 V
     Varef           : 0.3 V
     Oscillator      : 28.800 kHz
     SCK period      : 3.3 us

avrdude: stk500_set_extended_parms(): protocol error, expect=0x14, resp=0x10
avrdude: stk500_initialize(): failed
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.

avrdude: stk500_recv(): programmer is not responding

avrdude done. Thank you.

сам Blink

// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}

// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
вот вам и скетч и ошибка

ну че, полегчало ? :sweat_smile: :smile:

Очень-очень-очень редко ардуина садится на COM1. Проверить нужный порт можно либо в диспетчере задач, либо в меню “Инструменты/Порт”. Сначала посмотреть, список портов в этом меню при отключенной плате, а потом подключить плату и снова зайти в меню - какой порт, какой порт добавится в список, тот и выбирать

ну я выбрал и ничего не поменялось
ещё горид светадиот с буквой L

вот что ещё появилось
avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e950f (probably m328p)
avrdude: reading input file “C:\Users\KINGLU~1\AppData\Local\Temp\arduino_build_639709/Blink.ino.hex”
avrdude: writing flash (924 bytes):

Writing | avrdude: stk500_recv(): programmer is not responding
######avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding

Это нужно не нам, а вам. Вы читать умеете?

Это пиздец !

6 лайков

да соглашусь

и всё таки что делать?

Программатор нашёлся и почти работает.

фото давай!

чего именно?

можешь жопу свою сфоткать

2 лайка

ну хз вот это ещё
Скетч использует 924 байт (2%) памяти устройства. Всего доступно 32256 байт. Глобальные переменные используют 9 байт (0%) динамической памяти, оставляя 2039 байт для локальных переменных. Максимум: 2048 байт