Categories

Arduino ATTINY85 Micro General USB Development Board

Arduino ATTINY85 Micro General USB Development Board
Arduino ATTINY85 Micro General USB Development Board
Brand: Giga
Product Code: ATTINY85MICROUSB
Availability: 19
Price: R66.00
Ex Tax: R66.00
Qty:     - OR -   Add to Wish List
Add to Compare

Arduino ATTINY85 Micro General USB Development Board.

Specifications:

  • Support for the Arduino IDE 1.0+ (OSX/Win/Linux).
  • Power via USB or External Source - 5v or 7-35v (automatic selection).
  • On-board 500ma 5V Regulator.
  • Built-in USB (and serial debugging).
  • 6 I/O Pins (2 are used for USB only if your program actively communicates over USB, otherwise you can use all 6 even if you are programming via USB).
  • 8k Flash Memory (about 6k after bootloader).
  • I2C and SPI (vis USI).
  • PWM on 3 pins (more possible with Software PWM).
  • ADC on 4 pins.
  • Power LED and Test/Status LED (on Pin0).
  • Size: 1.8cm x 2.6cm .

Package Included:

  1. 1 x  Digispark Kickstarter ATTINY85 Arduino General Micro USB Development Board

Look at this video to see how to program the board with arduino dev application.  

Processor details

http://www.atmel.com/images/atmel-2586-avr-8-bit-microcontroller-attiny25-attiny45-attiny85_datasheet.pdf

You will need to install the following Board in Adiono IDE

http://digistump.com/package_digistump_index.json

Digispark Default 16.5Mhz  (Plug in the board only after you have selected to upload program.

Example Code.

Blinkie switch LED on and OFF

 

void setup() {
  // initialize digital pin LED_BUILTIN as an output.
  pinMode(0, OUTPUT);
  pinMode(1, OUTPUT);
}

// the loop function runs over and over again forever
void loop() {
  digitalWrite(0, HIGH);   // turn the LED on (HIGH is the voltage level)
  digitalWrite(1, HIGH);   // turn the LED on (HIGH is the voltage level)
  delay(1000);                       // wait for a second
  digitalWrite(0, LOW);    // turn the LED off by making the voltage LOW
  digitalWrite(1, LOW);    // turn the LED off by making the voltage LOW
  delay(1000);                       // wait for a second
}

 

Write a review

Your Name:


Your Review: Note: HTML is not translated!

Rating: Bad           Good

Enter the code in the box below:



Powered By OpenCart
Giga Technology © 2024