OK, same problem, different error messages. No way someone has reprogrammed these. This is a brand new piece of cut tape, all labelled
ATMEL 20U
ATTINY85
2320BJV
I bought 40 of them from an Ebay seller with a stellar reputation. Here's my verbose output:
Arduino: 1.8.13 (Windows 10), Board: "ATtiny25/45/85, Disabled, CPU, ATtiny85, 8 MHz (internal), EEPROM retained, B.O.D. Disabled"
Sketch uses 2418 bytes (29%) of program storage space. Maximum is 8192 bytes.
Global variables use 36 bytes (7%) of dynamic memory, leaving 476 bytes for local variables. Maximum is 512 bytes.
C:\Users\kjmclark\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude -CC:\Users\kjmclark\Documents\Arduino\hardware\ATTinyCore-master\avr/avrdude.conf -v -pattiny85 -cusbtiny -Uflash:w:C:\Users\kjmclark\AppData\Local\Temp\arduino_build_629908/Hunting_PIR_sensor_with_433mhz_3a.ino.hex:i
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\kjmclark\Documents\Arduino\hardware\ATTinyCore-master\avr/avrdude.conf"
Using Port : usb
Using Programmer : usbtiny
Setting bit clk period : 5.0
avrdude: usbdev_open(): Found USBtinyISP, bus:device: bus-0:\\.\libusb0-0001--0x1781-0x0c9f
AVR Part : ATtiny85
Chip Erase delay : 400000 us
PAGEL : P00
BS2 : P00
RESET disposition : possible i/o
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 12 4 0 no 512 4 0 4000 4500 0xff 0xff
flash 65 12 32 0 yes 8192 64 128 30000 30000 0xff 0xff
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 2 0 0 0 0 0x00 0x00
Programmer Type : USBtiny
Description : USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/
avrdude: programmer operation not supported
avrdude: Setting SCK period to 5 usec
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.
An error occurred while uploading the sketch
Invalid library found in C:\Users\kjmclark\Documents\Arduino\libraries\ArduinoCore-mbed-master: no headers files (.h) found in C:\Users\kjmclark\Documents\Arduino\libraries\ArduinoCore-mbed-master
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
The programmer is a Sparkfun programmer board that works great. The weird thing is that I just - like two minutes before - programmed another set of cut tape ATTiny85s with no problems (different seller and time frame - the 40 are new, the other cut tape is from a couple years ago). Opened the second tape, put an ATTiny in the same ZIF board Kayumba used, and I get errors. Grabbed the second ATTiny from that (2nd) tape, and it does the same thing.
Seems kind of weird that I'd need an HV programmer for brand-new, un-opened tape, ATTiny85s, doesn't it?