Iteaduino Tiny is a mini development board based on the Attiny85-20 master, which is cheap, compact, easy to use, and has low power consumption. The mainboard is a derivative board concerning digipack design, and it supports the use of specific Arduino IDE and uses Arduino syntax for programming which is quite convenient.
FEATURES
- Support for the Arduino IDE 1.0+ (Windows)
- Power via USB
- Built-in USB
- 4 I/O Pins
- 8k Flash Memory (about 6k after bootloader)
- I2C and SPI (vis USI) Note: also supports for serial port communication
- PWM on 3 pins (more possible with Software PWM)
- ADC on 4 pins
- Power LED and Test/Status LED
SPECIFICATIONS
Microcontroller | ATtiny85-20 |
Operating Voltage | 5V |
Digital IO pins | PB0, PB1, PB2, PB5 |
Analog Input pins(ADC) | PB2 |
Indicator | D1(PB1), PWR |
DC Output current on per IO lines | 40mA |
Flash Memory | 8 KB of which 2 KB used by the bootloader |
SRAM | 512B |
EEPROM | 512B |
Clock frequency | 16 MHz |
Dimension | 24.89X12.7X1.6mm |
HARDWARE
PIN MAP
ISP Pin | Index of Digital Pin | Name of Attiny85 |
MISO | D1 | PB1(MISO/DO/AIN1/OC0B/OC1A/PCINT1) |
VCC | – | – |
SCK | D2 | PB2(SCK/USCK/SCL/ADC1/T0/INT0/PCINT2) |
MOSI | D0 | PB0(MOSI/DI/SDA/AIN0/OC0A/OC1A/AREF/PCINT0) |
RST# | D5 | PB5(PCINT5/RESET/ADC0/dW) |
GND | – |
DOCUMENT
Useful links for your reference:
- http://www.txoof.com/2013/04/reading-serial-data-from-attiny85.html
- http://www.ernstc.dk/arduino/tinycom.html
- http://playground.arduino.cc/Code/USIi2c
SHIPPING LIST
- 1 x ITEADUINO ARDUINO TINY BOARD