Hi. I want to use the windows volume values in the arduino code to control motorized faders. is it possible to send the values to the arduino via the same serial connection? where and how could i add this to the code (only the go side)? i don't know go very well and don't quite understand the code yet. Is there more documentation than the comments?
thx in advance
#Is it possible to send volumes back to arduino?
10 messages · Page 1 of 1 (latest)
ty but am i missing something? they talk about which fader to use but noch how to programm it. or which fork can send the data back...
is it the alex p one?
it uses mqtt not serial
You're right, the programming is not really relevant if you want to use deej
I have a fork that implements sending to the Arduino the active volume of each application (similar to a vu-meter)
You can find it in the vu meter branch on my fork
https://github.com/DarkMetalMouse/deej
GitHub
Set app volumes with real sliders! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux - DarkMetalMouse/deej
I think modifying it to suit your needs should not be too difficult
I tried your fork and I'm not getting accurate values from deej. I only get a value for the first two sources and they jump all over the place. I know its been a while since you made any commits to the project but any help would be appreciated.