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.
65 questions
0
votes
1
answer
29
views
Which USB driver to choose for Digispark ATtiny 85 board connected to a Windows 11 PC?
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
-1
votes
2
answers
272
views
Why Digispark can be a HID but Arduino Uno/Nano can't? [closed]
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: ...
1
vote
0
answers
159
views
DigiKeyboard BIOS Compatibility
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 ...
1
vote
1
answer
492
views
Need Digistump library for QWERTY keyboard and Fixes for my issues!
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 ...
2
votes
0
answers
330
views
Arduino NANO RF reciever and Digispark Attiny 85 transmitter issues
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 ...
0
votes
1
answer
585
views
Duinotech ATTINY85 Pinout
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 ...
4
votes
2
answers
412
views
How to cut down size of imported DigiKeyboard library
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/...
2
votes
1
answer
184
views
Safe to solder a slide switch to unused GPIO pins?
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 ...
1
vote
0
answers
1k
views
Reusing Digispark ATtiny85 micro-USB as 1-wire bus
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 ...
1
vote
2
answers
1k
views
NRF24 and usb digispark
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 --...
1
vote
0
answers
281
views
Error in uploading sketch to digispark attiny85 board
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 ...
1
vote
1
answer
2k
views
Digispark uploading not working in KDE Neon (Linux)
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 ...
1
vote
1
answer
4k
views
Digispark ATtiny85 not recognized (bootloader problem)
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 ...
1
vote
0
answers
645
views
Burning Digispark bootloader without an Arduino
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 ...
1
vote
3
answers
270
views
Continuous voltage on IO Pins while 5V is not Connected?
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 ...
2
votes
1
answer
3k
views
Digispark ATtiny 85 erases flash after power loss
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 ...
0
votes
1
answer
1k
views
How to send keystroke with shift modifier?
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 ...
2
votes
1
answer
1k
views
Current mouse pointer position with Digispark attiny85
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?
1
vote
1
answer
3k
views
Digispark Micro (ATTINY85) not working on Macbook Pro 2016
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 ...
1
vote
3
answers
5k
views
Digispark ATtiny 85 - not recognised as HID device
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....
2
votes
1
answer
1k
views
attiny85 reset itself instead of wakeup procedure
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 ...
3
votes
1
answer
2k
views
Flashing an ATtiny85 with a NodeMCU?
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 ...
1
vote
3
answers
4k
views
Why do DigiKeyboard.print and println change my string?
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 ...
0
votes
1
answer
4k
views
ATtiny85 (Digispark) with 433mhz RF transmitter not working
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 ...
0
votes
2
answers
4k
views
Digispark ATtiny85 keyboard
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 ...