-
-
Notifications
You must be signed in to change notification settings - Fork 629
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
Added different modulations in signal generator #2492
Conversation
Added DSB, AM 100% mod index and AM 50% mod index. Changed UI.
Hello @daviderud . |
proc_siggen.cpp is not correctly formatted. |
For some reason VS Code in windows do not perform any format correction in the proc_siggen.cpp . Had to run the sh script on a linux virtual machine... |
I relaunched the checks, we will see if all is good :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks !
I think we are going to bypass firmware limits with that PR. |
Too many nice features thanks to you guys.
No hurry at all.
Cheers,
Davide
…________________________________
From: gullradriel ***@***.***>
Sent: Sunday, January 26, 2025 11:52:59 AM
To: portapack-mayhem/mayhem-firmware ***@***.***>
Cc: Davide Rovelli ***@***.***>; Mention ***@***.***>
Subject: Re: [portapack-mayhem/mayhem-firmware] Added different modulations in signal generator (PR #2492)
I think we are going to bypass firmware limits with that PR.
Please wait a bit that we externalize one or two more apps before we merge.
—
Reply to this email directly, view it on GitHub<#2492 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AYTC25J36WQ2GS3ZONYIWSL2MS5AXAVCNFSM6AAAAABV3NWKF2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJUGMZDGMZSGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@daviderud Many thanks for this excellent feature! Awesome, dude. Do you think it will be possible to add AM modulation switch also to Morse app and to Soundboard app? |
Hi, thanks for the message. With the Hack RF in HackRF mode you can use the SDRAngel freeware on the computer to have a GUI that allows you to configure the transmitter in many modes including morse keying. With just the portapack would be easier the setup. So far I studied the code of the signal generator and not the one of the other apps, so can't tell how easy is to include the modification also there. In principle there could be just one signal generator that performs the modulation of math functions, mic, or wave, but this is would be a wide modification I guess. The pulse generation might be easy to do in the signal gen maybe adding some code like the BPSK, but with half of the period with no signal generation and half with signal. Not sure it is what you are after. Cheers |
@daviderud Hi, |
Added DSB, AM 100% mod index and AM 50% mod index. Changed UI.