sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.
1.89k stars 651 forks source link

Rc-switch read car key problem #471

Open lraton opened 1 year ago

lraton commented 1 year ago

I'm using rc-switch with fs1000a (433Mhz) module and it works fine, but i'm trying to read my car key (with the rolling code i can't use that input for nothing, just for learning) but it doesn't read anything (is 433mhz).

WagnerDeQueiroz commented 1 year ago

Iraton, can you show your code and circuit of your transmitter? I have this board fs1000a here and I have oposite problem what you have, My devices (remote controls) transmit to my MX-RM-5V LEARN Code (28bit) with low distance, using a ESP32 and https://github.com/sui77/rc-switch/tree/master/examples/ReceiveDemo_Simple.... I create a Issue about this here:

https://github.com/sui77/rc-switch/issues/474

lraton commented 1 year ago

I use the same code as u, the rc-switch demo for receiver and transmitter