Skip to content

An abandoned attempt to control the IR blaster on my Note 4 using Android's ConsumerIrManager API.

Notifications You must be signed in to change notification settings

matthew-richard/note4-remote

Repository files navigation

Note4 IR Remote

The Galaxy Note 4 comes with a built-in IR blaster that's capable of controlling a wide range of devices, including TVs, projectors, game consoles, and set-top boxes. This repo contains an Android app that uses the OS's ConsumerIrManager API to control the IR blaster and communicate with the user's device.

The app should in theory work on any Android device with an IR blaster, but it's been tested only on a Note 4.

The boilerplate code for accessing ConsumerIrManager comes from here.

The app is a work in progress.

Future goals

  • UI: Add an intuitive UI that allows the user to select their current device and see the list of signals that can be sent to it.
  • Web scraping: Allow a user to input a URL from remotecentral.com, e.g. this URL, and have the page's IR control codes be imported into the app, allowing the user to leverage Remote Central's community-built database of IR control codes.

About

An abandoned attempt to control the IR blaster on my Note 4 using Android's ConsumerIrManager API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages