• ADD: Room305, Building 1,17# GuangMing RD.Dongguan CityGuangdong China 523779
  • TEL: +86 0769-23380975
  • FAX: +86 0769-23380975
  • Email: Support@inhaos.com
Home > download > Product Catalogue > RF Module > 433MHz RF Module > 3x TX-5 10dBm 1.8 - 5V 315M 433M ASK Transmistter RF Wireless Arduino RC Switch

3x TX-5 10dBm 1.8 - 5V 315M 433M ASK Transmistter RF Wireless Arduino RC Switch

3x TX-5 10dBm 1.8 - 5V 315M 433M ASK Transmistter RF Wireless Arduino RC Switch

    

  1. Complete UHF transmitter
  2. Frequency 315MHz or 433.92MHz
  3. Data rates up to 10kbps ASK
  4. Output Power up to 10dBm
  5. Low voltage operation (Down to 1.8V)
  6. Power down modes and wake-up functions to reduce power consumption

#include 

RCSwitch mySwitch = RCSwitch();

void setup() {

  Serial.begin(9600);  
  // Transmitter is connected to Arduino Pin #10  
  mySwitch.enableTransmit(10);

}

void loop() {

  /* See Example: TypeA_WithDIPSwitches */
  mySwitch.switchOn("11111""00010");
  delay(1000);
  mySwitch.switchOn("11111""00010");
  delay(1000);

  /* Same switch as above, but using decimal code */
  mySwitch.send(539324);
  delay(1000);  
  mySwitch.send(539624);
  delay(1000);  

  /* Same switch as above, but using binary code */
  mySwitch.send("000000000001010100010001");
  delay(1000);  
  mySwitch.send("000000000001010100010100");
  delay(1000);

  /* Same switch as above, but tri-state code */ 
  mySwitch.sendTriState("00000FFF0F0F");
  delay(1000);  
  mySwitch.sendTriState("00000FFF0FF0");
  delay(1000);

  delay(20000);
}

 

Copyright © 2010 INHAOS Technology Co., Limited. All Rights Reserved. (Ver 1.0.0000)Powered by Onepound

Site Map | Add to Wishlist