RobotDynOfficial / RBDDimmer

The following library is used for work with dimmer, it gives ability to control large ammoun of dimmer. This lib uses with Leonardo, Mega, UNO, ESP8266, ESP32, Arduino M0, Arduino Zero, Arduino Due, STM32.
227 stars 104 forks source link

Failure to Compile: Arduino Nano Every #33

Open qwiebe opened 3 years ago

qwiebe commented 3 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.

jpolton commented 2 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?