• Welcome!  Sign in  or  Register

  • Wholesale ZigBee Module -RS232 to Zigbee, CC2530F256 Chip

    US$34.25

  • Wholesale ZigBee Module -UART to Zigbee -CC2530F256 -Zigbee2007

    US$25.37

  • Wholesale ZigBee Module -RS232 & Debug Interface, CC2530F256 Chip

    US$29.85


  • Wholesale ZigBee Module -UART to Zigbee -CC2530F256 -Zigbee2007

ZigBee Module -UART to Zigbee -CC2530F256 -Zigbee2007

    Qty.Range(unit) Price(per unit) Discount
    5-9 US$23.34 8%
    10-49 US$21.31 16%
    50--max US$19.28 24%
    Large Order:
  • US$25.37
  • Quantity:



    Product Details

     ZigBee Module -UART to Zigbee -CC2530F256 -Zigbee2007


    Item specifics
    Place of Origin:
    Guangdong China (Mainland)
    Model Number:
    DRF1605
    Brand Name:
    DTK
    Interface:
    TTL(3.3V) UART(TX, RX)
    Frenquency:
    2.4GHz
    Transmite Distance:
    400M
    Auto Create Network:
    Yes
    Auto Join Network:
    Yes
    Need Knowlogy about Zigbee:
    no
    Data transceiver -1:
    Point to Point
    Data transceiver -2:
    Broadcast
    Description

     

     DR1605-1-y

     

    Specific:

     

    1,  Input Voltage: DC 3.3V

    2,  Working Temperature: -40C - +85C

    3,  UART Rate: 38400bps(Default),  can select 9600, 19200, 38400,115200

    4,  Frenquency: 2.4GHz

    5,  Transmiter Protocol: Zigbee 2007/PRO

    6,  Transmiter Distance: 400M

    7,  Send Current: 34MA (Max)

    8,  Receive Current: 25MA (Max)

    9,  Receive Sensitive: -96dBm

    10, Main Chip: TI CC2530F256, 256K Flash, peal Zigbee 2007 protocl

    11, Size: (uint: mm)

     

    DR1605-3DR1605-2

     

     

     

    How to Create a Network when using DRF1605 Zigbee Module

     

    1, Select a Coordinator, and connect it to PC COM port, like as COM4

    2, Run the TI Sensor Monitor software and selec the right port as step 1 said. you can downloard this software from TI's website

    3, Click the RUN, than you can see a Red circle.

    4, Select another End Device Zigbee Module, power on, and press the TEST key, than you can see another yellow circle, this is the End Device

    5, Power on others End Device Module and press the TEST Key, you can see others Module also join this network auto.

    6, Powe on the Router Module, the Router can send data auto, you can see the blue circle indicate Router joined the network.

     

    Create Network 12 -02.jpg

     

     

    Create Network 12 -03.jpg

     

     

    Create Network 12 -04.jpg

     

     

    Create Network 12 -05.jpg

     

     

    Create Network 12 -06.jpg

     

     

    How to trnasmiter data at different zigbee point (Point to  point )

     

    When all the ZigBee Module created and joined the network, we can send and receive data between any endpoint in the network, as exsample, we will send data from one endpoint(short address is 0X7973) to another(short address is 0X1431) as follow picture:

     

    Data Transmiter 04.jpg

     

    If we want to send 10 Bytes data as 0x01, 0x02, x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x10.

     

    Than we will send the package as follow to 0x7973 through UART:

          0xFD, 0x0A, 0x31, 0x14, 0x01, 0x02, x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x10

          0xFD = Data Send  command

          0x0A = data length, this 10 Bytes

          0x31, 0x14 = the destination address

          0x01, 0x02, x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x10 = data

     

    And than, you can receive data from 0x1431 UART as:

         0xFD, 0x0A, 0x31, 0x14, 0x01, 0x02, x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x10

     

    How to trnasmiter data with clarity

     

    The data received from UART at Coordinator, will send to all point automatically.

    The data received from UART at any point, can send to coordinator automatically.

    Note:

    1, The first data byte can’t equal 0xFE, 0xFD and 0xFC

    2, Per data package is fewer 32 Bytes.

    3, when send data from Coordiantor, the time intervel is 1s.

     TouChuan-1-E

      

    TouChuan-2-E

     

     

    The Setting for ZigBee Module:

     

    All the data as follow is HEX format, and all setting will available after reset the module

    (1), Setting PAN ID (example:0x20 10)
          Input:FC 02 91 01 XX XX (XX XX is new PAN ID, as 20 10)
          Return:XX XX (as 20 10)

    (2), Setting PAN ID to default value and clear the configure FLASH.
          Input:FC 00 91 02
          Return:19 9B  (19 9B is default PAN ID)     
    (3), Read PAN ID:
          Input:FC 00 91 03
          Return:19 9B (PAN ID)

    (4), Read Short Address for Module:
          Input:FC 00 91 04
          Return:6F 79 (address is  6F 79)

    (5), Read the UART brand rate:
          Input: FC 00 91 05
          Return:B9 0B:9600
                  BA 0B:19200
                  BB 0B:38400
                  BC 0B:57600
                  BD 0B:115200

    (6), Setting the UART brand rate:
          Input:  FC 01 91 06 01:set to 9600
                 FC 01 91 06 02:set to 19200
                 FC 01 91 06 03:set to 38400
                 FC 01 91 06 04:set to 57600
                 FC 01 91 06 05:set to 115200
          Return:00 00 09 06 00 00
                 00 01 09 01 00 00
                 00 03 08 04 00 00
                 00 05 07 06 00 00
                 01 01 05 02 00 00

    (7), Test the UART brand rate:
          Input:FC 00 91 07
          Return:01 02 03 04 05 (if the UART brand rate is correct)

     

      

    The Package:

     DR1605-6

     

    Ha, that is so easy to send and receive data between zigbee module.


    Write a Review:

    Tell us what you think about ZigBee Module -UART to Zigbee -CC2530F256 -Zigbee2007, share your opinion with other people. Please make sure that your review focus on ZigBee Module -UART to Zigbee -CC2530F256 -Zigbee2007. All the reviews are moderated and will be reviewed within two business days. Inappropriate reviews will not be posted.

    Have any question or inquire for ZigBee Module -UART to Zigbee -CC2530F256 -Zigbee2007? Please contact Customer Service. (Our customer representative will get back shortly.)

      Indicates required fields*
      Rating:
      Your Name: *
      Enter your Reviewer Nickname
      Your Email: *
      Review Title: *
      Identifying Code: *
      Review: *

    Search Feedback

    • Did you find what you were looking for?
    • If you need help or have other feedback for Customer Service. Click here

    Customers who bought this product also purchased...

    Newsletter
    for Wholesale

    about the latest offers and deals Subscribe today!

    Product Tags:

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9

    China Electronic components  Wholesale-
    LCD Module, Arduino, LEDs, ICs, Modules, Transistors, Diodes, Resistors, Connectors, Cables...

    366 Categories,2,384 Products,Worldwide shipping to 189 countries.

      paypal       
    Copyright © 2008-2013 Satistronics Store. All Rights Reserved.
    Buy wholesale products at wholesale price from leading Chinese wholesalers, enjoy online wholesale and become a wholesaler now!

    China wholesale, wholesale from China, buy wholesale products from Chinese wholesaler