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

SubGhz: frequency hopping mode #671

Merged
merged 36 commits into from
Aug 29, 2021
Merged

SubGhz: frequency hopping mode #671

merged 36 commits into from
Aug 29, 2021

Conversation

Skorpionm
Copy link
Member

@Skorpionm Skorpionm commented Aug 25, 2021

What's new

  • SubGhz: added hopper for frequency auto detect. Hopping frequencies are 315.00, 433.92, 868.00 MHz
  • SubGhz: move static code to tests.
  • SubGhz: new princeton timings and better keeloq support.

Verification

  • Compile and upload
  • Update the firmware, launch the application and check the transmission/reception functions

Checklist (do not modify)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

Skorpionm and others added 30 commits August 19, 2021 00:31
Archive:Renaming Sub 1-Ghz  -> SubGhz
…/flipperzero-firmware-community into skorp_subghz_signal_archive
Assets: Add assets/SubGHz/icon.png
…/flipperzero-firmware-community into skorp_subghz_signal_archive
…col function load from file, add load raw data protocol, add info pleasant signals all protocol
…on of transmit/receive to the desired frequency and modulation, add button "save" config scene
@github-actions
Copy link

Please fix following syntax errors:

./applications/subghz/views/subghz_receiver.c:456:11: error: code should be clang-formatted [-Wclang-format-violations]
    switch (subghz_receiver->sniffer_state)
          ^
./applications/subghz/views/subghz_receiver.c:456:44: error: code should be clang-formatted [-Wclang-format-violations]
    switch (subghz_receiver->sniffer_state)
                                           ^

You might want to run docker compose exec dev /syntax_check.sh for an auto-fix.

@github-actions
Copy link

github-actions bot commented Aug 27, 2021

Click here to flash the 9b37678 version of this branch via WebUSB.

@skotopes skotopes marked this pull request as ready for review August 29, 2021 12:51
@github-actions
Copy link

Please fix following code formatting errors:

./applications/subghz/views/subghz_test_static.c:88:50: error: code should be clang-formatted [-Wclang-format-violations]
                    subghz_encoder_princeton_set(instance->encoder, subghz_test_static_keys[model->button], 10000);
                                                 ^
./applications/subghz/views/subghz_test_static.c:90:52: error: code should be clang-formatted [-Wclang-format-violations]
                    furi_hal_subghz_start_async_tx(subghz_encoder_princeton_yield, instance->encoder);
                                                   ^
./applications/subghz/subghz.c:126:33: error: code should be clang-formatted [-Wclang-format-violations]
        subghz->view_dispatcher, SubGhzViewStatic, subghz_test_static_get_view(subghz->subghz_test_static));
                                ^
./applications/subghz/subghz.c:126:51: error: code should be clang-formatted [-Wclang-format-violations]
        subghz->view_dispatcher, SubGhzViewStatic, subghz_test_static_get_view(subghz->subghz_test_static));
                                                  ^
./applications/subghz/scenes/subghz_scene_test.c:53:10: error: code should be clang-formatted [-Wclang-format-violations]
        }
         ^

You might want to run docker compose exec dev /syntax_check.sh for an auto-fix.

@skotopes skotopes changed the title Skorp subghz sniffer SubGhz: frequency hopping mode Aug 29, 2021
@skotopes skotopes merged commit 663dbbf into dev Aug 29, 2021
@skotopes skotopes deleted the skorp_subghz_sniffer branch August 29, 2021 13:05
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.

None yet

2 participants