feat: wireless FSK communication#85
Merged
fanfare-ff merged 19 commits intoShiegeChan:devfrom Feb 9, 2026
Merged
Conversation
Create FSK_TX, FSK_RX, rx_demod scripts
Update Algorithm Add Serial Monitor message transmission
# Conflicts: # projects/FSK_Communication/FSK_RX/FSK_RX.ino # projects/FSK_Communication/FSK_RX/matlab/rx_demod.m # projects/FSK_Communication/FSK_TX/FSK_TX.ino
LUTs have now different sizes
# Conflicts: # projects/FSK_Communication/FSK_RX/FSK_RX.ino # projects/FSK_Communication/FSK_TX/Extra/matlab/modulated_wave.m # projects/FSK_Communication/FSK_TX/FSK_TX.ino
31kHz and 35kHz
3 tasks
fanfare-ff
requested changes
Feb 2, 2026
Collaborator
fanfare-ff
left a comment
There was a problem hiding this comment.
I left some comments, mostly related to variables and styling
projects/FSK_Communication/FSK_TX/Extra/matlab/modulated_wave.m
Outdated
Show resolved
Hide resolved
projects/FSK_Communication/FSK_TX/Extra/matlab/modulated_wave.m
Outdated
Show resolved
Hide resolved
fanfare-ff
requested changes
Feb 9, 2026
Collaborator
fanfare-ff
left a comment
There was a problem hiding this comment.
Styling is nice now. Sometimes the transmission works, but it needs a bit more work for stability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please check if the Pull Request fulfils these requirements
type: Descriptive NameLink related open issue
[TASK] Port the wired FSK to wireless #83
Provide a short description
Bit 0 and 1 assign to 31kHz and 35kHz. Decoding works with any letter
Provide a more detailed list of changes
Does this PR introduce a breaking change? (What must be changed in other projects/examples due to this PR?)
N/A
Other information (Anything else reviewers should know)
N/A