Receiving DMX512 with STM32

Post here first, or if you can't find a relevant section!
Post Reply
theautomator
Posts: 2
Joined: Mon Apr 26, 2021 2:47 pm

Receiving DMX512 with STM32

Post by theautomator »

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.
theautomator
Posts: 2
Joined: Mon Apr 26, 2021 2:47 pm

Re: Receiving DMX512 with STM32

Post by theautomator »

A little more conversation is happening here: https://github.com/mathertel/DmxSerial2/issues/31
ariel_reyes1986
Posts: 2
Joined: Wed Mar 16, 2022 3:08 pm

Re: Receiving DMX512 with STM32

Post by ariel_reyes1986 »

hola queria saber si pudiste conseguir alguna libreria de dmx para stm32 .. tengo una palca con un stm32f407ve y necesitaria alguna libreria dmx..
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Receiving DMX512 with STM32

Post by fpiSTM »

ariel_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..
Hi @ariel_reyes1986
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..
ariel_reyes1986
Posts: 2
Joined: Wed Mar 16, 2022 3:08 pm

Re: Receiving DMX512 with STM32

Post by ariel_reyes1986 »

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...
Post Reply

Return to “General discussion”