-
Hi
I am trying to program the ATtiny412 I bought from you (https://www.tindie.com/products/drazzy/attiny412402-dev-board-arduino-compatible/) a while ago and I am failing. I am using a Arduino Pro …
-
I have been having persistent issues uploading to the Nano_Every from PIO with the atmelmegaavr platform (sample verbose at bottom).
It seems to be that the upload hangs as it forces a board reset …
-
I'm having a similar issue to https://github.com/platformio/platform-atmelmegaavr/issues/6.
Uploading from Arduino IDE works fine but PlatformIO hangs forever.
I tried using the develop branch, to n…
-
Hi,
This might just be a case of me misunderstanding the docs, but I've attached and RGB LED to my ATtiny3216, using two digital legs, `PC0` and `PC1` for the green and blue colors, respectively.
…
-
I'm testing on Tiny804 and it's drawing more than 1mA in sleep mode with the following code at 5V. Any idea why it's drawing so much?
Wiring is pretty simple. 0.1uF cap between vcc and gnd. An LED …
-
Thanks for providing this core! I've just successfully uploaded Blink to an AVR128DB28 on a breadboard.
Couple of comments:
1. Using a Nano-based UPDI programmer I previously used to program 0-s…
-
If this works, will also allow UPDI to be fused as Reset and GPIO for non-optiboot definitions.
-
Apologies for the dumbo question but after scouring the documentation I am none the wiser.
`The Optiboot serial bootloader is now supported on these parts, allowing them to be programmed via a seri…
-
Is there an explanation why this code worked fine on the tinyMegaCore (T3216) but not so with the DxCore (AVR128DB28)?
```
setup()
{
Serial0.begin(9600);
.
.
//-- sleep sleepMinutes min…
-
I have tried to flash the ATTINY404. But it did not work and always ended with an error message. I have then subsequently installed the capacitor and the resistor.
However, this also did not help to…