-
I have used your clever I2C_Anything for 2 Arduino Uno. It work fantastic / easy.
I would like to use it in ATtiny 84 or 85 but I cant really get it to work.
A little would be great.
-
It seems this library was designed for the 85 series but other than pin layout it seems there are no real differences - so I assume it should run fine on the 84. Right now the lib crashes and the 85 a…
-
Can you help me how can I use this with attiny84 to act as a keyboard?
-
Here is my "project.cfg":
```
_include: world.cfg
env:
prog: avrisp
devices:
_default:
_ref: defaults.target.t84
types:
_ref: defaults.types
code: []
try1:
_doc…
-
Hello,
I use your library RF24 and RF24Network.
I have four Arduino Uno and one attiny84 with NRF24L01+.
The Network is:
0 Arduino UNO
1 Arduino UNO
011 Attiny84
0111 Arduino UNO
…
-
Hello,
I try to use the ATtiny84 with Manchester library as a receiver, and it did not work, I try to solve the problem.
Finaly I succeed, I belive that there a small missing part in the library.
I…
-
Can this firmware be used on the Attiny84?
If so what modifications need to be done?
Nxtv2 updated
6 years ago
-
I have the same error as in issue #3.
Now I could try to use a different timer on the tiny84, timer1 should be ok??
The problem is that, from the datasheet, I see the prescaler can only be: 1, 8, 64…
-
Hi,
I continue my investigations with PJON... after ESP8266 and ESP8285 only tests, I have started tests with an ESP8266 as Master and an ATTiny84 as Slave (I have just received these low-cost micro…
-
Hi,
I have been looking long and hard for a decent crypto-library and when I finally found this promising gem, I get stuck with linker problems.
I am building for AtTiny84 in PlatformIO (on Mac …