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?
#Arduino works, but for some reason audio control doesn't
9 messages · Page 1 of 1 (latest)
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.
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.
Values does change, however I haven't check if it has the ch340 serial to usb, I'm new to this, can you please explain how do I check that?
Not quite sure, I remember seen the baud rate being 9600 or something similar to the one on the config in deej, but I'll make sure
It should be on the page you ordered from or was mentioned in one of drivers you had to install to get the board flashed. What do the deej logs look like?
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?
Yeah it should look sometthing like this.
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!