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

Any way to add a buzzer to gpio pins to signal successful jb? #110

Open
vegedb opened this issue Nov 29, 2024 · 2 comments
Open

Any way to add a buzzer to gpio pins to signal successful jb? #110

vegedb opened this issue Nov 29, 2024 · 2 comments

Comments

@vegedb
Copy link

vegedb commented Nov 29, 2024

image

A normal PC buzzer like this.
What I normally do is turn my PS4 using my controller (with TV OFF) and do something else while it finishes the JB as I find not touching my controller to navigate UI will increase reliability and not KP.

Would be awesome to have a buzzer to notify me the JB has been successful.

Problem is, I can't figure out to put buzzer code to gpio pins of the luckfox. Hope you have an insight on this.

@0x1iii1ii
Copy link
Owner

It will be a load of work, I think I'll keep it for what it is for now, if you want that feature you may need to do it yourself, just export PWM, assign a GPIO pin, set all PWM param then enable it after the PPPwned. Check the wiki for more details.

@0x1iii1ii
Copy link
Owner

or just use GPIO to set the voltage to the pin, but it won't sound as nice as using PWM.

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