يبدو أنك لست عضوًا في TradeKey.com بعد. اشترك الآن للتواصل مع أكثر من 7 مليون مستورد ومصدر عالميًا.
انضم الآن ، مجانًا |
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

|

- Minimum Order

بلد:

China

نموذج رقم:

-

سعر فوب:

أحصل على آخر سعر

الموقع:

-

سعر الحد الأدنى للطلب:

-

الحد الأدني للطلب:

-

تفاصيل التغليف:

-

موعد التسليم:

-

القدرة على التوريد:

-

نوع الدفع:

-

مجموعة المنتج :

الاتصال الآن
عضو مجاني

الشخص الذي يمكن الاتصال به Mr. Wilson

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

الاتصال الآن

مواصفات المنتج

الوصف

**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.

بلد: China
نموذج رقم: -
سعر فوب: أحصل على آخر سعر
الموقع: -
سعر الحد الأدنى للطلب: -
الحد الأدني للطلب: -
تفاصيل التغليف: -
موعد التسليم: -
القدرة على التوريد: -
نوع الدفع: -
مجموعة المنتج : arduino board and accessories

Send a direct inquiry to this supplier

إلى:

Mr. Wilson < WWW_ELECHOUSE_COM >

أريد أن أعرف: