Arduino Uno R4 Wifi Compatibility #866
Replies: 2 comments 2 replies
-
When you compile with verbose output on, you will find a line in the output that is very, very long that will contain ARM is not pleasant to support. They are not as compatible as the "ARM" category would imply. All the current support is BitBang, meaning there is no hardware support to output the bits so that to maintain the timing, all ISRs are suspended while sending the data. This is no different than AVR, but they don't have WiFi. |
Beta Was this translation helpful? Give feedback.
-
ARDUINO_ARCH_RENESAS but there are some hidden ones not there, probably hidden in the "variants\UNOWIFIR4/defines.txt". Could you pick up the Master version and give it a try. I just merged in a branch that I was working on for improved ARM support. |
Beta Was this translation helpful? Give feedback.
-
Hi all & special thanks to the author of this great library!
I am having difficulties with running the library on the Arduino Uno R4 Wifi - it seems to be not supported yet. It is clashing with ARM architecture I guess.
Is there any possibility/workaround to run it on this board?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions