|
1 | 1 | # Quac! Remote
|
2 | 2 |
|
3 | 3 | ## QUick ACtion Remote Control for Flipperzero
|
| 4 | + |
4 | 5 | This app allows you to organize previously recorded signals, of any type, so that you can quickly and easily play them back. No more needing to recall whether that door is Sub-GHz or RFID! Just navigate to that action in **Quac** and press OK to send!
|
5 | 6 |
|
6 |
| -The app does not provide any recording functionality - you must use the existing Flipperzero apps to create the saved files for your action/device. Additionally, you must manage the folder structure manually on your SD card. |
| 7 | +The app does not provide any recording functionality - you can use the existing Flipperzero apps to create the saved files or import from existing files. Quac! provides some basic functionality to manage your files. Or, you can manage the folder structure manually on your SD card on your PC. |
7 | 8 |
|
8 |
| -* Only Sub-Ghz (.sub) and RFID (.rfid) files are supported at this time, IR is coming soon! |
| 9 | +* Supported files include: Sub-Ghz (.sub), RFID (.rfid), Infrared (.ir), and NFC (.nfc) |
9 | 10 |
|
10 | 11 | ## Features
|
11 |
| -* Playback of rfid, sub-ghz, (and soon IR) signals |
| 12 | + |
| 13 | +* Playback of rfid, sub-ghz, IR, and NFC signals |
12 | 14 | * Easy navigation
|
13 | 15 | * Flexible signal organization
|
| 16 | +* In-app file management |
14 | 17 | * Playlist support
|
15 | 18 | * Flexible naming/sorting, hidden file/folder support
|
16 | 19 | * Customizable UI
|
17 | 20 |
|
18 | 21 | ## Signal playback
|
19 |
| -The signal files are played back as recorded. During playback/transmit, the LED light will flash blue until the action is complete. For RFID signals, they are continuously played back for the duration specified in the Settings. |
| 22 | + |
| 23 | +The signal files are played back as recorded. During playback/transmit, the LED light will flash blue until the action is complete. For RFID and NFC signals, they are continuously played back for the durations specified in the Settings. |
20 | 24 |
|
21 | 25 | ## Signal Organization
|
| 26 | + |
22 | 27 | The key to organizing your Quac interface is to organize your **/ext/apps_data/quac** folder structure. The UI is derived directly from the filesystem structure. Every individual file/signal is assigned a button. This is an "action". And every folder/directory is a logical group of more files/folders. Selecting a group in the UI will show you the contents of that folder. There is no limit on the number of actions or folders - nest as deep as you want!
|
23 | 28 |
|
24 |
| -You can organize your files by device type, or by function. For example, you may have a folder of "TV" actions, which correspond to Channel Up, Channel Down, Volume Up, Volume Down, etc. Or you may have a "Work Access" folder, which contains files/actions that correspond to Parking Gate, Garage Door, Lobby Entrance. |
| 29 | +You can organize your files by device type, or by function. For example, you may have a folder of "TV" actions, which correspond to Channel Up, Channel Down, Volume Up, Volume Down, etc. Or you may have a "Work Access" folder, which contains files/actions that correspond to Parking Gate, Garage Door, Lobby Entrance. |
25 | 30 |
|
26 | 31 | The files in a folder can be of mixed types. **This is Quac's main strength!** So continuing with the "Work Access" example, the Parking Gate can be Sub-Ghz and the Garage Door can be RFID.
|
27 | 32 |
|
28 | 33 | ## Playlists
|
| 34 | + |
29 | 35 | You can chain multiple signal playback actions together by creating a playlist. Simply create a text file which contains a list of paths to the signals you wish to transmit - they will be played sequentially. Playlist names show up as clickable button, like all other individual signals/actions.
|
30 | 36 |
|
31 |
| -Errors found in the playlist will halt playback and vibrate the F0. Blank lines are ignored. |
| 37 | +Errors found in the playlist will halt playback and vibrate the Flipperzero. Blank lines are ignored. |
32 | 38 |
|
33 | 39 | ## Settings
|
34 | 40 |
|
35 | 41 | The settings menu will appear as the last item when you are viewing the "root" directory. Within the settings you can control:
|
36 |
| -- Layout: Switch between Horizontal and Vertical layout |
37 |
| -- Show Icons: Toggles display of all icons |
38 |
| -- Show Headers: Toggles display of header/folder text at the top, giving you room for one more item on screen! |
39 |
| -- RFID Duration: Changes the length of time a RFID signal is transmitted. Can be overridden, per RFID file in a Playlist |
| 42 | + |
| 43 | +* Layout: Switch between Horizontal and Vertical layout |
| 44 | +* Show Icons: Toggles display of all icons |
| 45 | +* Show Headers: Toggles display of header/folder text at the top, giving you room for one more item on screen! |
| 46 | +* RFID Duration: Changes the length of time a RFID signal is transmitted. Can be overridden, per RFID file in a Playlist |
40 | 47 |
|
41 | 48 | **More information can be found in the Git repository**
|
0 commit comments