Skip to content

feat: wireless FSK communication#85

Merged
fanfare-ff merged 19 commits intoShiegeChan:devfrom
Ferni41359:proj/83/wireless-fsk
Feb 9, 2026
Merged

feat: wireless FSK communication#85
fanfare-ff merged 19 commits intoShiegeChan:devfrom
Ferni41359:proj/83/wireless-fsk

Conversation

@Ferni41359
Copy link
Collaborator

  • Please check if the Pull Request fulfils these requirements

    • PR title follows the style: type: Descriptive Name
    • Commit messages follow the guidelines
    • Code compiles
    • New additions are tested
    • Changes are documented on the website (refer to the docs section)
  • Link 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

    • Change the frequencies to 31 and 35 (if closer more difficult for the algorithm)
    • Using the powers measured by goertzel to sinchronize
    • Using microphones instead of wires
    • 8 periods per bit because of time transition of the transducers
  • 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

@fanfare-ff fanfare-ff linked an issue Feb 2, 2026 that may be closed by this pull request
3 tasks
Copy link
Collaborator

@fanfare-ff fanfare-ff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left some comments, mostly related to variables and styling

Copy link
Collaborator

@fanfare-ff fanfare-ff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Styling is nice now. Sometimes the transmission works, but it needs a bit more work for stability

Copy link
Collaborator

@fanfare-ff fanfare-ff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gg

@fanfare-ff fanfare-ff merged commit cf2297b into ShiegeChan:dev Feb 9, 2026
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

Successfully merging this pull request may close these issues.

[TASK] Port the wired FSK to wireless

2 participants