Нет описания

David Lee 3087d4b2ad Fixed initial crash after creation of chain with Subghz element 1 год назад
docs 3087d4b2ad Fixed initial crash after creation of chain with Subghz element 1 год назад
helpers 3a3a767b87 Changed subghz_protocol_registry source 1 год назад
icons 2383b0f910 Added int keyboard 1 год назад
models 3087d4b2ad Fixed initial crash after creation of chain with Subghz element 1 год назад
scenes 3087d4b2ad Fixed initial crash after creation of chain with Subghz element 1 год назад
screenshots 83d453ad36 Moved to new repo, updated for compatibility to 0.95.0-RC 2 лет назад
views bc568262a6 refactor xremote_cross_remote methods, fixed RAM leak 2 лет назад
.clang-format 83d453ad36 Moved to new repo, updated for compatibility to 0.95.0-RC 2 лет назад
README.md d5256ed583 Added IR Timing feature 1 год назад
application.fam 3087d4b2ad Fixed initial crash after creation of chain with Subghz element 1 год назад
xremote.c 2383b0f910 Added int keyboard 1 год назад
xremote.h 2383b0f910 Added int keyboard 1 год назад
xremote_i.h 3087d4b2ad Fixed initial crash after creation of chain with Subghz element 1 год назад

README.md

Flipper Zero Cross Remote

Current State

  • Infrared working
  • SubGhz working
  • Pause working
  • IR Timing features working

What this is?

This app combines commands used in IR and SubGhz into playlists that can be run with one click

What good is this?

Imagine you want to sit down and watch a movie after a long days work.
Your probably do something like the following

  • Turn on your TV with the IR TV remote
  • Turn on your Bluray player with the Blueray IR remote
  • Turn on your surround sound with the speaker IR remote
  • Turn on your ceiling fan using a subGhz remote
  • Turn on your AC using another remote
  • etc

    Wouldn't it be nicer to simply click one button and let everything happen? This is what this app wants to do.

Features

  • Select commands from saved subGhz transmissions
  • Select commands registered with the IR App (choose from the created remote buttons)
  • Chain these commands using an easy UI
  • Save chained commands to a file
  • Add pauses, becaue target systems are not always fast enough for multiple commands
  • Run file containing chained IR & SubGhz commands

Limitations

SubGhz commands will stop working if you move/rename/delete the original files on your Flipper. This is because of how the Flippers SubGhz worker expects data.

How to install on Flipper Zero

  • If you do not have one, download a firmware
  • Plug your Flipper Zero in via USB.
  • Copy the contents of this folder into the applications_user folder of your firmware.

Then run the command:

.\fbt launch_app APPSRC=applications_user/xremote

The application will be compiled and copied onto your device.

Licensing

This code is open-source and may be used for whatever you want to do with it.