Skip to content

Support for VIZIO TV and Soundbar IR #13

Open
@jeff-borghoff

Description

@jeff-borghoff

Hello @peterhinch , I've been working with your IR module and for a reason I've not been able to determine, I can't capture or send IR signals that will work with the VIZIO IRs.

My dev box is a Ubuntu Linux laptop and I'm using a Raspberry PI Pico. Also, using
https://smile.amazon.com/gp/product/B01E20VQD8/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1

I've done some research and it may be that VIZIO and maybe VIZIO is using NEC. Is this different from NEC_8 or NEC_16?

If this is currently unsupported, could VIZIO IR support be added.

I also tried the code for Unsupported protocols.

from ir_rx.acquire import test
import ujson
lst = test()  # May report unsupported or unknown protocol
with open('burst.py', 'w') as f:
    ujson.dump(lst, f)

Where does the burst.py write to?

Many thanks Peter.

Jeff

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions