milaq / rpi-rf

Sending and receiving 433MHz signals with cheap GPIO RF modules on a Raspberry Pi
BSD 3-Clause "New" or "Revised" License
499 stars 179 forks source link

Conversion for Raspberry Pi Pico #65

Open pbillerot opened 2 years ago

pbillerot commented 2 years ago

I am converting this class for the raspberry pi Pico. La fonction "format" n'existe pas dans le micropython 1.19.1 What does the "format" function do in rpy_rf.py

114 rawcode = format(code, ...)[2:]

Thank you in advance for your answer.

mguinness commented 1 year ago

Were you able to make any progress with the conversion? I found micropython_remote project which has basic receiving functionality and also pico433mhz which looks promising, but a port of rpi-rf would be great if anyone has been able to do it.

UPDATE: It appears that the pico433mhz project includes a version of rpi-rf converted to micropython. See Comparison of rpi-rf for the changes made. @milaq Is this something you can include in your repo or publish to PyPi as micropython.rpi-rf?