2021-03-31 17:52:26 +00:00
|
|
|
#pragma once
|
|
|
|
|
2022-07-03 16:03:36 +00:00
|
|
|
#include "helpers/subghz_types.h"
|
2022-12-08 05:49:54 +00:00
|
|
|
#include "helpers/subghz_error_type.h"
|
2022-10-18 16:51:44 +00:00
|
|
|
#include <lib/subghz/types.h>
|
2021-03-31 17:52:26 +00:00
|
|
|
#include "subghz.h"
|
2022-03-03 09:48:56 +00:00
|
|
|
#include "views/receiver.h"
|
|
|
|
#include "views/transmitter.h"
|
2021-10-10 14:35:10 +00:00
|
|
|
#include "views/subghz_frequency_analyzer.h"
|
2021-10-27 17:37:11 +00:00
|
|
|
#include "views/subghz_read_raw.h"
|
2021-03-31 17:52:26 +00:00
|
|
|
|
|
|
|
#include <gui/gui.h>
|
2022-10-28 14:08:50 +00:00
|
|
|
#include <assets_icons.h>
|
2021-11-11 12:49:19 +00:00
|
|
|
#include <dialogs/dialogs.h>
|
[FL-1610] SubGhz: scene based application, PT save and replay (#630)
* SubGhz: scene based application
* SubGhz: encoder/decoder separation, DMA streaming, update app and cli.
* SubGhz: 2 stage async tx complete, minor cleanup
* SubGhz: 2 stage async tx complete, FIX state pin end transmit
* SubGhz: Pricenton, receive TE signal
* SubGhz: Pricenton, add save data, add load data
* SubGhz: Add Read scene, Fix pricenton save, load funtion
* SubGhz: Add Read, Receiver, SaveName scene
* SubGhz: Read and Save (pricenton)
* SubGhz: add Load scence
* SubGhz: Fix select file scene, add load scene, add transmitter view, add send tx pricenton
* SubGhz: Fix pricenton encoder, fix transmitter send
* SubGhz: modified Pricenton Encoder (added guard time at the beginning), modified CC1101 config, code refactoring
* SubGhz: Fix pricenton encoder defalut TE
* Archive: Fix path and name SubGhz
* Archive: Fix name app SubGhz
* GubGhz: Came: add Save, Load key
* GubGhz: GateTX: add Save, Load key
* GubGhz: NeroSketch: add Save, Load key
* Github: better linters triggers
* SubGhz: adding fast loading keys Archive -> Run in app
* GubGhz: KeeLog: add Save, Load key, key generation from the serial number of the meter and the button
* SubGhz: format sources and fix compilation
* FuriHal: add subghz configuration description for AGC section
* SubGhz: save only protocols that can be saved. Cleanup.
* Github: lint on pull requests
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-08-12 14:42:56 +00:00
|
|
|
#include <gui/scene_manager.h>
|
2022-01-05 16:10:18 +00:00
|
|
|
#include <notification/notification_messages.h>
|
2021-03-31 17:52:26 +00:00
|
|
|
#include <gui/view_dispatcher.h>
|
|
|
|
#include <gui/modules/submenu.h>
|
[FL-1610] SubGhz: scene based application, PT save and replay (#630)
* SubGhz: scene based application
* SubGhz: encoder/decoder separation, DMA streaming, update app and cli.
* SubGhz: 2 stage async tx complete, minor cleanup
* SubGhz: 2 stage async tx complete, FIX state pin end transmit
* SubGhz: Pricenton, receive TE signal
* SubGhz: Pricenton, add save data, add load data
* SubGhz: Add Read scene, Fix pricenton save, load funtion
* SubGhz: Add Read, Receiver, SaveName scene
* SubGhz: Read and Save (pricenton)
* SubGhz: add Load scence
* SubGhz: Fix select file scene, add load scene, add transmitter view, add send tx pricenton
* SubGhz: Fix pricenton encoder, fix transmitter send
* SubGhz: modified Pricenton Encoder (added guard time at the beginning), modified CC1101 config, code refactoring
* SubGhz: Fix pricenton encoder defalut TE
* Archive: Fix path and name SubGhz
* Archive: Fix name app SubGhz
* GubGhz: Came: add Save, Load key
* GubGhz: GateTX: add Save, Load key
* GubGhz: NeroSketch: add Save, Load key
* Github: better linters triggers
* SubGhz: adding fast loading keys Archive -> Run in app
* GubGhz: KeeLog: add Save, Load key, key generation from the serial number of the meter and the button
* SubGhz: format sources and fix compilation
* FuriHal: add subghz configuration description for AGC section
* SubGhz: save only protocols that can be saved. Cleanup.
* Github: lint on pull requests
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-08-12 14:42:56 +00:00
|
|
|
#include <gui/modules/popup.h>
|
|
|
|
#include <gui/modules/text_input.h>
|
2022-04-10 19:47:37 +00:00
|
|
|
#include <gui/modules/byte_input.h>
|
2021-09-10 00:29:57 +00:00
|
|
|
#include <gui/modules/widget.h>
|
[FL-1610] SubGhz: scene based application, PT save and replay (#630)
* SubGhz: scene based application
* SubGhz: encoder/decoder separation, DMA streaming, update app and cli.
* SubGhz: 2 stage async tx complete, minor cleanup
* SubGhz: 2 stage async tx complete, FIX state pin end transmit
* SubGhz: Pricenton, receive TE signal
* SubGhz: Pricenton, add save data, add load data
* SubGhz: Add Read scene, Fix pricenton save, load funtion
* SubGhz: Add Read, Receiver, SaveName scene
* SubGhz: Read and Save (pricenton)
* SubGhz: add Load scence
* SubGhz: Fix select file scene, add load scene, add transmitter view, add send tx pricenton
* SubGhz: Fix pricenton encoder, fix transmitter send
* SubGhz: modified Pricenton Encoder (added guard time at the beginning), modified CC1101 config, code refactoring
* SubGhz: Fix pricenton encoder defalut TE
* Archive: Fix path and name SubGhz
* Archive: Fix name app SubGhz
* GubGhz: Came: add Save, Load key
* GubGhz: GateTX: add Save, Load key
* GubGhz: NeroSketch: add Save, Load key
* Github: better linters triggers
* SubGhz: adding fast loading keys Archive -> Run in app
* GubGhz: KeeLog: add Save, Load key, key generation from the serial number of the meter and the button
* SubGhz: format sources and fix compilation
* FuriHal: add subghz configuration description for AGC section
* SubGhz: save only protocols that can be saved. Cleanup.
* Github: lint on pull requests
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-08-12 14:42:56 +00:00
|
|
|
|
|
|
|
#include <subghz/scenes/subghz_scene.h>
|
|
|
|
#include <lib/subghz/subghz_worker.h>
|
2022-10-09 16:45:39 +00:00
|
|
|
#include <lib/subghz/subghz_file_encoder_worker.h>
|
2022-10-18 16:51:44 +00:00
|
|
|
#include <lib/subghz/subghz_setting.h>
|
2022-03-03 09:48:56 +00:00
|
|
|
#include <lib/subghz/receiver.h>
|
|
|
|
#include <lib/subghz/transmitter.h>
|
|
|
|
|
Skorp subghz signal archive (#667)
* SubGhz: Add millis() furi, add subghz history struct
* SubGhz: Fix subghz history
* Gubghz: Fix code repeat history, add clean history
* SubGhz: reading and adding keys to history
* Gui: Renaming Sub 1-Ghz -> SubGhz
* Archive: Renaming Sub 1-Ghz -> SubGhz
* SubGhz: Add menu history, modified button for sending a signal, changed output of data about accepted protocol
* Archive: Fix name subghz
* SubGhz: Menu navigation
* Assets: Add assets/SubGHz/icon.png
* Assets: add new icons for subghz
* SubGhz: Fix name Add manually scene
* SubGhz: Fix load icon Read scene. rename encoder struct, rename protocol function load from file, add load raw data protocol, add info pleasant signals all protocol
* SubGhz: fix memory leak
* SubGhz: change of receiving frequency for read scene
* SubGhz: Add save/load frequency and preset, add automatic configuration of transmit/receive to the desired frequency and modulation, add button "save" config scene
* SubGhz: Fix frequency and preset, fix frequency add manualli scene, fix re-executing the parser
* Furi-hal-subghz: add 2-FSK config, fix ook config 650KHz BW Tx filter
* Fix formatting and release build
* SubGhz: Delete read scene
* SubGhz: Fix frequency add manualli scene, refactoring code
* SubGhz: 2 profiles for OOK, fix broken build.
* SubGhz: Add passing static codes from read scene, add notification read scene, refactoring code
* SubGhz: fix assert on worker double stop.
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-08-28 13:51:48 +00:00
|
|
|
#include "subghz_history.h"
|
2022-09-27 22:01:09 +00:00
|
|
|
#include "subghz_last_settings.h"
|
[FL-1610] SubGhz: scene based application, PT save and replay (#630)
* SubGhz: scene based application
* SubGhz: encoder/decoder separation, DMA streaming, update app and cli.
* SubGhz: 2 stage async tx complete, minor cleanup
* SubGhz: 2 stage async tx complete, FIX state pin end transmit
* SubGhz: Pricenton, receive TE signal
* SubGhz: Pricenton, add save data, add load data
* SubGhz: Add Read scene, Fix pricenton save, load funtion
* SubGhz: Add Read, Receiver, SaveName scene
* SubGhz: Read and Save (pricenton)
* SubGhz: add Load scence
* SubGhz: Fix select file scene, add load scene, add transmitter view, add send tx pricenton
* SubGhz: Fix pricenton encoder, fix transmitter send
* SubGhz: modified Pricenton Encoder (added guard time at the beginning), modified CC1101 config, code refactoring
* SubGhz: Fix pricenton encoder defalut TE
* Archive: Fix path and name SubGhz
* Archive: Fix name app SubGhz
* GubGhz: Came: add Save, Load key
* GubGhz: GateTX: add Save, Load key
* GubGhz: NeroSketch: add Save, Load key
* Github: better linters triggers
* SubGhz: adding fast loading keys Archive -> Run in app
* GubGhz: KeeLog: add Save, Load key, key generation from the serial number of the meter and the button
* SubGhz: format sources and fix compilation
* FuriHal: add subghz configuration description for AGC section
* SubGhz: save only protocols that can be saved. Cleanup.
* Github: lint on pull requests
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-08-12 14:42:56 +00:00
|
|
|
|
2022-01-05 16:10:18 +00:00
|
|
|
#include <gui/modules/variable_item_list.h>
|
2022-04-21 16:10:50 +00:00
|
|
|
#include <lib/toolbox/path.h>
|
2021-09-10 00:29:57 +00:00
|
|
|
|
2022-07-04 13:09:46 +00:00
|
|
|
#include "rpc/rpc_app.h"
|
|
|
|
|
2023-05-05 23:00:26 +00:00
|
|
|
#include "helpers/subghz_threshold_rssi.h"
|
|
|
|
|
2023-05-09 16:10:56 +00:00
|
|
|
#include "helpers/subghz_txrx.h"
|
2023-05-09 09:07:36 +00:00
|
|
|
|
2022-06-01 13:07:53 +00:00
|
|
|
#define SUBGHZ_MAX_LEN_NAME 64
|
2022-10-11 14:26:16 +00:00
|
|
|
#define SUBGHZ_EXT_PRESET_NAME true
|
2023-08-08 13:31:46 +00:00
|
|
|
#define SUBGHZ_RAW_THRESHOLD_MIN (-90.0f)
|
2023-08-25 03:48:04 +00:00
|
|
|
#define SUBGHZ_MEASURE_LOADING false
|
2021-03-31 17:52:26 +00:00
|
|
|
|
2022-04-12 11:57:53 +00:00
|
|
|
typedef struct {
|
2022-04-18 21:32:25 +00:00
|
|
|
uint8_t fix[4];
|
2023-08-22 17:22:49 +00:00
|
|
|
uint8_t cnt[4];
|
2022-04-20 19:23:45 +00:00
|
|
|
uint8_t seed[4];
|
|
|
|
} SecureData;
|
2022-04-18 21:32:25 +00:00
|
|
|
|
2021-09-10 00:29:57 +00:00
|
|
|
struct SubGhz {
|
|
|
|
Gui* gui;
|
|
|
|
NotificationApp* notifications;
|
|
|
|
|
|
|
|
SubGhzTxRx* txrx;
|
[FL-1610] SubGhz: scene based application, PT save and replay (#630)
* SubGhz: scene based application
* SubGhz: encoder/decoder separation, DMA streaming, update app and cli.
* SubGhz: 2 stage async tx complete, minor cleanup
* SubGhz: 2 stage async tx complete, FIX state pin end transmit
* SubGhz: Pricenton, receive TE signal
* SubGhz: Pricenton, add save data, add load data
* SubGhz: Add Read scene, Fix pricenton save, load funtion
* SubGhz: Add Read, Receiver, SaveName scene
* SubGhz: Read and Save (pricenton)
* SubGhz: add Load scence
* SubGhz: Fix select file scene, add load scene, add transmitter view, add send tx pricenton
* SubGhz: Fix pricenton encoder, fix transmitter send
* SubGhz: modified Pricenton Encoder (added guard time at the beginning), modified CC1101 config, code refactoring
* SubGhz: Fix pricenton encoder defalut TE
* Archive: Fix path and name SubGhz
* Archive: Fix name app SubGhz
* GubGhz: Came: add Save, Load key
* GubGhz: GateTX: add Save, Load key
* GubGhz: NeroSketch: add Save, Load key
* Github: better linters triggers
* SubGhz: adding fast loading keys Archive -> Run in app
* GubGhz: KeeLog: add Save, Load key, key generation from the serial number of the meter and the button
* SubGhz: format sources and fix compilation
* FuriHal: add subghz configuration description for AGC section
* SubGhz: save only protocols that can be saved. Cleanup.
* Github: lint on pull requests
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-08-12 14:42:56 +00:00
|
|
|
|
|
|
|
SceneManager* scene_manager;
|
2021-03-31 17:52:26 +00:00
|
|
|
ViewDispatcher* view_dispatcher;
|
|
|
|
|
|
|
|
Submenu* submenu;
|
[FL-1610] SubGhz: scene based application, PT save and replay (#630)
* SubGhz: scene based application
* SubGhz: encoder/decoder separation, DMA streaming, update app and cli.
* SubGhz: 2 stage async tx complete, minor cleanup
* SubGhz: 2 stage async tx complete, FIX state pin end transmit
* SubGhz: Pricenton, receive TE signal
* SubGhz: Pricenton, add save data, add load data
* SubGhz: Add Read scene, Fix pricenton save, load funtion
* SubGhz: Add Read, Receiver, SaveName scene
* SubGhz: Read and Save (pricenton)
* SubGhz: add Load scence
* SubGhz: Fix select file scene, add load scene, add transmitter view, add send tx pricenton
* SubGhz: Fix pricenton encoder, fix transmitter send
* SubGhz: modified Pricenton Encoder (added guard time at the beginning), modified CC1101 config, code refactoring
* SubGhz: Fix pricenton encoder defalut TE
* Archive: Fix path and name SubGhz
* Archive: Fix name app SubGhz
* GubGhz: Came: add Save, Load key
* GubGhz: GateTX: add Save, Load key
* GubGhz: NeroSketch: add Save, Load key
* Github: better linters triggers
* SubGhz: adding fast loading keys Archive -> Run in app
* GubGhz: KeeLog: add Save, Load key, key generation from the serial number of the meter and the button
* SubGhz: format sources and fix compilation
* FuriHal: add subghz configuration description for AGC section
* SubGhz: save only protocols that can be saved. Cleanup.
* Github: lint on pull requests
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-08-12 14:42:56 +00:00
|
|
|
Popup* popup;
|
|
|
|
TextInput* text_input;
|
2022-04-10 19:47:37 +00:00
|
|
|
ByteInput* byte_input;
|
2021-09-10 00:29:57 +00:00
|
|
|
Widget* widget;
|
2021-11-11 12:49:19 +00:00
|
|
|
DialogsApp* dialogs;
|
2022-10-05 15:15:23 +00:00
|
|
|
FuriString* file_path;
|
|
|
|
FuriString* file_path_tmp;
|
2022-06-01 13:07:53 +00:00
|
|
|
char file_name_tmp[SUBGHZ_MAX_LEN_NAME];
|
2021-11-11 12:49:19 +00:00
|
|
|
SubGhzNotificationState state_notifications;
|
2021-03-31 17:52:26 +00:00
|
|
|
|
2022-03-03 09:48:56 +00:00
|
|
|
SubGhzViewReceiver* subghz_receiver;
|
|
|
|
SubGhzViewTransmitter* subghz_transmitter;
|
2021-09-10 00:29:57 +00:00
|
|
|
VariableItemList* variable_item_list;
|
2021-03-31 17:52:26 +00:00
|
|
|
|
2022-03-03 09:48:56 +00:00
|
|
|
SubGhzFrequencyAnalyzer* subghz_frequency_analyzer;
|
|
|
|
SubGhzReadRAW* subghz_read_raw;
|
2022-10-02 05:50:41 +00:00
|
|
|
bool raw_send_only;
|
2023-07-06 15:54:39 +00:00
|
|
|
|
2024-01-28 03:45:33 +00:00
|
|
|
bool save_datetime_set;
|
2024-02-15 11:08:10 +00:00
|
|
|
DateTime save_datetime;
|
2024-01-28 03:45:33 +00:00
|
|
|
|
2022-09-27 22:01:09 +00:00
|
|
|
SubGhzLastSettings* last_settings;
|
2023-05-06 14:56:10 +00:00
|
|
|
|
2023-05-09 12:58:56 +00:00
|
|
|
SubGhzProtocolFlag filter;
|
2023-06-13 22:24:05 +00:00
|
|
|
SubGhzProtocolFlag ignore_filter;
|
2023-05-06 14:56:10 +00:00
|
|
|
FuriString* error_str;
|
2022-07-03 18:01:23 +00:00
|
|
|
SubGhzLock lock;
|
2022-07-04 13:09:46 +00:00
|
|
|
|
2023-05-09 09:07:36 +00:00
|
|
|
SecureData* secure_data;
|
|
|
|
|
2022-10-09 16:45:39 +00:00
|
|
|
SubGhzFileEncoderWorker* decode_raw_file_worker_encoder;
|
|
|
|
|
2023-05-05 23:00:26 +00:00
|
|
|
SubGhzThresholdRssi* threshold_rssi;
|
2023-05-06 14:47:49 +00:00
|
|
|
SubGhzRxKeyState rx_key_state;
|
2023-05-09 12:11:54 +00:00
|
|
|
SubGhzHistory* history;
|
2023-05-05 23:00:26 +00:00
|
|
|
|
2023-05-09 09:07:36 +00:00
|
|
|
uint16_t idx_menu_chosen;
|
|
|
|
SubGhzLoadTypeFile load_type_file;
|
|
|
|
|
2022-07-04 13:09:46 +00:00
|
|
|
void* rpc_ctx;
|
2021-03-31 17:52:26 +00:00
|
|
|
};
|
|
|
|
|
2023-05-09 16:10:56 +00:00
|
|
|
void subghz_blink_start(SubGhz* subghz);
|
|
|
|
void subghz_blink_stop(SubGhz* subghz);
|
2022-08-02 12:54:12 +00:00
|
|
|
|
2023-05-09 16:50:01 +00:00
|
|
|
bool subghz_tx_start(SubGhz* subghz, FlipperFormat* flipper_format);
|
2023-06-20 11:28:03 +00:00
|
|
|
void subghz_dialog_message_freq_error(SubGhz* subghz, bool only_rx);
|
2023-05-09 16:33:45 +00:00
|
|
|
|
2022-07-04 13:09:46 +00:00
|
|
|
bool subghz_key_load(SubGhz* subghz, const char* file_path, bool show_dialog);
|
2022-04-07 11:47:47 +00:00
|
|
|
bool subghz_get_next_name_file(SubGhz* subghz, uint8_t max_len);
|
2022-03-03 09:48:56 +00:00
|
|
|
bool subghz_save_protocol_to_file(
|
|
|
|
SubGhz* subghz,
|
|
|
|
FlipperFormat* flipper_format,
|
2022-04-21 16:10:50 +00:00
|
|
|
const char* dev_file_name);
|
2023-05-09 09:07:36 +00:00
|
|
|
void subghz_save_to_file(void* context);
|
Skorp subghz signal archive (#667)
* SubGhz: Add millis() furi, add subghz history struct
* SubGhz: Fix subghz history
* Gubghz: Fix code repeat history, add clean history
* SubGhz: reading and adding keys to history
* Gui: Renaming Sub 1-Ghz -> SubGhz
* Archive: Renaming Sub 1-Ghz -> SubGhz
* SubGhz: Add menu history, modified button for sending a signal, changed output of data about accepted protocol
* Archive: Fix name subghz
* SubGhz: Menu navigation
* Assets: Add assets/SubGHz/icon.png
* Assets: add new icons for subghz
* SubGhz: Fix name Add manually scene
* SubGhz: Fix load icon Read scene. rename encoder struct, rename protocol function load from file, add load raw data protocol, add info pleasant signals all protocol
* SubGhz: fix memory leak
* SubGhz: change of receiving frequency for read scene
* SubGhz: Add save/load frequency and preset, add automatic configuration of transmit/receive to the desired frequency and modulation, add button "save" config scene
* SubGhz: Fix frequency and preset, fix frequency add manualli scene, fix re-executing the parser
* Furi-hal-subghz: add 2-FSK config, fix ook config 650KHz BW Tx filter
* Fix formatting and release build
* SubGhz: Delete read scene
* SubGhz: Fix frequency add manualli scene, refactoring code
* SubGhz: 2 profiles for OOK, fix broken build.
* SubGhz: Add passing static codes from read scene, add notification read scene, refactoring code
* SubGhz: fix assert on worker double stop.
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-08-28 13:51:48 +00:00
|
|
|
bool subghz_load_protocol_from_file(SubGhz* subghz);
|
2021-10-25 14:37:14 +00:00
|
|
|
bool subghz_rename_file(SubGhz* subghz);
|
2022-11-10 17:14:44 +00:00
|
|
|
bool subghz_file_available(SubGhz* subghz);
|
2021-09-28 00:05:40 +00:00
|
|
|
bool subghz_delete_file(SubGhz* subghz);
|
|
|
|
void subghz_file_name_clear(SubGhz* subghz);
|
2022-10-05 15:15:23 +00:00
|
|
|
bool subghz_path_is_file(FuriString* path);
|
2023-05-09 16:33:45 +00:00
|
|
|
SubGhzLoadTypeFile subghz_get_load_type_file(SubGhz* subghz);
|
2023-05-06 13:36:15 +00:00
|
|
|
|
2023-05-06 14:19:02 +00:00
|
|
|
void subghz_lock(SubGhz* subghz);
|
|
|
|
void subghz_unlock(SubGhz* subghz);
|
|
|
|
bool subghz_is_locked(SubGhz* subghz);
|
|
|
|
|
2023-05-06 14:47:49 +00:00
|
|
|
void subghz_rx_key_state_set(SubGhz* subghz, SubGhzRxKeyState state);
|
|
|
|
SubGhzRxKeyState subghz_rx_key_state_get(SubGhz* subghz);
|
|
|
|
|
2022-09-16 14:38:08 +00:00
|
|
|
extern const NotificationSequence subghz_sequence_rx;
|
|
|
|
extern const NotificationSequence subghz_sequence_rx_locked;
|