peterhinch / micropython_remote

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

Does your code also work for a CC1101 module? #10

Open GestoerteBaecker opened 3 months ago

GestoerteBaecker commented 3 months ago

Hi, i am quite new to Raspberry Pi programming and also RC. I have a Raspberry Pi pico W and wanted to use your MicroPython solution, but with a CC1101 module (https://www.amazon.de/Funkmodul-RUIZHI-%C3%9Cbertragungsmodul-Antennenanschluss-Kompatibel/dp/B0CPY5386Z/). Do you know, if it will work and if so do i need to adapt your settings / code somehow? I am sorry for asking so dumb. Thank you!

peterhinch commented 3 months ago

I don't think it's really suitable. The basic concept is to capture the signals from an existing remote control so that they can be replicated under program control. If your aim is to design a remote control transmitter and receiver I suggest you search for a library which is a better match to that task. Try https://awesome-micropython.com/