Hi!
Let's start with the obvious, I'm not a programmer. I kind of understand structures, but aside from the bare basics that's it, so I "steal" and then combine virtually everything. I am working on a project where I need to get DMX signal into a microcontroller with a wifi chip and I got a regular ESP32, a C3 and a D1 and the latter has worked out the best so far but I can't find anything I can work with regarding getting DMX into the D1 mini. All libraries and example codes I can find either have a whole ass list of things going wrong, but most often it's just #include <avr/io.h> isn't possible since well avr and those boards don't mix well apparently.
Can anyone point me in the right direction where to look, perhaps at some example codes that will work?
Thanks,
Chris
EDIT: I forgot to say I also have both separate MAX485 chips and the little boards. I have spend all my time with trying to find something for the D1 but it in theory should work with an arduino uno or something like that