#Arduino works, but for some reason audio control doesn't

9 messages · Page 1 of 1 (latest)

carmine jewel
#

Hey guys, I wanted to know if any of you have run into the same trouble as I have, I just build my first sound mixer using parts i bout from Temu, after assembling and uploading the code to the board this seems to work without problem, potentiometer read normal value, I came acors that one of them was bad, so I decided to replace it, the thing is, when I open deej, for some reason the audio control does not work, it's like windows does not recognize the software, I have tried many thing such as change the usb cable used, change the port where is connected to to, re-uploaded the code to board, checking the names of the processes to make sure they are correct, checking the wires in the build, and nothing seems to work, con someone please lend me a hand?

true elm
#

Do the baud rates match up between the Arduino and the client? Check the code on the Arduino for "Serial.begin(x)", where x represents the baud rate. If it doesn't match the value set in Deej's config, the client won't be able to read pot values correctly.

sharp gust
#

Are you able to see the pot's values change in a serial monitor? Also, does your microcontroller have a ch340 serial to USB chip? That can cause Deej to not respond to inputs, there are various fixes linked in other threads.

carmine jewel
carmine jewel
sharp gust
carmine jewel
#

I'm at work right now, but I'll uploaded the logs uploaded once I got home, as for the board, I bought it off Temu, I remember seen a bunch of notification the first time I plug them to my computer, I guess I can confirm the drivers by looking at the device manager right?

sharp gust
carmine jewel
#

Hey man, just following up, I just check, the issue was the driver, follow your instruction and another thread gave me the correct drive update, it worked like a charm, you're a life saviour man, much appreciated!