Skip to main content

Questions tagged [digispark]

The Digispark is an Attiny85 based microcontroller development board similar to the Arduino line, only cheaper, smaller, and a bit less powerful.

Filter by
Sorted by
Tagged with
0 votes
1 answer
29 views

I'd like to know which driver to use on a Windows 11 PC for a Digispark ATtiny 85, micronucleus bootloader: winusb, libusbK, libusb_win32 ? Thanks
Philippe's user avatar
-1 votes
2 answers
272 views

I tried to make a project with a Nano as a head which was based on a V-USB-like library EasyHID. For unknown reasons this try was unsuccessfull and I couldn't make the Nano run correctly. It's normal: ...
Mik's user avatar
  • 149
1 vote
0 answers
159 views

I am using a custom version of the DigiKeyboard library, to use a Digispark as a keyboard in the BIOS. It works on most computers, but HP 730 Thin clients dont recognize it as a keyboard. Below is the ...
DigiKeyPress's user avatar
1 vote
1 answer
492 views

Hello there🖐 I am trying to install Digistump library to support ATTiny85 by digispark. But I am encountering a problem when trying to install Digistump AVR boards after adding an additional board ...
Arun Jothi's user avatar
2 votes
0 answers
330 views

I am trying to send RF signal from Digispark Attiny 85 (this one) and receive the signal with Arduino NANO V3.0 ATmega328 (this one). Transmitter and receiver are STX882 and SRX882 (these). Library ...
Le_Peck's user avatar
  • 21
0 votes
1 answer
585 views

I'm sure this is a super nooby question but, what is the pinout of the Digispark ATTINY85 Development Board The board looks like this: Now the reason why I'm asking this question, when I do ...
user avatar
4 votes
2 answers
412 views

I'm working on a project with a Digispark ATTiny85, that performs keystrokes using the DigisparkKeyboard library (https://github.com/digistump/DigisparkArduinoIntegration/tree/master/libraries/...
emma.makes's user avatar
2 votes
1 answer
184 views

I have a Digispark Rev.3 Kickstarter with ATTiny85 (see pinout below) and a three pin slide switch (see example below). I want to use the slide switch to control a task running on the Digispark, with ...
emma.makes's user avatar
1 vote
0 answers
1k views

I'm working on a project of my home plants irrigation/hydroponic system(not cannabis!)) just chilies and other eatables). Also I'm trying to recycle modules, wires and other projects' leftovers such ...
fortl's user avatar
  • 11
1 vote
2 answers
1k views

I want to connect NRf24 module with digispark and use USB capabilities at same time. currently, i use this conexion diagram: NC PB5 1|o |8 Vcc --- nRF24L01 VCC, pin2 --- LED --...
Robotechnic's user avatar
1 vote
0 answers
281 views

I'm trying to use Digispark attiny85 board and running into issues uploading the sketch. The drivers are correctly installed. I have followed this page as a reference. Below the sketch and the error ...
Hero_AK's user avatar
  • 11
1 vote
1 answer
2k views

I am using KDE Neon and have downloaded the Arduino IDE via the Snap store. It worked well with the ESP8266 and other Arduions. But when I tried to upload a simple sketch or an example sketch to my ...
user11748507's user avatar
1 vote
1 answer
4k views

I recently bought an ATtiny85 based development board. (picture below) I managed to install it correctly following the official guides, without a problem. Drivers are installed correctly, and I used ...
Corfucinas's user avatar
1 vote
0 answers
645 views

I've been wondering if there is any method to burn a Micronucleus bootloader into a blank ATtiny85 Digispark using just Windows or a Linux distro, and not needing another Arduino board such as UNO ...
Vile's user avatar
  • 21
1 vote
3 answers
270 views

i have a small project where i just sucessfully destroyed my frist of 5 Digisparks (Attiny85). In the Picture you see the Cirucit. I have 2 Liion cells connected in series to get high enough voltage ...
KidCe's user avatar
  • 11
2 votes
1 answer
3k views

I have some issues with my Digispark ATtiny85 board. If I upload the blink sketch for example the LED starts blinking and everything looks fine. But as soon as I unplug the Digispark from the USB ...
leonardo's user avatar
0 votes
1 answer
1k views

This is a bit of a newbie question, but here it goes anyway. So basically I want to send a keystroke using the DigiKeyboard library, but with shift held down. I looked through the code and saw this ...
Blupper's user avatar
  • 103
2 votes
1 answer
1k views

I am trying DigiMouse library for attiny85 Digispark board. It allows to emulate the mouse quite well. However, I also need to know the current cursor position. Is there a way to get it?
zhekaus's user avatar
  • 459
1 vote
1 answer
3k views

I just bought 2 Digispark Micro to start learning some Arduino things. But when I try to upload the code to my Digispark, it just send me an "Device search timed out" error. My Digispark is plugged ...
Rémi Delhaye's user avatar
1 vote
3 answers
5k views

I am trying to create auto-username-writer with Digispark ATtiny 85. I have a pretty simple sketch: #include <DigiKeyboard.h> void setup() { } void loop() { DigiKeyboard....
Jakub Zacek's user avatar
2 votes
1 answer
1k views

I have a digispark attiny85, and I am using SLEEP_MODE_PWR_DOWN to sleep, and wake-up with external interrupt on pin2. I am trying to count number of interrupts received with the code below. Problem ...
ozkolonur's user avatar
  • 121
3 votes
1 answer
2k views

I recently purchased a Digispark for some of my smaller electronics projects. After it initially being a great little board, I soon found myself unable to flash the board in the same way I had done ...
Rocco's user avatar
  • 165
1 vote
3 answers
4k views

GOAL: I'm trying to use DigiKeyboard library but I'm facing a problem when I use print or println with character different from alphanumeric ones. PROBLEM : I import the library as I've seen on ...
Maicake's user avatar
  • 121
0 votes
1 answer
4k views

I have the following components: ATtiny85 Digispark 433mhz Mini Low Power RF Transmitter I got a communication flow transmit/receive working between two Wemos D1 and like to outsource the transmitting ...
jwillmer's user avatar
  • 111
0 votes
2 answers
4k views

I have a small project that I have in mind and I'm pretty new with Arduino. I want to make a small device that if a key was pressed it would do something. Now I know I could use a button with the ...
MintCollie's user avatar