Technically, because TV-B-Gone is a brand name, this is a "TV-B-Gone clone."
The TV-B-Gone is a neat little device that can turn almost any TV on or off. It uses a microcontroller hooked up to IR LEDs to output a library of on/off codes. Adafruit sells a kit, and has the code as well as the schematic on their website.
Here's a micro clone of the TV-B-Gone that runs on a coin cell battery, is slightly bigger than a quarter, and costs about $3.50 (compared to $20) to make!
Remove these ads by
Signing UpStep 1Materials and Tools
Materials:
- Attiny85v microcontroller - $1.82
- CR2032 battery holder - $0.62
- 8MHz resonator - $0.50
- Wide-angle IR LED - $0.20
- Narrow-bean IR LED - $0.18
- NPN transistor - $0.10
- 150 ohm resistor - $0.05
- 22uf capacitor - $0.02
- Small pushbutton - $0.27 (note: this is slightly different than the one I used)
You will also need some 2032 batteries to power it. DON'T FORGET!
Tools:
- AVR programmer (I used a USBtinyISP, a good, cheap programmer made from a kit)
- Computer with internet access; I predict you are using one right now :-)
- Soldering iron with solder
- Helping hands tools, very helpful
TV-B-Gone micro.sch122 KB| « Previous Step | Download PDFView All Steps | Next Step » |





























































Thanks, DARK SPONGE
http://forums.adafruit.com/viewtopic.php?f=23&t=24377
in order to change between American and European codes. I don't know how well either of these codes would work in Malaysia, it depends on where the TVs there come from and if they are different models. Most likely they are not, but that's just my initial thought.
i have a very limited knowledge of electronics and i would really appreciate a reply, do you think that, as i have no way of programming a micro-controller i could use this: http://www.adafruit.com/category/20 without changing any of the other steps? this guy used it but his instructions aren't that clear: http://www.instructables.com/id/Sonic-ScrewDriver-TVBG/
do you think you can shed any light?
thanks
Im from Germany and want to build this too, but i dont have found any ATtiny85V-10PU.
What I have found is an ATTINY 85V-10 SU ( I think this is the SMD version of the controller)
Can I use it instead of the PU-version?
thx
Another thing you might want to consider is adding a switch to change between US and European TV codes, which might be useful if you use it in Germany.
http://forums.adafruit.com/viewtopic.php?f=23&t=24377
Good luck and have fun!
when I build the circuit with both regions, can i use the circuit from your linked site instead of the circuit from here?
And there are a few questions i have about the circuit from the link:
1. Where did the connections from LSP1 and LSP2 are going to?
2. Where can i find the crystal in the libary of eagle?
3. The GND and VCC connections are in series or parallel?
thanks
attiny from adafruit??
Anyway thanks again, SHP next :)
I have an Arduino to ATtiny programmer...do you think that would work?
Thanks,
Tyro
I ran into a problem with programming the attiny. I do not have programmer you used. Is it possible to program it with arduino? and set the fuse somehow?
Do you know if that is possible?
Because in the arduino program there is an option for Attiny
Thank you