From e3d43a40a9d7f57be6cfa809a21438b8f972cfb9 Mon Sep 17 00:00:00 2001 From: aanper Date: Sun, 2 Aug 2020 07:28:36 +0300 Subject: [PATCH] add ir --- README.md | 2 ++ wiki/ir.md | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 wiki/ir.md diff --git a/README.md b/README.md index 42a42d74..8ecd26e0 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,5 @@ Kickstarter page: [kickstarter.com](https://www.kickstarter.com/projects/flipper * [125 kHz RFID](wiki/125khz-rfid.md) * [iButton contact keys](wiki/ibutton.md) * [U2F/FIDO2 security token](wiki/security-token.md) +* [infrared transmitter](wiki/ir.md) + diff --git a/wiki/ir.md b/wiki/ir.md new file mode 100644 index 00000000..dc93438f --- /dev/null +++ b/wiki/ir.md @@ -0,0 +1,11 @@ +# Infrared transmitter + +The infrared transmitter can send any signal to control electronics such as TV, air conditioners, stereo systems, and others. + +Flipper contains a built-in library of common remote commands like switching on/off, changing volume or adjusting temperature, and so on. This library is constantly updated by Flipper community users that upload new signals to Flipper's IR remote database. + +# Infrared learning feature + +At the same time, the IR receiver can catch signals and save them to the memory, so you can store any of your personal remotes and transmit it later, as well as upload it to the public database to share with other Flipper users. + +Flipper's infrared eye can automatically detect baud rate, frequency, and modulation of the IR signals it captures without any configuration. That allows you to easily capture and store signals from all your remotes and other IR appliances. \ No newline at end of file