TOP Contributors

  1. MIKROE (2656 codes)
  2. Alcides Ramos (353 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136839 times)
  2. FAT32 Library (69994 times)
  3. Network Ethernet Library (55982 times)
  4. USB Device Library (46292 times)
  5. Network WiFi Library (41895 times)
  6. FT800 Library (41204 times)
  7. GSM click (29011 times)
  8. PID Library (26422 times)
  9. mikroSDK (26391 times)
  10. microSD click (25384 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

InfraRed Remote Rx Sony IR protocol using interrupts

Rating:

0

Author: Robin Day

Last Updated: 2016-02-22

Package Version: 1.0.0.0

Category: Communication

Downloaded: 632 times

Followed by: 2 users

License: MIT license  

A simple receiver that receives Sony Protocol Infrared TV remote Signals from IRclick in mikroBUS 1 socket of EasyPIC7. For PIC12F1822 and PIC18F45K22

Light LEDs (or operate relays using drivers) in response to Sony Tv IR remote

Due to popular demand... This code uses interrupts, so that other code can run without waiting for IR input

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "InfraRed Remote Rx Sony IR protocol using interrupts" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "InfraRed Remote Rx Sony IR protocol using interrupts" changes.

Do you want to report abuse regarding "InfraRed Remote Rx Sony IR protocol using interrupts".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

29 Nov 2015 - PIC18F45K22 version added

28 Nov 2015 - second version lights LEDs (or toggles relays) in response to Sony TV remote number buttons 1 to 4. 9 for all on, 0 for all off.

28 Nov 2015 - Improved version - 32MHz fosc - 115200 baud and better comments

27 Nov 2015 first version - will probably add other, more useful versions and for more PICs over time

ALSO FROM THIS AUTHOR

Serial to GLCD for EasyPIC7

5

I found a need to build my own serial GLCD (text only). Thought I might share it in case someone else had an interest. Demonstrates circular UART buffer with interrupt and simple use of GLCD for text.

[Learn More]

Infrared Tx Rx Samsung Sharp NEC Sony RC5 RC6 MCE Toshiba JVC IR - EasyPIC7 - PIC12 - MMB18 - MMB33 - ARM - Fusion PIC32

5

Transmit IR on RC2 of EasyPIC7 or Decode IR protocols using 38KHz 3-pin receiver chip on RC0 of EasyPIC7 - also PIC12 IR Tx/Rx and MMB Tx. See C file header text for details. Now Beta PIC32 IRclick too.

[Learn More]

PIC18F47Q10 on EasyPIC v7a RTC and EEPROM monitor

0

I wanted to use a PIC18 Q with mikroE tool chain, but found support to be frustratingly limited. Solution - make a PIC18FxxQ10 SDK monitor project, but ignore everything SDK Libraries unavailable, so I had to roll my own functions Not sure there is any real point Maybe it will spark better ideas

[Learn More]