Hi, I am new to using microcontrollers and am having an issue getting a connection to an ATtiny85-20SU. I am trying to use an ESP32 as a programmer for it but can't seem to get a connection. Every time I upload using programer, it gives error message exit code 1. Which means its simply not getting a connection to the chip. I have triple checked my connections and settings and everything is good. Any clue why I can't get it to work?
Connections:
Attiny85-
Pin 1 - GPIO 22
Pin 4 - Ground
Pin 5 - GPIO 23
Pin 6 - GPIO 19
Pin 7 - GPIO 18
Pin 8 - VCC
Settings:
Com 3
Clock- Internal 1 MHz
Processor- 85
Programmer- Arduino as ISP
It simply gives me the error message Exit Status 1 every time. I don't know were its not getting proper communication. Any help?