Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable all beeps? Possible? #130

Open
infernusdomoso opened this issue May 18, 2017 · 1 comment
Open

Disable all beeps? Possible? #130

infernusdomoso opened this issue May 18, 2017 · 1 comment

Comments

@infernusdomoso
Copy link

I have some extra brushless outrunner motors from a retired quadcoptor project and some ESCs lying about that I want to use for a different project - problem is the beeping when they start up. I'd like the system to be as quiet as possible. Since the beeping seems to be made by the motors themselves via some pulses that are sent, there's no speaker for me to disable. Is there a way in the code to have a quiet mode, where the beeps are disabled? Since it's written in assembly there's not much I can do to find that code and disable it that way. Any help would be appreciated. (No, this isnt for any RC project where hearing alert beeps is necessary for any safety/security reasons)

@ahalekelly
Copy link
Contributor

There are 5 subroutines that the code calls in order to make the beeps, beep_f1, beep_f2, beep_f3, beep_f4, and beep_f1_freq. You can either remove the parts of code that call those functions, or edit those subroutines to simply do nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants