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

Feature request - simple trigger pin for handheld FPVC guns #9

Open
MrMap opened this issue Oct 21, 2023 · 3 comments
Open

Feature request - simple trigger pin for handheld FPVC guns #9

MrMap opened this issue Oct 21, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@MrMap
Copy link

MrMap commented Oct 21, 2023

I am thinking of FPVC gaming involving different classes fighting entities, e.g. planes and handheld guns.
For the handheld gun it would be convenient to have the trigger controlled by a simple mentary trigger switch on the gun - no need for PWM there.

I can think of two solutions:

  1. Configurable in board settings, trigger: PWM / Simple switch
  2. Trigger port auto detection: Recognize PWM / activate trigger when input pulled down for > 10 ms
@ysoldak ysoldak added the enhancement New feature or request label Jan 16, 2024
@ysoldak
Copy link
Collaborator

ysoldak commented Jan 16, 2024

Good idea, thanks!

@MrMap
Copy link
Author

MrMap commented Feb 27, 2024

I poke at this issue to make some noise.
I think this feature would be really simple to implement - compared to the other advanced stuff you do?

The feature would make it much more simple to assemble handheld guns - good usage of the 2.5 boards that will soon be surplus.

@ysoldak
Copy link
Collaborator

ysoldak commented Mar 5, 2024

Not that straightforward to implement, unfortunately.
Also if we do not auto-detect, we need to make it configurable via menu, stored in persistent storage, small things like that, but together can result in quite some code to implement, test and maintain.
I'd first want to explore possibility to implement auto-detect for that, as you suggested in option 2.

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

No branches or pull requests

2 participants