433mhz rf arduino connection

Hi

For rf 433mhz receiver data pin is connected to din pin 11 of arduino uno.

my question is can i use another pin? i see as default it is set to 11 pin if i use any other how to setup the pin?

Your topic was MOVED to its current forum category which is more appropriate than the original as it has nothing to do with Installation and Troubleshooting of the IDE

What library or example are you using that uses Pin 11 as the default?

RadioHead Amplitude Shift Keying Library

I looked in the library and it seems that the default of '11' is only a default. You can set another pin (like 5, for example) when you create the instance:

RH_ASK driver(2000, 5);

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.