Receiving DMX512 with STM32
-
- Posts: 2
- Joined: Mon Apr 26, 2021 2:47 pm
Receiving DMX512 with STM32
I'm looking for some assistance receiving DMX512 using a STM32. I don't need to transmit or use RDM or anything, just receive a universe of DMX and control some neopixels with it. Unfortunately, all of the prebuilt DMX libraries depend on AVR specific stuff and do not compile for STM32 (usually with errors similar to 'UCSRnB' was not declared in this scope". I have also tried to receive DMX without a library using https://playground.arduino.cc/DMX/Ardmx/, but am running into similar issues with serial hardware. Can someone point me in the right direction for how to start fixing this? It doesn't seem like a terribly difficult hurdle, I just don't have much library/lower level hardware interaction experience.
-
- Posts: 2
- Joined: Mon Apr 26, 2021 2:47 pm
Re: Receiving DMX512 with STM32
A little more conversation is happening here: https://github.com/mathertel/DmxSerial2/issues/31
-
- Posts: 2
- Joined: Wed Mar 16, 2022 3:08 pm
Re: Receiving DMX512 with STM32
hola queria saber si pudiste conseguir alguna libreria de dmx para stm32 .. tengo una palca con un stm32f407ve y necesitaria alguna libreria dmx..
Re: Receiving DMX512 with STM32
Hi @ariel_reyes1986ariel_reyes1986 wrote: Wed Mar 16, 2022 3:10 pm hola queria saber si pudiste conseguir alguna libreria de dmx para stm32 .. tengo una palca con un stm32f407ve y necesitaria alguna libreria dmx..
This forum uses English as default language.
ariel_reyes1986 wrote: Wed Mar 16, 2022 3:10 pm Hello, I wanted to know if you were able to get a dmx library for stm32.. I have a plate with a stm32f407ve and I would need a dmx library..
-
- Posts: 2
- Joined: Wed Mar 16, 2022 3:08 pm
Re: Receiving DMX512 with STM32
Hello, I wanted to know if it was possible to get a dmx library for stm32... I have a board with a stm32f407ve and I would need a dmx library...