myMy setup shouldwould be:
- a10ka 10k resistor between vccVcc and reset pin (pull-up)
- a 330k put in serial with a led, connected between, e. g. PB0 and gnd. That's all.
forThat's all.
For programming, iI use an ispISP programmer. i I use a cheap arduino nanoArduino Nano clone board for that. I
I can run my attiny85ATtiny85 at 16mhz16Mhz internal oscillator, but important : iI remarked that iI had better results after having burnedburnt the bootloader onto the attiny85ATtiny85, eveneven if it is not needed because there is no usbUSB serial chip besidebesides the mcuMCU. But
But perhaps using avrdude to program the attiny85ATtiny85 fuses bits could avoid to burn this useless bootloader (taking 1/4 of flash memory). ifIf someone has a solution, hehe is welcome.