Is the ATtiny85V compatible with Arduino IDE?

hi, I'm currently doing a project which requires a low operating voltage IC.

I was thinking of using the ATtiny85V. There's an 'unofficial' boards manager called 'attiny' by damellis that makes ATtiny ICs compatible such as the ATtiny85. The ATtiny85V is a lower operating voltage version (1.8V-5.5V) of the ATtiny85 and would be a suitable for my application. But it doesn't explicitly say if it works with the board manager 'attiny'.

Does anyone know if the ATtiny85V is compatible with the 'attiny' board manager or if there are any other board managers that are compatible? I'd welcome any alternatives to the ATtiny85V as well. Thanks!

Arduino support for almost every classic tinyAVR device! Supports ATtiny 1634, 2313/4313, 24/44/84, 441/841, 25/45/85, 261/461/861, 87/167, 48/88, 43, 26 and 828.

I believe the ATTinyCore core by Dr. Azzy to be the superior core for bootloading and/or programming the tiny85 chips.

ATTinyCore is available via the IDE boards manager.

Yes

@groundFungus I'll check ATtinyCore core out. thanks for the recommendation!

@killzone_kid thanks for confirming. This has saved me a huge headache!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.