ATTINY85 development board, integrated USB
zoom_out_map
chevron_left chevron_right

Product images are for informational purposes only and may vary slightly depending on the batch and supplier. Product specifications and prices may be subject to change without notice. We do our best to provide accurate and complete product specifications, but they may not be completely accurate. If you encounter any such situation, please let us know.

The product is intended for specialists and requires qualified and authorized personnel. The product does not include assembly/use instructions . Putting the product into operation by unqualified persons leads to the loss of the warranty according to the Terms and Conditions on the site.

The specified technical parameters (current, power, etc.) represent maximum allowable values under ideal operating conditions. For safe use and optimal lifespan, it is recommended to operate the product continuously at no more than 50% of the specified maximum values.

ATTINY85 development board, integrated USB

Digispark compatible development board with ATtiny85 and integrated USB is ideal for compact automation projects, LED control and simple actuators. It is quickly programmed from the Arduino IDE, powered directly from 5V via USB, includes stable regulator and status LED for testing. It offers 6 digital IO pins, with 3 PWM, and 4 analog inputs for easy sensor connection.

28.60 RON Tax included

23.64 RON Tax excluded

(5/5) out of 4 total ratings
Read the reviews
1-2 zile
check In Stoc

Shipping by Thursday 27 August

Close

This product has a warranty of 2 years.

INTERNATIONAL DELIVERY
International fast shipping within EU. Free Shipping for orders above 100 EUR in most EU countries.
FAST DISPATCH 24H
We ship from our stock within 24H
LOYALTY POINTS
You earn points with every order, worth 5%.

Digispark compatible development board, based on the ATtiny85 microcontroller, programmable via Arduino IDE.

It offers an integrated voltage regulator and a direct USB interface, which can be powered by 5V, and offers 6 digital I/O pins, 3 of which support PWM, making it ideal for controlling LEDs, motors (not directly) or other devices. It also has 4 analog pins, allowing the connection of sensors for precise measurements.

The board also includes an integrated status LED, useful for checking correct operation, and an LED. Depending on the batch, you may need to manually write the bootloader into memory.

 

Specifications:

Microcontroller: ATtiny85

Power supply: 5V via USB

Integrated voltage regulator: 5VDC, 500mA

I/O: 6 digital pins

PWM: on 3 pins

Analog inputs: 4 pins

Flash memory: 8KB

Status LED: Yes

 

Use:

For use with Arduino IDE, the following steps are required, with the board not yet connected to the PC :

Board and Driver Installation: Add the following link in File->Preferences->Additional boards manager URLs: https://raw.githubusercontent.com/digistump/arduino-boards-index/master/package_digistump_index.json

Close and wait for the card to download, followed by the automatic installation of the driver (you will have to accept) for Windows.

Arduino IDE Configuration: Select the "Digispark (Default - 16.5MHz)" board from the "Boards" menu. The port is not selectable and does not need to be selected. The board remains unconnected.

Compile: Write the code and press the Upload button, with the board still unplugged. At some point in the Output the following message will appear: " Plug in device now... (will timeout in 60 seconds)". When you see this message, plug in the board within 60 seconds.

You can use the following test code to light up the integrated LED:

 void setup()
{ //Set Pins 0 and 1 as outputs. //Some Digisparks have a built-in LED on pin 0, while some have it on //pin 1. This way, we can all Digisparks. pinMode(0, OUTPUT); pinMode(1, OUTPUT); }
void loop()
{ //Set the LED pins to HIGH. This gives power to the LED and turns it on digitalWrite(0, HIGH); digitalWrite(1, HIGH); //Wait for a second delay(1000); //Set the LED pins to LOW. This turns it off digitalWrite(0, LOW); digitalWrite(1, LOW); //Wait for a second delay(1000); }

Pinout:

22123

Produs destinat utilizarii in proiecte electronice, automatizari, prototipare, educatie si cercetare.

Produsul trebuie utilizat numai conform specificatiilor tehnice mentionate in descriere si/sau in documentatia produsului.

Avertismente generale de siguranta:

Nu utilizati produsul la tensiuni, curenti sau temperaturi peste valorile specificate.

Montajul si conectarea trebuie realizate de persoane cu cunostinte tehnice minime in domeniul electric/electronic.

Evitati scurtcircuitele, inversarea polaritatii si conectarea gresita a alimentarii.

Nu lasati produsul alimentat nesupravegheat in timpul testelor.

Produsul nu este jucarie si nu este destinat copiilor.

Pentru modulele electronice, se recomanda utilizarea in carcase, panouri sau montaje protejate, dupa caz.

Identificare produs:

Denumirea produsului, codul/SKU-ul si caracteristicile tehnice sunt mentionate in pagina produsului si/sau pe eticheta ambalajului.

Producator / Importator / Distribuitor:

Sigmanortec S.R.L.

Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania

E-mail: [email protected]

Website: www.sigmanortec.ro

Persoana responsabila in UE:

Sigmanortec S.R.L.

Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania

E-mail: [email protected]

Documentatie si siguranta:

Pentru informatii suplimentare, fise tehnice, declaratii de conformitate sau instructiuni, ne puteti contacta la [email protected].