jdeneef / ha_gpiod

gpiod based RPI gpio switches and sensors
https://github.com/jdeneef/ha_gpiod
MIT License
9 stars 1 forks source link

RF reading #8

Open TonsiTT opened 6 days ago

TonsiTT commented 6 days ago

I have a rf reciever connected to gpio pins. Do you think it would be possible to read the codes from them via this addon?

jdeneef commented 6 days ago

I'm no expert, but I don't think so. The python GPIOD library is for reading/writing on/off. For addressing something like an RF receiver you probably need UART functionality which can be addressed using the pythons serial library.