Arduino to stand-alone uP solution

cmartinez

Joined Jan 17, 2007
8,257
I don’t want to offend anyone. You all have provided important data.

I’m seriously looking at the ATTINY85. I’ve ordered a few.
:eek: ... the nerve! ... :mad:

:p:D just kidding ...

I'm glad you've made up your mind and hope your choice serves you right. I'm not familiar with the attiny family, but I'll stay tuned to this thread, see how many new things I can learn.

Good luck!
 

MrChips

Joined Oct 2, 2009
30,821
If you have selected ATtiny85 that is ok.
I can help you get started with your first "blinky" program using Atmel Studio and AVR Pocket Programmer.
 

danadak

Joined Mar 10, 2018
4,057
You have to meet the following specs for I/O current (from ATTINY85 datasheet) -

4. Although each I/O port can sink more than the test conditions (10 mA at VCC = 5V, 5 mA at VCC = 3V) under steady state
conditions (non-transient), the following must be observed:
1] The sum of all IOL, for all ports, should not exceed 60 mA.
If IOL exceeds the test condition, VOL may exceed the related specification. Pins are not guaranteed to sink current greater
than the listed test condition.
5. Although each I/O port can source more than the test conditions (10 mA at VCC = 5V, 5 mA at VCC = 3V) under steady state
conditions (non-transient), the following must be observed:
1] The sum of all IOH, for all ports, should not exceed 60 mA.
If IOH exceeds the test condition, VOH may exceed the related specification. Pins are not guaranteed to source current
greater than the listed test condition.
The PSOC has a limitation per pin of 25 mA, but for whole chip 200 mA.


Regards, Dana.
 
Top