QIACHIP WL101/WL102-341

QIACHIP WL101 Receiver and WL102 Transmitter 433MHz RF Wireless Module Kit Instruction Manual

تعارف

This manual provides detailed instructions for the QIACHIP WL101 Superheterodyne Receiver and WL102 Transmitter 433MHz RF Wireless Module Kit. This kit is designed for various DIY projects, including remote control applications with platforms like Arduino UNO. It operates on the 433MHz frequency band and supports ASK/OOK modulation.

پيڪيج مواد:

  • 1 x WL101 Superheterodyne Receiver Module
  • 1 x WL102 Transmitter Module
  • 2 x Antennas (for receiver and transmitter)

حفاظت جي ڄاڻ

Handle batteries with care. Avoid extreme temperatures. Do not interfere with other wireless devices.

پيداوار جون خاصيتون

  • تعدد: 433MHz RF
  • موڊوليشن موڊ: Supports ASK/OOK modulation
  • منتقلي طاقت: Greater than 11dBm (for WL102 Transmitter)
  • وصول ڪندڙ جو قسم: Superheterodyne (for WL101 Receiver)
  • درخواست: Suitable for motorcycles, automobile anti-theft products, home security systems, electric doors, remote control sockets, LED lighting, garage door openers, and various remote control applications.

وضاحتون

WL101 Receiver Module

  • ماڊل: WL101
  • آپريٽنگ جلدtage: Typically 3.3V - 5V (refer to specific datasheet for exact range)
  • آپريٽنگ موجوده: گھٽ بجلي واپرائڻ
  • تعدد: 433MHz
  • طول و عرض: Approximately 1.18 inches x 0.35 inches (30mm x 9mm)
WL101 Receiver Module Dimensions

تصوير جي وضاحت: A green circuit board showing the WL101 receiver module with dimensions indicated. The length is approximately 1.18 inches and the width is 0.35 inches.

WL102 Transmitter Module

  • ماڊل: WL102
  • آپريٽنگ جلدtage: Typically 3.3V - 12V (refer to specific datasheet for exact range)
  • آپريٽنگ موجوده: Varies with transmit power
  • تعدد: 433MHz
  • منتقلي طاقت: > 11dBm
  • طول و عرض: تقريبن 13 ملي ميٽر x 13 ملي ميٽر
WL102 Transmitter Module Dimensions

تصوير جي وضاحت: A small blue circuit board showing the WL102 transmitter module with a ruler indicating its size, approximately 13 mm.

Pinout and Connections

WL101 Superheterodyne Receiver Pinout

The WL101 receiver module features six pins for power, ground, data output, and antenna connection. Refer to the diagram below for pin identification.

WL101 Receiver Pinout Diagram

تصوير جي وضاحت: A green circuit board showing the WL101 receiver module. Six pins are labeled 1 through 6. Pin 1 is ANT (Antenna), Pin 2 is GND (Power ground), Pin 3 is VIN(VDD) (Power input), Pin 4 is DO(DATA) (Data output), Pin 5 is DO(DATA) (Data output), and Pin 6 is GND (Power ground).

WL101 Receiver Pin Functions
پن نمبر.ليبلفنڪشن
1اين ٽياينٽينا پن
2جي اين ڊيپاور گرائونڊ پن
3VIN(VDD)پاور ان پٽ پن
4DO(DATA)ڊيٽا آئوٽ پن پن
5DO(DATA)ڊيٽا آئوٽ پن پن
6جي اين ڊيپاور گرائونڊ پن

WL102 Transmitter Pinout

The WL102 transmitter module has pins for power, ground, data input, and antenna. Note that the EN (Enable) pin is internally connected to the power supply and has no external function.

WL102 Transmitter Pinout Diagram

تصوير جي وضاحت: A small green circuit board showing the WL102 transmitter module. It has four pins at the bottom. The text indicates 'DAT - Wave signal input', 'OUT - Antenna pin', 'EN - Enable Pin (connected to power supply, no function)', '-' Power ground Pin, '+' Power supply pin.

WL102 Transmitter Pin Functions
ليبلفنڪشن
ڊي اي ٽيWave signal input
ٻاهرAntenna pin (RF signal output)
ENEnable Pin (internally connected to power, no external function)
- (GND)پاور گرائونڊ پن
+ (VCC)پاور سپلائي پن

Example Connection to Arduino UNO (WL101 Receiver)

This diagram illustrates a typical connection of the WL101 receiver module to an Arduino UNO board. Ensure correct voltage and data pin connections.

WL101 Receiver connected to Arduino UNO

تصوير جي وضاحت: A circuit diagram showing a QIACHIP WL101-341 Superheterodyne 433MHz Receiver connected to an Arduino UNO board. The receiver's VDD pin is connected to Arduino's 5V, GND to GND, and one of the DO(DATA) pins to a digital input pin (e.g., D2) on the Arduino. The antenna is shown connected to the ANT pin.

سيٽ اپ ڪريو

اينٽينا ڪنيڪشن

For optimal performance, connect the supplied helical antenna to the ANT pin of the WL101 receiver and the OUT pin of the WL102 transmitter. The length of the antenna is critical for 433MHz operation; a quarter-wavelength antenna (approximately 17.3 cm or 6.8 inches for 433MHz) is recommended for best range, though the provided coiled antennas are suitable for shorter distances.

بجلي جي فراهمي

  • WL101 Receiver: Connect the VIN(VDD) pin to a stable power source (e.g., 5V from Arduino) and GND to ground.
  • WL102 Transmitter: Connect the '+' pin to a stable power source (e.g., 3.3V to 12V, depending on desired range and power) and '-' to ground.

ڊيٽا ڪنيڪشن

  • WL101 Receiver: Connect one of the DO(DATA) pins to a digital input pin on your microcontroller (e.g., Arduino).
  • WL102 Transmitter: Connect the DAT pin to a digital output pin on your microcontroller.

آپريٽنگ هدايتون

بنيادي آپريشن اصول

The WL102 transmitter sends data using Amplitude Shift Keying (ASK) or On-Off Keying (OOK) modulation at 433MHz. The WL101 superheterodyne receiver is designed to efficiently detect and demodulate these signals.

Microcontroller Programming (e.g., Arduino)

  1. Transmitter (WL102): Program your microcontroller to send digital data (e.g., ON/OFF pulses) to the DAT pin of the WL102. Libraries like "RCSwitch" or "VirtualWire" are commonly used for encoding and transmitting data.
  2. Receiver (WL101): Program your microcontroller to read digital data from the DO(DATA) pin of the WL101. The same libraries (e.g., "RCSwitch", "VirtualWire") can be used to decode the received signals.
  3. ڊيٽا وارو پروٽوڪول: Ensure that the data encoding and decoding protocols used by the transmitter and receiver microcontrollers are compatible.

رينج تي غور

The effective range of the modules depends on several factors, including antenna quality, power supply voltage (for transmitter), environmental interference, and line of sight. Optimal antenna tuning and clear line of sight will maximize range.

سار سنڀال

  • خشڪ رکو: Protect the modules from moisture and humidity to prevent corrosion and damage.
  • صاف ڪنيڪشن: Ensure all pin connections are clean and secure.
  • جسماني دٻاءُ کان پاسو ڪريو: Handle the modules carefully to prevent bending pins or damaging components.
  • اينٽينا جي سنڀال: Ensure antennas are not bent or damaged, as this can significantly impact performance.

مشڪلاتون

  • ڪوبه سگنل استقبال:
    • Verify power connections to both modules.
    • Check antenna connections and ensure they are properly sized for 433MHz.
    • Confirm that the transmitter and receiver are operating on the same frequency (433MHz).
    • Ensure the data encoding/decoding libraries and protocols are correctly implemented.
    • Reduce distance between modules and check for obstructions or sources of interference.
  • مختصر رينج:
    • Improve antenna quality (e.g., use a proper quarter-wavelength wire antenna).
    • Increase transmitter power supply voltage (within specified limits).
    • Minimize environmental interference (e.g., other 433MHz devices, Wi-Fi routers).
    • Ensure clear line of sight between transmitter and receiver.
  • وقتي آپريشن:
    • لوز ڪنيڪشن يا ڪولڊ سولڊر جوڑوں جي جانچ ڪريو.
    • Ensure stable power supply to both modules.
    • Consider adding decoupling capacitors near power pins if experiencing noise issues.
  • Module Appears Damaged:
    • Inspect for visible signs of corrosion or physical damage. If found, replacement may be necessary.

وارنٽي ۽ سپورٽ

QIACHIP products are designed for reliability. For technical support or inquiries regarding your WL101/WL102 module kit, please refer to the seller's support channels or the QIACHIP official website. Specific warranty details may vary by region and retailer.

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.