-
Firstly, a big thanks to all the contributors of this library. It looks so simple to implement.
I am here for some help to clone the functionality of PT2262 as is. By that I mean I would like to kn…
uckoo updated
7 years ago
-
Hi Gustavo, firstly, I do not think think this problem is with your code, however I was able to refine the problem I am having using this project. The basic scenario is ESP8266 talking to ATTiny85 r…
-
Seems the avrdude patch file was replaced with a newer patch which depends on the older file, or something like that.
-
AttachInterrupt() is not in the supported list, but pin interrupt is supported by the chip itself.
Is it possible to add it?
-
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've been running D1s for almost 3 years but with a lack of analog pins, your project is exactly what I needed! I recreated your whole project but the only issue is I can't get any communication p…
-
I want to emulate a DS18B20 sensor from an ATTiny85. I have followed your instructions the best I can but fail to get it to work. Using an Uno, I can try to read the OW temperatures. The device num…
-
Hi,
I can't get the library to work with an attiny 85 which has it's pwm on pin 5 (D0)
Where can I change the pin in the library and what's the advantage of this library compared to the original I…
-
This is exactly the project I've been looking for, and I'd love to collaborate with you! I'm starting a tech blog and want one of my projects to be reverse engineering and breaking HRM (hardware right…
-
Hi @wholder,
I've been trying out your debugger setup as you've described in [debugwire2](https://sites.google.com/site/wayneholder/debugwire2). I've been testing this with an Arduino Uno as ISP an…