Home Companies Shenzhen Shanhai Technology Ltd.

315 MHz RF Module kit

Shenzhen Shanhai Technology Ltd.
Active Member

Contact Us

Address: Room 620 ,yutian building , song lin road , Futian district ,Shenzhen , China

Contact name:

Inquir Now

Shenzhen Shanhai Technology Ltd.

315 MHz RF Module kit

City & Province shenzhen guangdong
Categories Connectors
InquireNow

Product Details

315 MHz RF Module Kit

 

This 315MHz RF Module Kit including one 315MHz RF Receiver Module and one 315MHz 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 button,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 button module,in order to receive the signal :

Download the program into Arduino :

 

int ledPin = 13;
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 button,RF transmitter module send the signal,and receiver module receive the signal,at last light the LED of pin 13.


Hot Products

315 MHz RF Module Kit This 315MHz RF Module Kit including one 315MHz RF Receiver Module and one ...
10 Hz MediaTek MT 329 GPS Module With Antenna The state-of-the-art 66 channels MediaTek MT3329 GPS ...
USB - TTL Module Compatible With 5V And 3.3V Feature : 1,3.3V and 5V output is optional 2,Compatibal...
SPI WiFi Shield Module Arduino Compatible Getting you Arduino into WiFi network is not a fresh news ...
Stackable Bluetooth Shield V2.1 with compatible IFAT - 32, Leaf Maple Arduino Stackable Bluetooth ...
Low power Stackable Bluetooth Shield V2.1 This Bluetooth shield is a serial port Bluetooth module ...