-
I had some v1.0 RF Nano boards I bought on Amazon, but saw here on your Github page that the v3.0 boards are improved and the way to go. So, I bought three from your link to AliExpress; however, I c…
-
I have a couple of PCBs that I designed for my Warthog pit (CMSP, CMSC, and ARC-210) that require an Arduino Nano ***Every*** with the ATMega4809 microcontroller.
The boards don't work using RS485,…
-
Hi,
Not sure where to post this, so I posted it in issues.
I planned to try out the pypilot autopilot some time ago, bought my parts and never did anything. This is a large project, very impress…
-
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 …
-
Hi guys, we have bought the newest arduino nano every for our IOT projects and to monitoring houses consumptions.
However, we have seen that your library does not yet support these models...
The a…
-
Thanks for the great repository! I do not have an issue, but a question. I am wondering whether it will also work with an Arduino Nano Every (ATMEGA4809) instead of an Arduino Nano as a programmer.
-
Hi,
My knowledge of C++ is limited and I'm giving up trying to figure out what is wrong. Hopefully you'll know if the library can be modified or if I can instantiate the class differently in the c…
-
thank for your library, is very good !
i use Nano, and the precompilator "defined(ARDUINO_AVR_NANO_EVERY)" not work for my arduino ide 1.8.13
the correct syntax is "defined(ARDUINO_AVR_NANO)"
2…
-
Would it be possible to add support for the Arduino Nano **Every**?
-
I think its an issue with the board definitions.
The IDE gives a list of "not declared in this scope" errors if I try to use the Nano Every.
On an older nano it compiles fine.
```
F:\Downloads…