Arduino-TV-B-Gone icon indicating copy to clipboard operation
Arduino-TV-B-Gone copied to clipboard

The TV-B-Gone software ported to the Arduino platform

Results 8 Arduino-TV-B-Gone issues
Sort by recently updated
recently updated
newest added

It appears that over time the v1.3 code works with fewer and fewer TVs - what is the best available resource to find updated IR codes for new makes/models? Thank...

I have facing troubles with LG TV in Brazil. It doesn’t work. Someone knows what is its code?

This project uses timer2 (presumably for PWM for IR output in `xmitCodeElement`), which is not available on the ATTiny85. This means that it will not run on Arduino-compatibles based on...

Hi, When I printed the timing info I observed that for "code_na007Code" the ti is exceeding the limits of "code_na007Times". I cannot fix as I don't have original timing sequence.

Error on line 293 of the .ino //DEBUGP(uint16_t x = (freq+1) * 2; // original error Must be : DEBUGP(uint16_t x = (freq+1) * 8; // Invert freq_to_timerval function and...

I have tried it on Ardunio Nano and various Pro Mini boards and none of them seem to be working properly. Not sure exactly what the issue is but I...

Hello folks! I tried to compile this code for ATtiny85 with Arduino IDE 1.8.19. The first issue was, that some variables weren't defined. After defining them in the ino-file, `#if...

@shirriff Is there a way to do something like include this in another project as a library or something? Like, instead of having to integrate this into one's project, one...