-
Hi,
I would like to implement AskSinPP on a platform which uses the Atmega4809. Currently this platform is not supported.
I compile to this chip with the MegaCoreX platform.
During compilation it …
-
Hello,
I have been trying to use this library for the newly Arduino Nano Every, which has an ATMEGA4809 chip.
The new megaAVR-0 series have different registers than the "classic" AVRs found on the…
-
The library is not compiling on ATMega4809, would it be possible to add support for it?
-
Hi there,
When I tried to get your Library working, I was confronted with this error compiling:
```
/Users/bomel/Documents/Arduino/libraries/Funkuhr-master/Funkuhr.cpp: In member function 'void …
-
I try want to program an atmega4809 on a arduino nano every with an raspberry pi 4B with it's tx/rx pins.(The usb cable is no option)
I wave used the the following command to find the device but ther…
-
Hi,
In a project where im using atmega4809 in a custom pcb, i just broke my pickit 4 programmer.
I wonder if i can use the jtag2udpi in my Arduino Uno, as a replacement?
Question: can this firm…
-
Would it all be possible for you to help me convert multiwii to run on an Uno Wifi Rev2? I think most of my issues come from the register names being different but just wanted to ask someone who seems…
-
SoftwareSerialParity.cpp:41:
SoftwareSerialParity.cpp:368:44: error: 'digitalPinToPCICRbit' was not declared in this scope
*digitalPinToPCICR(_receivePin) |= _BV(digitalPinToPCICRbit(_receivePi…
-
I tried to build a stand-alone programmer and a simple board with 4809 but something I didn't do good enough.
UPDI programmer
This programmer I made according to the schematic of an add-on board a…
-
Hi,
I have used one of the examples from the library and tried to compile it to my new Arduino wifi rev. 2 board,but I get the following error message:
------------------
Arduino: 1.8.8 (Windows …