ATTiny85 / 8MHz (internal) clock / seems to run 8x too slow #916
Art-ut-Kia
started this conversation in
Support / Q & A
Replies: 1 comment 1 reply
-
|
Meanwhile, I understood that I had to execute the "Tools - Burn bootloader" command in Arduino IDE to configure properly the chip. So I still cannot understand what bits (aka fuses, lockbits ?) require 12V to be changed ... If anyone can clarify this for me, this would be great |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to develop an ATTiny85-based measurement tool. I'm using the Arduino-as-ISP to program the chip.
After running into some inconsistencies regarding timing, I performed the simplest test: loop{pin_HIGH/delay(5)/pin_LOW/delay(5)} and got a frequency of about 12.5Hz rather than the expected 100Hz.
After configuring the clock to 1MHz, all seems to get Ok.
I wonder whether I'm not doing something wrong with fuses.
It's not clear for me whether Arduino IDE + UNO-based programmer is able to configure everything properly or not.
I've read that some configurations require to send 12V on RST pin, what my programmer can't manage.
Help is welcome
Jean-Paul
Beta Was this translation helpful? Give feedback.
All reactions