sui77 / rc-switch

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

Does not work with remote NICE for stores #430

Open aterzaghi opened 2 years ago

aterzaghi commented 2 years ago

Hello, thanks for you your wonderful library. I was looking to grab and reproduce the commands of this remote in order to automate them in an Arduino/Pi/Nodered infrastructure.

https://www.habitat-automatisme.com/nice-plano-era-p1.html

I loaded your example ReceiveDemo_Advanced with no changes and connected a normal 433MHy device to pin #2

https://www.banggood.com/Geekcreit-433Mhz-RF-Decoder-Transmitter-With-Receiver-Module-Kit-For-ARM-MCU-Wireless-Geekcreit-for-Arduino-products-that-work-with-official-Arduino-boards-p-74102.html?ab_toppage_rr1=2&p=MA240439985285201910&cur_warehouse=CN

your library do not detect the remote... maybe there is any hope, just tweaking something? many thanks Andrea

pierzogad commented 2 years ago

Did you start with connecting receiver only or both receiver and transmitter? If transmitter is present you need to add mySwitch.enableTransmit(<transmitter pin>);

aterzaghi commented 2 years ago

Dear Pierzogad,

thank your for your answer. I followed exactly what described in the page, just copying the code that compiled perfectly and attaching receiver ONLY.

thank you for any idea.