-
Hi, when using SW SPI constructors on a Arduino NANO EVERY (atmega4809) i've noticed very poor performance (flickering an slow screen redraws) compared with the same layout on a Arduino NANO V3 (atmeg…
-
## Description of the problem or question
Is the new Arduino Nano Every supposed to be compatible with the library?
The documentation tells this:
> The USB interface is managed by a dedicat…
-
## Description
I'm trying to flash a simple blink example to an ATmega4809, which was compiled with PlatformIO. `updiprog` cannot read the hex file, however.
After adding a few debug statements,…
-
I am getting this error every time I try to compile it. Is there any way to fix this? Thank you.
```
Arduino: 1.8.10 (Mac OS X), Board: "Arduino Uno WiFi Rev2, ATMEGA328"
/private/var/folders/nj/…
-
I am getting this error every time I try to compile it. Is there any way to fix this? Thank you.
_`Arduino: 1.8.10 (Mac OS X), Board: "Arduino Uno WiFi Rev2, ATMEGA328"
/private/var/folders/nj/1yj…
-
Hello,
I have spent some time trying to get high voltage programming working on the ATtiny3216 but have not been successful. I have been doing the same thing I do with the ATtiny412 and ATtiny1614 …
-
Can you add support for the new megaAVR 0-series boards, like Arduino Wifi Rev. 2,
ATmega4809-XPRO (ATMEGA4809-XPRO) and ATmega4809 Curiosity Nano Evaluation kit.
The last costs under 10€ inclusive …
-
Sorry if this is already addressed in some update, I couldn't find one through easy means - automatic update / GitHub.
On the local build of OttoDIY Blockly, obtained through the official website, …
-
Hi!
I´m trying to get started with the library on a Nano Every but the interrupt attachments seem "unpopular" with the compiler. First I got this message:
```
Arduino: 1.8.10 (Windows 10), Board:…
-
I just had a look at your custom EEPROM library, and it's a brilliant idea to make access to the user row fields "above" the 256 byte EEPROM field.
However, I've discovered a few issues. First, the…