Looks like you are not TradeKey.com's Member yet. Signup now to connect with over 10 Million Importers & Exporters globally.
Join Now, its Free |
BOOK A CALL
Book Call On Your Favorite Time

By Signing Up. I agree to TradeKey.com Terms of Use, Privacy Policy, IPR and receive emails related to our services

Contact Us
product
Prev
433MHz RF Romote Module Kits Arduino Compatible
Next

433MHz RF Romote Module Kits Arduino Compatible

FOB Price

Get Latest Price

|

- Minimum Order

Country:

China

Model No:

-

FOB Price:

Get Latest Price

Place of Origin:

-

Price for Minimum Order:

-

Minimum Order Quantity:

-

Packaging Detail:

-

Delivery Time:

-

Supplying Ability:

-

Payment Type:

-

Contact Now
Free Member

Contact Person Mr. Wilson

6-703, FUYUAN COMMUNITY, YUFU ROAD, LONGGANG DISTRICT, SHENZHEN, CHINA, Muping, Sichuan

Contact Now

Product Specification

Product Description

**3MHz RF Romote Module Kits -Arduino Compatible
This **3MHz RF Module Kit including one **3MHz RF Receiver Module and one **3MHz RF Transmitter Module.
This is the update version of this module kit, and the useage is the same as old versin as below:
This group RF modules contain: Transmitter and receiver module, it can supply 4 channels to communicate, that's to say if you use them to control mini car, they have just four direction key.
This is transmitter module:
This is cooresponding receiver:
If you want to experiment these two module, only need to connect them to sensor shield by cables, for example you can connect the first channel of the transmitter module with the Arduino digital I/O pin 7, and the receiver to Arduino digital I/O pin 8:
I wish once push one , RF transmitter module send the signal, and after the receiver module receive the signal, light the Arduino's LED.
So you can connect Arduino digital I/O pin 2 with a digital module, in order to receive the signal:
Download the program into Arduino:
Int ledPin = *3;
Int switchPin = 2;
Int sendPin = 7;
Int recvPin = 8;
Int value = 0;
Void setup() {
PinMode(switchPin, INPUT);
PinMode(recvPin, INPUT);
PinMode(ledPin, OUTPUT);
PinMode(sendPin, OUTPUT);
}
Void loop() {
Value = digitalRead(switchPin);
If (HIGH == value) {
DigitalWrite(sendPin, HIGH);
} else {
DigitalWrite(sendPin, LOW);
}
Value = digitalRead(recvPin);
If (HIGH == value) {
DigitalWrite(ledPin, HIGH);
} else {
DigitalWrite(ledPin, LOW);
}
}
Once push one , RF transmitter module send the signal, and receiver module receive the signal, at last light the LED of pin *3.

Country: China
Model No: -
FOB Price: Get Latest Price
Place of Origin: -
Price for Minimum Order: -
Minimum Order Quantity: -
Packaging Detail: -
Delivery Time: -
Supplying Ability: -
Payment Type: -
Product Group : arduino board and accessories

Send a direct inquiry to this supplier

To:

Mr. Wilson < WWW_ELECHOUSE_COM >

I want to know: