Skip to content

A device that remembers the last IR signal taught to it and triggers an action when the same signal is received again

License

Notifications You must be signed in to change notification settings

ssp5zone/programmable-ir-remote-trigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Microchip's PIC based Programmable IR Remote Reader/Trigger

A device that remembers the last IR signal that was taught to it and triggers some action when the same signal is received again.

Note: The program is written for MPLab-C18 compiler for Microchip's PIC 18F family micro-controllers.

To teach it,

  1. Start the device.
  2. Point any IR remote (TV/AC/Toy etc.) to the reader.
  3. Press a button till read-completed LED glows.

To use it,

  1. Put your code below while burning to device,
void doStuff() {
	// do whatever you want here
}
  1. Press the same button on the remote again.

About

A device that remembers the last IR signal taught to it and triggers an action when the same signal is received again

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages