0% found this document useful (0 votes)
18 views2 pages

RXB61 V01 20160614

Uploaded by

wilros20
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views2 pages

RXB61 V01 20160614

Uploaded by

wilros20
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

RXB61

433M/315M ASK Receiver

Features
1, 315MH and 433.92MHz Frequency
2, -109dBm High Sensitivity
3, Image Rejection Function
4, Low Power Consumption
5, Excellent Selectivity and Noise Rejection

Specifications
Electrical Characteristics
Power supply : 3.6 to 5.5V
Max Input Power: +10 dBm
Receiver Sensitivity: 12.5mA
Image Rejection: -109dBm
Standby current: 20dB
Supply Current: 4.5 ~ 7mA
Shut Down Current: 0.5uA
Environmental
Operation Temperature : 0°C to 55°C
Operating Humidity : 0 to 90% non-condensing
Storage Temperature : -20°C to 65°C

The RXB61 is an UHF ASK receive module in small package which operation at 315MHz or 433.92MHz with typical
sensitivity of -109dBm.

The RXB61 module architecture receiver for ASK and OOK modulation such as pulse width modulation , variable pulse
modulation , Manchester modulation and so on , The module receiver also provides image rejection function to remove
the image band and selects the desired signal.

Doc ID: DOC-RXB61-V01-20160614 www.inhaos.com Page: 1 of 2


RXB61
433M/315M ASK Receiver

Application with BUONO UNO R3:

rc-switch
The rc-switch lib allow you Use your Arduino or Raspberry Pi to operate this module , download:
https://github.com/sui77/rc-switch

Arduino Demo Code:


1 /*
2 Simple example for receiving
3
4 http://code.google.com/p/rc-switch/
5 */
6
7 #include <RCSwitch.h>
8
9 RCSwitch mySwitch = RCSwitch();
10
11 void setup() {
12 Serial.begin(9600);
13 mySwitch.enableReceive(0); // Receiver on inerrupt 0 => that is pin #2
14 }
15
16 void loop() {
17 if (mySwitch.available()) {
18
19 int value = mySwitch.getReceivedValue();
20 INHAOS Headquarter:
21 if (value == 0) { 1111 Oakmont Drive #C, San Jose, CA 95117
22 Serial.print("Unknown encoding");
23 } else { E-mail :[email protected]
24 Serial.print("Received ");
25 Serial.print( mySwitch.getReceivedValue() );
26 Serial.print(" / ");
27 Serial.print( mySwitch.getReceivedBitlength() );
28 Serial.print("bit "); INHAOS China office:
29 Serial.print("Protocol: ");
Serial.println( mySwitch.getReceivedProtocol() ); No.6 Building,Songke Estate,Songshan Lake
30
31 } National Hi-tech Industrial Development
32 Zone,Dongguan,Guangdong Province,523808,China
33 mySwitch.resetAvailable();
34 }
35 }
E-mail:[email protected]

This module have 315M and 433.92MHz two frequency for user choice , the Receiver can be using TX5

Doc ID: DOC-RXB61-V01-20160614 www.inhaos.com Page: 2 of 2

You might also like