-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
Macro recorder (button sequence record/playback) #2457
Comments
It sounds nice but this idea is the start of a pandora box 😬. The moment there is some button/touch recording, you would want tweaking that recording, then some debugger of the macro playback, etc. The easier workaround would be a simple arduino/esp32 usb-host board, which would already work on an unmodified firmware. Could you elaborate on the use case? like what type of testing and what will the macro do? |
we could add it to hackrf.app site. there is a macro player already, so a macro recorder would be easy. |
Mainly I was trying to think of a way to add a delay before transmitting and to limit the transmission time, utilizing a generic method that would work with ANY of the existing transmit apps. For example, for a Foxhunt transmitter a HAM can use the existing Morse app and it supports a delay between transmissions but it only transmits morse code (also the delay time isn't very flexible but that could easily be fixed). To support intermittent VOICE transmissions instead, one could modify the Replay app to add a delay and/or maybe modify the Soundboard app to add a delay, but then someone might theoretically want a delay in other TX apps as well. Maybe that would be easier to modify each app as needed to add this functionality, IDK. I don't think most users would be able to add a "simple" usb-host board to do this (and personally I'd prefer a self-contained solution). |
JS framework :D |
Description of the feature you're suggesting.
I'm proposing a macro recorder/playback utility app that can record physical Portapack key presses and then later play these back with similar timing.
Considerations:
Anything else?
Example use case: There are certain transmit apps that one may not wish to be transmitting continuously when doing radio range testing, etc.
The text was updated successfully, but these errors were encountered: