I'm trying to light up a simple string of WS2811 I got cheap on line. I thought I could use the libraries found on GitHub ( https://github.com/cpldcpu/light_ws2812/tree/master/light_ws2812_AVR ).
I'm using Studio7, and an ATMega 4809 Curiosity Nano. But nothing is compiling in the Studio7 environment. I've tried all kinds of (probably silly) things, but out of the frying pan, into the fire, the solution was not in my grasp.
Almost out of desperation, I tried an Atmel Start Configurator project simply using the 4809 curiosity Nano as the platform, exported/imported that into Studio7, added the light_ws2812 library and a sample loop, but still all manner of warnings and errors. Sheesh!
So, I ask you fine folks, if you were to start such a project, what steps would you take??