TV-B-Gone in MicroPython #17326
Replies: 3 comments 7 replies
-
💡Do you think that approach could also be used to record and replay signals with reliable timing ? either on esp32 or rp2.PIO ? |
Beta Was this translation helpful? Give feedback.
-
Haha, very good. Good. Preventing others to watch TV is a good thing. It could save many brain cells. For replay attacks this RMT could be helpful, if reading pulses were implemented: https://docs.micropython.org/en/latest/library/esp32.html#esp32-rmt Maybe someone is willing to do it. |
Beta Was this translation helpful? Give feedback.
-
My micropython_ir library includes an experimental module which enables an unknown IR stream to be captured for replay. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As a fun project, I wrote a version of the classic TV-B-Gone tool (which just emits lots of power-toggle IR remote codes for different TVs) yesterday.
The codes came from a universal remote control, so should be more up to date for those of us in North America.
https://github.com/bikeNomad/micropython-tv-b-gone
Beta Was this translation helpful? Give feedback.
All reactions