Attiny 88

Use this section to discuss your embedded Flowcode projects.
Post Reply
Sergejs
Posts: 143
http://meble-kuchenne.info.pl
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

Attiny 88

Post by Sergejs »

Hi everyone! Is it possible to make Tiny 88 support in V9 ?

chipfryer27
Valued Contributor
Posts: 1179
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 287 times
Been thanked: 417 times

Re: Attiny 88

Post by chipfryer27 »

Hi

I thought it's already supported?

New Project > AVR Based > ATTiny shows the 88 and 88TQFP

Hope this helps
Regards

Sergejs
Posts: 143
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

Re: Attiny 88

Post by Sergejs »

But I can not connect it. I have not drivers or something else. There is "Unknown USB device".

Sergejs
Posts: 143
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

Re: Attiny 88

Post by Sergejs »

I ask about this item from Ebay.com:
Attiny88_PCB
Attiny88_PCB
20220923_031317.1.jpg (38.25 KiB) Viewed 1621 times

stefan.erni
Valued Contributor
Posts: 760
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 150 times
Been thanked: 171 times

Re: Attiny 88

Post by stefan.erni »

Hi Sergejs

To make your Attiny88 work with Flowcode,
I assume you need a USB driver for the Attiny88 for your windows system
You can find and install this online.

search for: USB driver Attiny88 windows

regards

Stefan

BenR
Matrix Staff
Posts: 1756
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 446 times
Been thanked: 606 times

Re: Attiny 88

Post by BenR »

Hello,

USB could just be for power, I don't think the tiny88 is capable of USB comms and I'm not seeing an external USB IC though it could be on the underside.

It looks like there is the standard 6-way socket towards the top of the board for an AVRISP or USBtinyISP to allow programming.

A link to the eBay sales page might help.

Sergejs
Posts: 143
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

Re: Attiny 88

Post by Sergejs »

BenR wrote:
Mon Sep 26, 2022 3:01 pm
A link to the eBay sales page might help.
This link is PCB like I have now:


https://www.ebay.com/itm/234497208159?h ... R6DSkqbvYA

BenR
Matrix Staff
Posts: 1756
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 446 times
Been thanked: 606 times

Re: Attiny 88

Post by BenR »

Ok So it's a ATmega328 which doesn't have hardware USB, I beleive you can bit bang USB on an AVR but I certainly wouldn't recommend it.

Certainly the standard Arduino bootloader won't work as that uses a UART and a USB to Serial external IC.

So it looks like you will need an ISP programmer to reprogram the thing and you will have to be careful about which IO you toggle when powered via USB.

Post Reply