@bandasaikrishna I have seen you are using DC gear encoder motor from robokits but i can see from the video, it is literally zero noise? how is that possible? i have seen in the arduino code, you have written like:
TCCR1B = TCCR1B & 0b11111000 | 1; // set 31KHz PWM to prevent motor noise
what does it do? you dont have any noise because of this? or am i missing something?
my motor is very loud and noisy so i thought i should not use DC bruss motor and instead going to brushless motor but it is again a costly setup, so let me know if it is really possible to supress the noise?
@bandasaikrishna I have seen you are using DC gear encoder motor from robokits but i can see from the video, it is literally zero noise? how is that possible? i have seen in the arduino code, you have written like:
TCCR1B = TCCR1B & 0b11111000 | 1; // set 31KHz PWM to prevent motor noise
what does it do? you dont have any noise because of this? or am i missing something?
my motor is very loud and noisy so i thought i should not use DC bruss motor and instead going to brushless motor but it is again a costly setup, so let me know if it is really possible to supress the noise?
Thanks