Skip to main content
added 10 characters in body
Source Link
jfpoilpret
  • 9.2k
  • 7
  • 38
  • 54

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.

my setup should be:

  • a10k resistor between vcc and reset pin (pull-up)
  • a 330k put in serial with a led, connected between, e. g. PB0 and gnd. That's all.

for programming, i use an isp programmer. i use a cheap arduino nano clone board for that. I can run my attiny85 at 16mhz internal oscillator, but important  : i remarked that i had better results after having burned the bootloader onto the attiny85, even if it is not needed because there is no usb serial chip beside the mcu. But perhaps using avrdude to program the attiny85 fuses bits could avoid to burn this useless bootloader (taking 1/4 of flash memory). if someone has a solution, he is welcome.

My setup would be:

  • a 10k resistor between Vcc and reset pin (pull-up)
  • a 330k put in serial with a led, connected between, e. g. PB0 and gnd.

That's all.

For programming, I use an ISP programmer. I use a cheap Arduino Nano clone board for that.

I can run my ATtiny85 at 16Mhz internal oscillator, but important: I remarked that I had better results after having burnt the bootloader onto the ATtiny85, even if it is not needed because there is no USB serial chip besides the MCU.

But perhaps using avrdude to program the ATtiny85 fuses bits could avoid to burn this useless bootloader (taking 1/4 of flash memory). If someone has a solution, he is welcome.

Source Link

my setup should be:

  • a10k resistor between vcc and reset pin (pull-up)
  • a 330k put in serial with a led, connected between, e. g. PB0 and gnd. That's all.

for programming, i use an isp programmer. i use a cheap arduino nano clone board for that. I can run my attiny85 at 16mhz internal oscillator, but important : i remarked that i had better results after having burned the bootloader onto the attiny85, even if it is not needed because there is no usb serial chip beside the mcu. But perhaps using avrdude to program the attiny85 fuses bits could avoid to burn this useless bootloader (taking 1/4 of flash memory). if someone has a solution, he is welcome.