Tiny (clone) not on list; what equivalent?

I bought a few clones a year or so ago but have only now soldered on their pins. They look similar to the Nano.

But ‘Tiny’ is not on the IDE’s list of boards. Is there an equivalent or close match I can use confidently please? Hopefully I can use ‘Nano’?

yes it is a Nano

OK, I’ve therefore now tried Nano, but it failed. I followed the same procedure to add a bootloader with my UNO as I’d successfully used with my Nanos. Have you had success?

Some look-like boards are still being sold here in Brazil, but their processor is not the same as the Nano. They use an Attiny88, which requires adding Attiny core to the Arduino IDE.

The instructions that I´ve found are in Portuguese, so I suggest Googling something in english on how to do it

1 Like

Thanks, I’ll pursue that. I would also expect it to be different as its pin layout is not the same.

The ATTinyCore installation instructions are here:

https://github.com/SpenceKonde/ATTinyCore/blob/v2.0.0-devThis-is-the-head-submit-PRs-against-this/Installation.md

According to this, ATTinyCore was specifically made to support these "MH-Tiny" ATtiny88+VUSB boards:

2 Likes

Great, thanks a bunch, I’ll get into that asap.

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