#Which baud rate for smoothest volume control
23 messages · Page 1 of 1 (latest)
115200 should work, did you also change the baud rate in the sketch?
I changed it in the sketch and the device settings
It still finds the arduino but doesn't change the volume
you need to change it in the config file
I did
then it should work, tho do close anything else that might be using the COM port, like the Arudino software
I was well aware of that. The software should tell you if the port is busy. Yet it connected but didn’t work.
Perhaps i need to put a dummy program onto the arduino before starting deej with a higher baud
I don't think the baud rate changes anything on how responsive it is... since it's only a small amount of data 9600 should not be the bottleneck
the 10 millisecond delay in the sketch is a much more significant smoothness
It doesn't feel quite as smooth
also by default Deej changes the volume in steps of 3
Yeah i noticed that
which can be steps of 2 by setting the noise reduction to low
and I believe there's a fork which makes it do 1
Alrighty, any way i can modify the arduino sketch myself?
If you want increments of 1 you need to modify the program code and build it yourself.
I probably wouldn't recommend it since the noise of the pots changing values every so slightly might cause your volume to just jump around +/- 1 without moving anything
Increasing the baudrate/lowering the delay should be fine for smoothness, I tested it with 115200 before and it worked fine but decided to stick with 9600
Does the serial monitor work when you increase the baudrate?
I can try that later!