IR Counter


Results 1 to 13 of 13

Thread: IR Counter

Threaded View

  1. #8
    Join Date
    May 2009
    Posts
    4


    Did you find this post helpful? Yes | No

    Default

    Thank you picster and Roger for the information you presented.

    I finally captured the signal from my remote as dhouston suggested. I couldn't get Loop Recorder to capture the signal, but I did get it with a different program (http://www.passmark.com/products/soundcheck.htm). I attached a copy of the signal I captured. It is from a Hitachi CLU-5722TSI remote's channel up button. The bottom one is the full signal. The top ones are of the signal divided into two segments.

    The signal seems to follow this protocol that I found for Hitachi.
    Code:
    Code length:            32 bits
    Carrier:                39.2kHz
    
    The code is only transmitted once, and after that a stop code is transmitted.
    
    
    
    	     +--------------------------------+                   
    Header:      |                                |                  
    	     +                                +----------------+..
    			    16T                       8T
    			   8.8ms                     4.4ms
    
    	     +--+      
    1 is coded:  |  |      
    	   ..+  +------+..
    	      T   3T
    
    	     +--+  
    0 is coded:  |  |  
    	   ..+  +--+..
    	      T  T 
    			 +--+
    			 |  |
    After the last bit a ( ..+  +  ) is transmitted to terminate the last bit.
    			  T
    
    	      +--------------------------------+        +--+
    Stop code:    |                                |        |  |
    	      +                                +--------+  +
    			      16T                  4T     T
    			     8.8ms                2.2ms
    
    T = 550us
    What should the next step be? Should I try to write some code using PULSIN to read the incoming IR signal?
    Attached Images Attached Images  

Similar Threads

  1. Conway's Game Of Life
    By wellyboot in forum mel PIC BASIC Pro
    Replies: 45
    Last Post: - 28th May 2020, 06:14
  2. Replies: 17
    Last Post: - 12th April 2014, 02:17
  3. 20 Digit Virtual LED Counter
    By T.Jackson in forum Code Examples
    Replies: 9
    Last Post: - 19th November 2007, 05:02
  4. PIC10F200 Automated IR Light Switch
    By Bruce in forum Code Examples
    Replies: 7
    Last Post: - 3rd May 2007, 11:40
  5. Microcontroller with 2 way paging application problem
    By oneohthree in forum mel PIC BASIC Pro
    Replies: 30
    Last Post: - 20th April 2007, 17:27

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts