Open qwiebe opened 4 years ago
When I try to compile one of the examples to upload to a Nano Every I get the following error:
"This library only supports boards with an AVR, ESP32, ESP8266, SAMD, SAM, STM32F1/F4 processor."
After some brief internet research, I found that the Atmega4809 on a Nano Every is supposedly an AVR processor. However, when selecting the board in the Arduino IDE, the Nano Every appears under the heading of "megaAVR" and not "AVR." I assume this is where the issue begins.
Is there any way to get this RBDdimmer library to work for the Nano Every?
I appreciate the help! I currently don't know much about the differences in processor architecture and am still fairly new to programming, but I am eager and willing to learn. I'm actually working on this "room-automation" project for that exact purpose; so, I am glad for any advice/assistance.
@qwiebe I have run into the same problem. Did you find a solution for dimming with the Nano Every?
When I try to compile one of the examples to upload to a Nano Every I get the following error:
"This library only supports boards with an AVR, ESP32, ESP8266, SAMD, SAM, STM32F1/F4 processor."
After some brief internet research, I found that the Atmega4809 on a Nano Every is supposedly an AVR processor. However, when selecting the board in the Arduino IDE, the Nano Every appears under the heading of "megaAVR" and not "AVR." I assume this is where the issue begins.
Is there any way to get this RBDdimmer library to work for the Nano Every?
I appreciate the help! I currently don't know much about the differences in processor architecture and am still fairly new to programming, but I am eager and willing to learn. I'm actually working on this "room-automation" project for that exact purpose; so, I am glad for any advice/assistance.