peterhinch / micropython_remote

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

help with my code #7

Closed projetoarduino closed 2 years ago

projetoarduino commented 2 years ago

Hello, I'm using your code but it doesn't deliver an address (id), so I started working on some modifications to a code that I already used in the arduino, with this something that looks like an address, but the Anti-Code that would be the 1010 at the end or beginning of the code is not valid and I can't extract the data or button1 and button2.

Would you help me ?

https://github.com/projetoarduino/rf433-ht6p20-micropython

peterhinch commented 2 years ago

The code you link to does not use this library, so this query should be raised in Discussions not in this bug tracker.

If anyone is to help, you need to give a much clearer description of what you are trying to do, what hardware you are using, and what is the outcome when you run your code.