Sony IR Remote


Results 1 to 40 of 41

Thread: Sony IR Remote

Threaded View

  1. #11
    Join Date
    Dec 2008
    Location
    Ploiesti, ROMANIA
    Posts
    582


    Did you find this post helpful? Yes | No

    Default ...me again...

    ...with some modification ; the results are now OK (in simulation, hope in real-world too !).
    Code:
    TRISIO  = %00111110
    ANSEL=0
    OPTION_REG.7=0
    IOCB=%00111110
    ...and (of course !) ...
    Code:
    if but1=0 then  vol_up
    if but2=0 then  vol_down
    if but3=0 then  btn_up
    if but4=0 then  btn_down
    if but5=0 then  mute
    ...and at last...
    Code:
    vol_up:
        delay = 970 '(970 us low + 970 us high + 660 us low = 2600 us pulse total time)
        gosub ir_out
    The results are like in picture; hope testing "in vivo" tomorrow...
    Attached Images Attached Images  

Members who have read this thread : 1

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