![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Hi All, I have written some code which generates an SIRC signal which tells my TV to mute (much to my wife's annoyance). Thing is; for it to work I send the signal, wait 45ms (Thanks to Nigel's tutorials), and then send the signal again for it to work. Is this usual for Sony devices? Mark | |
| |
| | (permalink) |
| I'm not sure what you need.But you have done that. SIRC for Sony devices.Just change the Device ID so you can use with Sony VCR/DVD etc..... Last edited by Gayan Soyza; 18th August 2008 at 06:43 AM. | |
| |
| | (permalink) |
| It could be the automatic level control that takes time to adjust. What happens if you send a different command followed by the mute command? Mike. | |
| |
| | (permalink) | |
| Quote:
As Pommie suggests, it may be the time taken for the AGC to settle down, bear in mind there is no preamble sent - so the first set of pulses may be used as preamble?. | ||
| |
| | (permalink) | |
| Quote:
http://picprojects.org.uk/projects/sirc/ Last edited by geko; 18th August 2008 at 11:16 AM. | ||
| |
| | (permalink) |
| But I have an ancient sony TV remote RM 626 model its bit different format supported.not 12,15,20 bits............. | |
| |
| | (permalink) | |
| Sorry for not getting in touch sooner, I don't get much chance to do electronics. Quote:
Ok, here are the results, if I send the mute once and then channel+ nothing happens. If I send the Channel+ twice my TV responds. So I think that answers my question, Sony kit likes to see a code more than once within a particular time frame (probably 45ms but I won't bother checking). Thanks to all for your help. Mark | ||
| |
| | (permalink) |
| Geko suggested that it's always sent a minimum of three times, so if you're not doing it from a button like a remote control, then perhaps you should send it three times?. | |
| |
| | (permalink) |
| Most remote controls send the command packet 3 times. I've always heard that it's to increase reliability. The receiver compares the packets and if they aren't the same it throws them away. I don't know if they do 2 out of 3 or what. | |
| |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Title | Starter | Forum | Replies | Latest |
| Nigels SIRC Coding Some Doubts | Suraj143 | Micro Controllers | 11 | 31st March 2008 04:51 AM |
| JuneBug SIRC RX - Complete | UTMonkey | Micro Controllers | 71 | 4th March 2008 01:09 PM |
| Which IR protocal is easier to decode, Sony SIRC or Philips RC5 | blueroomelectronics | Micro Controllers | 5 | 14th January 2008 01:17 AM |