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