离岸价格
获取最新报价|
- 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 |
型号: | - |
离岸价格: | 获取最新报价 |
位置: | - |
最小订单价格: | - |
最小订单: | - |
包装细节: | - |
交货时间: | - |
供应能力: | - |
付款方式: | - |
產品組 : | arduino board and accessories |