Author Topic: TV box anti-sleep I.R. transmitter?  (Read 5023 times)

0 Members and 1 Guest are viewing this topic.

Offline toysareforboysTopic starter

  • Contributor
  • Posts: 11
TV box anti-sleep I.R. transmitter?
« on: May 24, 2014, 03:03:13 am »
I have an IPTV digital TV box (Entone Kamai 500) that goes to sleep every 1hr 15mins, right in the middle of watching a movie! It's super duper annoying, and in order to conserve bandwidth, the provider says they won't change the idle timer (not even to only kick out at the end of the current program or movie! wow).

So, I've done some testing, and hitting one of the buttons on the remote produces nothing on the display, but does reset the timer.

What I would like to do is build a simple circuit that could capture/record the I.R. signal from a button press, then spit out that button press I.R. signal every 60 mins.

I've seen the USB IR Toy v2 and because it's programmable I assume I should be able to make it capture the I.R. signal then spit it out every 60 mins! Just provide it with 5v power (the IPTV box has an unused USB port already!) and it'll sit there and chirp away, hopefully! http://dangerousprototypes.com/docs/USB_IR_Toy_v2

I've ordered it for $23 shipped, smokin deal.

Do you think I'll be able to make it do what I need? Once I receive it I'll do some experimenting and can post up any information that's needed (to help me program it! :D).

Thank you for any information you can provide.

-Jamie M.
 

Offline TVman

  • Frequent Contributor
  • **
  • Posts: 260
  • Country: us
  • Life is A bunch of people staring at computers. ;)
Re: TV box anti-sleep I.R. transmitter?
« Reply #1 on: May 24, 2014, 03:16:36 am »
Sounds like A good idea. :-+

Did you know that some TV boxes have cameras in them?
The government IS Evil! >:D
http://www.propagandamatrix.com/articles/february2009/021809_spy_camera.htm
Yeah, I play Minecraft!
But I'm on here more because I learn more. :D
 

Offline toysareforboysTopic starter

  • Contributor
  • Posts: 11
Re: TV box anti-sleep I.R. transmitter?
« Reply #2 on: May 24, 2014, 03:26:04 am »
Sounds like A good idea. :-+

Did you know that some TV boxes have cameras in them?
The government IS Evil! >:D
http://www.propagandamatrix.com/articles/february2009/021809_spy_camera.htm
Scary!!! Hopefully this one doesn't have a camera in it and notices me snoozing in the middle of a movie but the box doesn't go to sleep! lol.

-Jamie M.
 

Offline TVman

  • Frequent Contributor
  • **
  • Posts: 260
  • Country: us
  • Life is A bunch of people staring at computers. ;)
Re: TV box anti-sleep I.R. transmitter?
« Reply #3 on: May 24, 2014, 03:35:03 am »
They put these cams in the "boxes"
To see our reactions to different adds. :--
Plus it's also invades YOUR privacy! :-- :-- :palm:
Yeah, I play Minecraft!
But I'm on here more because I learn more. :D
 

Offline TVman

  • Frequent Contributor
  • **
  • Posts: 260
  • Country: us
  • Life is A bunch of people staring at computers. ;)
Re: TV box anti-sleep I.R. transmitter?
« Reply #4 on: May 24, 2014, 03:36:55 am »
Oh and if possible go see if there is A camera in YOUR thing and Destroy :palm: it!
Yeah, I play Minecraft!
But I'm on here more because I learn more. :D
 

Offline Monkeh

  • Super Contributor
  • ***
  • Posts: 8218
  • Country: gb
Re: TV box anti-sleep I.R. transmitter?
« Reply #5 on: May 24, 2014, 03:48:53 am »
Don't mind TVman, he's just read some conspiracy theory BS.
 

Offline TVman

  • Frequent Contributor
  • **
  • Posts: 260
  • Country: us
  • Life is A bunch of people staring at computers. ;)
Re: TV box anti-sleep I.R. transmitter?
« Reply #6 on: May 24, 2014, 04:03:08 am »
Don't mind TVman, he's just read some conspiracy theory BS.
Oh shutup. :palm:
Yeah, I play Minecraft!
But I'm on here more because I learn more. :D
 

Tac Eht Xilef

  • Guest
Re: TV box anti-sleep I.R. transmitter?
« Reply #7 on: May 24, 2014, 04:22:56 am »
One of the joys of being an adult is waiting for and watching the moments when a kid realises just how much they've wasted by being a dick, and that they need to grow up a bit.

Maybe that's what the cameras are really for?
 

Offline TVman

  • Frequent Contributor
  • **
  • Posts: 260
  • Country: us
  • Life is A bunch of people staring at computers. ;)
Re: TV box anti-sleep I.R. transmitter?
« Reply #8 on: May 24, 2014, 04:35:34 am »
Maybe... ;) :D
I do learn a lot from this forum.  :P ::)
Yeah, I play Minecraft!
But I'm on here more because I learn more. :D
 

Offline TheBorg

  • Frequent Contributor
  • **
  • Posts: 345
  • Country: us
  • Hoping to start an EE degree soon...
Re: TV box anti-sleep I.R. transmitter?
« Reply #9 on: May 24, 2014, 04:43:28 am »
Don't mind TVman, he's just read some conspiracy theory BS.
Oh shutup. :palm:
Just looking at the URL on the site, much less the topics listed, and above all the ads that popup...  :-DD
Youtube Channel - Assimilated Circuits
We are Borg. You will be assimilated. Resistance is futile.
 

Tac Eht Xilef

  • Guest
Re: TV box anti-sleep I.R. transmitter?
« Reply #10 on: May 24, 2014, 08:42:57 am »
Sorry toysareforboys, just realised that amongst all the :blah: no-one (me included) has actually tried to answer your question... :palm:

Looks like the unit you linked is basically an IR transceiver - it receives the signal, decodes it, and sends the result via USB or serial; you can also talk to it via USB or serial and have it send a signal. By itself it doesn't read & play back IR signals; it needs a PC or microcontroller to listen to what it's received and tell it what to send.

That said: it's based on a PIC microcontroller, it's got a bootloader, and the firmware is available. If you're happy programming in Microchip C & uploading new firmware, it should be quite possible to modify the firmware to read, record, and send IR signals by itself.

Hope that helps...
 

Offline toysareforboysTopic starter

  • Contributor
  • Posts: 11
Re: TV box anti-sleep I.R. transmitter?
« Reply #11 on: May 24, 2014, 01:56:58 pm »
That said: it's based on a PIC microcontroller, it's got a bootloader, and the firmware is available. If you're happy programming in Microchip C & uploading new firmware, it should be quite possible to modify the firmware to read, record, and send IR signals by itself.
That is my hope! I'm a basic and PHP guy myself so won't have much luck with C but I have a few friends that are good with C.

The developer said it does contain the hardware to capture and reply the signal all by itself, they just never wrote that into the firmware.

-Jamie M.
 

Offline NiHaoMike

  • Super Contributor
  • ***
  • Posts: 9374
  • Country: us
  • "Don't turn it on - Take it apart!"
    • Facebook Page
Re: TV box anti-sleep I.R. transmitter?
« Reply #12 on: May 24, 2014, 03:43:27 pm »
Arduino would be easier for beginners.
Cryptocurrency has taught me to love math and at the same time be baffled by it.

Cryptocurrency lesson 0: Altcoins and Bitcoin are not the same thing.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf