Avrdude%3a Stk500_recv()%3a Programmer Is Not Responding

Posted on  by 

Avrdude: stk500_recv(): programmer is not responding error

  1. Avrdude: Stk500_recv(): Programmer Is Not Responding Arduino Uno
  2. Avrdude: Stk500_recv(): Programmer Is Not Responding Avrdude: Stk500_getsync()

Avrdude: Stk500_recv(): Programmer Is Not Responding Arduino Uno

Programmer

Avrdude: stk500recv: programmer is not responding avrdude: seropen: can't open device 'portName': no such file or directory avrdude: seropen: can't open device 'portName': the system cannot find the file specified. 혹시 프로그래밍을 마친 후 업로딩을 하실 때 이런 에러를 보신 적 있으신가요? 이 에러가 왜 나는 것인지 어떻게 해결할 수 있는지 알아보도록 하겠습니다.

On my Mac OS (El Capitan v10.11.1) using Arduino IDE 1.6.6 and Mac USB to Serial PL-2303 Driver (V2.5.0) from here (https://www.mac-usb-serial.com/dashboard/)

Avrdude%3a

Arduino IDE Tools menu > Board: Arduino Mini, Processor: ATmega328, Port: /dev/cu.Repleo-PL2303-00001004, Programmer: Arduino as ISP

Programmer cable (from http://store.cutedigi.com/ttl-uart-to-usb-cable-serial-usb-debug-cable/): Pin 1: not used, Pin 2: RxD, Pin 3: TxD, Pin 4: VCC, Pin 5: not used, Pin 6: ground

Trying to upload this ino file to enable pulse counting on the TH unit (https://github.com/openenergymonitor/emonTH/blob/master/emonTH_DHT22_DS1...)

Avrdude stk500_recv() programmer is not responding

Getting errors:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00

Avrdude: Stk500_recv(): Programmer Is Not Responding Avrdude: Stk500_getsync()

However, I can successfully upload any ino file to the emonPi and/or Tx units with success. ​I've researched the hell out of this and still cannot find the answer. Anyone know what's going on?

Coments are closed