あなたはまだ TradeKey.com のメンバーではないようです。 今すぐサインアップして、世界中で700万を超える輸入業者および輸出業者と接続します。
今すぐ加入、無料 |
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

离岸价格

Get Latest Price

|

- Minimum Order

国:

China

モデル番号:

-

离岸价格:

Get Latest Price

ロケーション:

-

最低注文量の価格:

-

最低注文量:

-

パッケージの詳細:

-

納期:

-

供給能力:

-

支払いタイプ:

-

製品グループ :

今すぐお問い合わせください
無料会員

連絡先担当者 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
モデル番号: -
离岸价格: Get Latest Price
ロケーション: -
最低注文量の価格: -
最低注文量: -
パッケージの詳細: -
納期: -
供給能力: -
支払いタイプ: -
製品グループ : arduino board and accessories

Send a direct inquiry to this supplier

To:

Mr. Wilson < WWW_ELECHOUSE_COM >

私は知りたい: