-
If this is based on the Attiny85 and Digispark’s DigiMouse.h, isn’t it susceptible to not working on many systems? I’ve seen lots of reports of it not working on: Windows, OSX, and Linux on hackaday.
…
-
I was playing along happily with my newly acquired [Digistump](http://digistump.com/products/1) device, uploading and running sketches directly from Windows (over USB to on-board uUSB) using the `Ardu…
E3V3A updated
5 years ago
-
After uploading the sketch from `File → Examples → DigiCDC → Print`, reconnecting the original DigiSpark, and attempting to attach the Arduino Serial Monitor, the following error message is printed in…
-
As a baseline this library runs clean and clear on an UNO. On start the OLED display does hold prior pixels or random dots, but on the begin() & clear() they all go dark
On the Pro:
The right Margin…
-
Здравствуйте!
Мой вентилятор воспринимает шим от 21 до 28 кгц :-(
Как нужно изменить код чтобы установить шим 25 кгц?
-
Hi, I was just wondering if this would work on an ATtiny85, something like the Digistump's Digispark or the Adafruit's Trinket.
I didn't find anything like this for that kind of AVR boards.
It's…
-
Hi to everyone!
That's my first post here.
I'm trying to write presaved messages controling a digispark attiny85 using i2c communication with an esp01 in AP mode to control the system via smartphone…
-
Hi. I need help. I read the article, but I do not understand where to solder the sensor on the attiny85 Board. You can describe the connection diagram in more detail. I want to restore the water level…
-
When I click upload, I get this error:
'DigiKeyboard' does not name a type
I even tried including
#include "DigiKeyboard.h"
at the top. Not sure what's causing this, because I'm not getting this …
ghost updated
5 years ago
-
Using the default example...
```go
// Connects to an WS2812 RGB LED strip with 10 LEDS.
//
// See either the others.go or digispark.go files in this directory
// for the neopixels pin assignmen…