peterhinch / micropython_remote

Capture and replay 433MHz remote control codes. Control remote switched power adaptors.
MIT License
70 stars 11 forks source link

Test sample file #6

Closed Christoph1111 closed 2 years ago

Christoph1111 commented 2 years ago

Can you provide a sample test file? I just want to send and test it.

peterhinch commented 2 years ago

I don't think such a file would be any use. I have tested a number of different units and they all have different protocols. This is deliberate, to ensure that a remote control only affects the receiver of that manufacturer. If I provided a file you could transmit it, but the result would be undetectable because your receiver wouldn't recognise it.

You need to capture the signal from your transmitter so that you can replay it to the matching receiver.

Christoph1111 commented 2 years ago

Thanks for answering, I just want to replace my arduino senders which just send some integers via ask (RH_ASK from radiohead library) to my receiver. I don't have a pico receiver. For that I need just a text sample. Thanks in advance.

peterhinch commented 2 years ago

OK, I've put a file here. It has two keys, "on" and "off" and operates a remote control in my living room.

besi commented 2 years ago

It would be useful to have a sample file in the repository. Also to know the structure of the data.

peterhinch commented 2 years ago

OK, I've now done this.