-
I see example with Attiny85:
https://github.com/guibom/ESPTempLogger/blob/master/ESPTempLogger.ino#L413
-
```
Used the below code on both attiny85 and attiny45, attiny85 gives the correct
sound as pwm output on speaker pin. But the same code on attiny45 gives just
"tip..tip..tip" sound on speaker. Tried…
-
```
Used the below code on both attiny85 and attiny45, attiny85 gives the correct
sound as pwm output on speaker pin. But the same code on attiny45 gives just
"tip..tip..tip" sound on speaker. Tried…
-
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…
-
```
Used the below code on both attiny85 and attiny45, attiny85 gives the correct
sound as pwm output on speaker pin. But the same code on attiny45 gives just
"tip..tip..tip" sound on speaker. Tried…
-
```
Used the below code on both attiny85 and attiny45, attiny85 gives the correct
sound as pwm output on speaker pin. But the same code on attiny45 gives just
"tip..tip..tip" sound on speaker. Tried…
-
```
Used the below code on both attiny85 and attiny45, attiny85 gives the correct
sound as pwm output on speaker pin. But the same code on attiny45 gives just
"tip..tip..tip" sound on speaker. Tried…
-
Surprise, as of f0eb04f the communication doesn't work anymore.
Master (Arduino Micro):
```
#include
void setup() {
Wire.begin();
Serial.begin(9600);
}
void loop() {
Wire.request…
-
```
Used the below code on both attiny85 and attiny45, attiny85 gives the correct
sound as pwm output on speaker pin. But the same code on attiny45 gives just
"tip..tip..tip" sound on speaker. Tried…
-
```
Used the below code on both attiny85 and attiny45, attiny85 gives the correct
sound as pwm output on speaker pin. But the same code on attiny45 gives just
"tip..tip..tip" sound on speaker. Tried…