-
`Servo` library requires a 16 bit timer and doesn't work on the Tinyx5.
[SoftwareServo](https://playground.arduino.cc/ComponentLib/Servo) should be brought in and `Servo` fall back to use that for …
-
I created an AS7.0 Solution.
Created a /dev directory and copied tiny_multi_os.h to it
Created Project: 3d_engine
Added 3d_engine.c
Added F_CPU=8000000 to Symbols
Added /dev to the Directories.
…
-
Tue 08 Feb 2005 12:21:36 AM CET
This issue was migrated from https://savannah.nongnu.org/task/?3719
-
Hello,
I used this library on `ATTiny85` MCU. I use `ATTinyCore` board manager. The best performance is up to 70cm, and with many fluctuations up to 100cm. I think it is the timing issue. Could you…
-
markus_b
2011-04-18 19:57:33
When an error occurs avarice only prints out the code of the error and not the full error text. This makes troubleshooting difficult. Please spell out all error messages…
-
**Connector footprint removed from board when panelized**:
**Expected behaviour**: Footprint should remain in place and be replicated on all boards
# Screenshots
Unpanelized board showing…
-
Try to use TinyTimer.h I #include nothing else, so some #ifndef is missing? But that can't be because nothing else is #included. And on another note, no actual example is around here. You need to do s…
-
Hi,
have you ever tried using the Attiny85 as a reciever?
I'm trying to, but cant get it working. I already attached a 16 MHz crystal and tried different pin configurations and used the same code on…
-
I install library through additional board manager URL,
tool->board I select is **Attiny45/85 (Optiboot)**, and the programmer is **USBasp (AttinyCore)**
The hardware I have is a Chinese USBasp purc…
-
Hi,
I'm trying the same receiver code with ATTiny85 but I'm not receiving anything, if I switch to Arduino UNO then it's working.
Can you let me know the possible solution?