Manualios.com

Digi S6B Operation & User’s Manual

Digi S6B Manual Online:

4.6, 2977 votes
Digi S6B User Manual
Digi S6B User Guide
Digi S6B Online Manual

Text of Digi S6B User Guide:

  • Digi S6B, General Purpose Flash Memory Update the firmware over-the-air XBee Wi-Fi RF Module User Guide 88 GPM_BLOCK_NUM GPM_START_INDEX GPM_NUM_BYTES .ebin bytes - - - - - - - - - - - - 52 1024 214,016 to 215,039 52 2048 215,040 to 216,063 52 3072 216,064 to 217,087 Verify the new application For an uploaded application to function correctly, every single byte from the .ebin file must be properly transferred to the GPM. To guarantee that this is the case, GPM VERIFY functions exist to ensure that all bytes are proper

  • Digi S6B, AT commands Serial interfacing commands XBee Wi-Fi RF Module User Guide 154 Default 2 BD (Interface Data Rate) Set or read the serial interface baud rate for communication between the serial port of the device and the host. The device interprets any value above 0x0A as an actual baud rate. When a value above 0x0A is sent, the device stores the closest interface data rate represented by the number in the BD register. Parameter range 1 - 7 (standard baud rates) Value Description 1 2,400 b/s 2 4,800 b/s 3 9,600 b/s 4 19,200 b/s 5 38,400 b/s 6 57,600 b/s 7 115,200 b/s 8 230,400 b/s 9 460,800 b/s 0xA 921,600 b/s 0X5B9 - 0X5B8D80 (non-standard rates up to 6 Mb/s) Default 3 NB (Serial parity) S

  • Digi S6B, API operation Frame descriptions XBee Wi-Fi RF Module User Guide 142 Device Response Status frame - 0xBA Description This frame type is sent to the serial port after the serial port sends a Device Response - 0x2A. Format The following table provides the contents of the frame. Frame data fields Offset Description Frame type 3 0xBA Frame ID 4 Identifies the frame for which status is being reported. Corresponds to the frame ID in the device response. Status 5 0x00 = Success 0x20 = Device Request canceled by user 0x21 = Session timed out 0x40 = Unk

  • Digi S6B, Hardware Mounting considerations XBee Wi-Fi RF Module User Guide 32 Number Description 1 Use multiple vias to help eliminate ground variations 2 Put a solid ground plane under RF trace to achieve the desired impedance Implementing these design suggestions helps ensure that the RFpad module performs to specifications. Mounting considerations We design the through-hole module to mount into a receptacle so that you do not have to solder the module when you mount it to a board. The interface boards provided in the XBee Wi-Fi Development Kit has two ten-pin receptacles for connecting the module. Century Interconnect manufactures the receptacles used on Digi development

  • Digi S6B, AT commands Sleep commands XBee Wi-Fi RF Module User Guide 179 Bit Option 0x100 For cyclic sleep, ST specifies the time before returning to sleep. With this bit set, new receptions from either the serial or the RF port do not restart the ST timer. Current implementation does not support this bit being turned off. Parameter range 0 - 0x01FF Default 0x100 WH (Wake Host) Sets or reads the wake host timer value. If you set WHto a non-zero value, this timer specifies a time in milliseconds that the device delays after waking from sleep before sending data out the UART or transmitting an I/O sample. If the device receives serial characters, the WH timer

  • Digi S6B, Modes Soft AP mode XBee Wi-Fi RF Module User Guide 50 n The Soft AP webpage provides the same configuration options that are available in XCTU. n The webpage is divided into sections that expand or collapse by clicking Show or Hide. The only section expanded by default is the Network Access section. n All fields proceeded with 0x must be hex values. Note Do not programmatically configure the device in Soft AP mode because it is subject to change. Station (STA) connection in Soft AP Pass Through mode When t

  • Digi S6B, API operation Frame descriptions XBee Wi-Fi RF Module User Guide 116 Transmit (TX) Request: IPv4 - 0x20 Description This frame uses the serial data service. The frame gives greater control to the application over the IP setting for the data. Format The following table provides the contents of the frame. Frame data fields Offset Description Frame type 3 0x20 Frame ID 4 Set to a value that will be passed back in the Tx Status frame. 0 disables the Tx Status frame. IPv4 32-bit destination address MSB 5 Use 0xFFFFFFFF for broadcast when the protocol is UDP. 6 7 8 16-bit destination port MSB 9 UDP or TCP port number LSB10 16-bit source port MSB11 UDP or TCP por

  • Digi S6B, Modes Serial modes XBee Wi-Fi RF Module User Guide 44 Feature Description Transparent mode features Simple interface All received serial data is transmitted unless the device is in Command mode Easy to support It is easier for an application to support Transparent operation and Command mode API mode features Easy to manage data transmissions to multiple destinations Transmitting RF data to multiple remote devices only requires the application to change the address in the API frame. This process is much faster than in Transparent mode where the application

  • Configure the XBee Wi-Fi RF Module using Digi Remote Manager Use XCTU to enable Remote Manager XBee Wi-Fi RF Module User Guide 90 Use XCTU to enable Remote Manager To enable an XBee Wi-Fi RF Module connected to XCTU for Remote Manager: 1. Select the device in the Radio Modules list. 2. In the Working area of XCTU, type 1 in the DO (Device Options) command field; this enabl

  • Digi S6B, API operation Frame descriptions XBee Wi-Fi RF Module User Guide 111 ZigBee Explicit Transmit Packet - 0x11 Description This frame type is only provided for software compatibility with other XBee devices and for sending GPM requests. If neither of these is required, then we recommend Transmit (TX) Request: IPv4 - 0x20 for data transmissions from this device. Format The following table provides the contents of the frame. Frame data fields Offset Description Frame type 3 0x11 Frame ID 4 Correlates r

  • Digi S6B, API operation Frame descriptions XBee Wi-Fi RF Module User Guide 128 ZigBee TX Status frame - 0x8B Description This frame type is only provided for software compatibility with other XBee devices. Frame type 0x89 is normally sent in response to transmissions. This frame type is sent in response to ZigBee (0x10) and ZigBee explicit (0x11) transmissions. Format Frame data fields Offset Description Frame type 3 0x8B Frame ID 4 Frame ID of the correlating transmission. Reserved 5 - 7 Hard coded values can be ignored. De

  • Digi S6B, AT commands Addressing commands XBee Wi-Fi RF Module User Guide 146 DL (Destination Address Low) Sets or displays the 32 bits of the IPv4 destination address. When setting, the format may be either dotted decimal (for example 192.168.0.100) or binary (for example C0A80064). When reading in API mode, the format is binary. In all other cases (for example Command mode), the read format is dotted decimal notation. Parameter range 0.0.0.0 – 255.255.255.255 Default 255.255.255.255 MY (IP Network Address) Read the 32-bit network address of the device when using DHCP. Sets or displays values when using static IP address. When setting, the format may be either dotted d

  • Digi S6B, Sleep modes About sleep modes XBee Wi-Fi RF Module User Guide 52 About sleep modes The XBee Wi-Fi RF Module supports two different sleep modes: n Pin Sleep n Cyclic Sleep In addition, you can modify the sleep mode current draw with the following sleep options: n AP Associated Sleep n Deep Sleep Pin sleep allows an external microcontroller to determine when the XBee Wi-Fi RF Module should sleep and when it should wake by using either the SLEEP_RQ pin (default) or the SPI_SSEL pin. In contrast, cyclic sleep allows the sleep period and wake times to be configured using AT commands. The device can stay associated to the access point or can enter a deeper sleep and a

  • Digi S6B, API operation Frame descriptions XBee Wi-Fi RF Module User Guide 126 Transmission Status frame - 0x89 Description The XBee Wi-Fi RF Module sends RF transmission status messages in response to transmission attempts. Format The following table provides the contents of the frame. Frame data fields Offset Description Frametype 3 0x89 Frame ID 4 Identifies the frame for which status is being reported. This number corresponds with the Frame ID provided in the transmission. If that frame ID was 0, then this frame is not generated. Status 5 0x00 = Success. 0x03 = Tr

  • Digi S6B, API operation Frame descriptions XBee Wi-Fi RF Module User Guide 140 Send Data Response frame - 0xB8 Description This frame type is sent out the serial port in response to Send Data Request - 0x28, providing its frame ID is non-zero. Format The following table provides the contents of the frame. Frame data fields Offset Description Frame type 3 0xB8 Frame ID 4 Identifies the frame ID of the corresponding send data request. Status 5 0x00 = Success 0x01 = Bad request 0x02 = Response unavailable 0x03 = Remote Manager Error 0x40 = Unknown error Example Frame data fields Offset Example Start delimiter 0 0x7E Length 1-2 0x

  • Digi S6B, Configure the XBee Wi-Fi RF Module using Digi Remote Manager Transparent mode data XBee Wi-Fi RF Module User Guide 95 4. Under <requests>, you can type a target name as desired, but any target name beginning with XBee (case insensitive) is reserved for use on the XBee device itself and will not be sent out the serial port. 5. Type the string that will be output in the device request. Both the target name and the device request string depend on your application and the XBee device passes these strings on, unmodified. 6. In the HTTP Method field, select the POST option button. 7. Click Send. Th

  • Digi S6B, Operation SPI communications XBee Wi-Fi RF Module User Guide 35 You can configure the UART baud rate, parity, and stop bits settings on the device with the BD, NB, and SB commands respectively. For more information, see Serial interfacing commands. In the rare case that a device has been configured with the UART disabled, you can recover the device to UART operation by holding DIN low at reset time. DIN forces a default configuration on the UART at 9600 baud and it brings the device up in Command mode on the UART port. You can then send the appropriate commands to the device to configur

  • I/O support RSSI PWM XBee Wi-Fi RF Module User Guide 75 PWM duty cycle Number of LEDs turned on Link margin 79.39% or more 3 30 db or more 62.42% to 79.39% 2 20 db to 30 db 45.45% to 62.42% 1 10 db to 20 db Less than 45.45% 0 Less than 10 db or no reception for RP time

  • Manufacturing information The surface-mount XBee Wi-Fi RF Module is designed for surface-mount on the OEM PCB. It has castellated pads to allow for easy solder attach inspection. The pads are all located on the edge of the device so there are no hidden solder joints on these devices. Recommended solder reflow cycle 196 Recommended footprint 196 Mount the devices 198 Flux and cleaning 199 Rework 20

  • Digi S6B, API operation Frame descriptions XBee Wi-Fi RF Module User Guide 104 Frame descriptions The following sections describe the API frames. TX (Transmit) Request: 64-bit - 0x00 Description This frame type uses the XBee Application Service. This command allows for software compatibility with other XBee devices such as the XBee 802.15.4 RF Module. Format Frame data fields Offset Description APIframeidentifier 3 0x00 Frame ID 4 64-bit destination address 5-12 Align IP address to low 32-bits of the field. The other bytes set to 0.

  • Digi S6B, AT commands Sleep commands XBee Wi-Fi RF Module User Guide 178 Sleep commands The following AT commands are sleep commands. SM (Sleep Mode) Sets or reads the sleep mode of the device. The sleep mode determines how the device enters and exits a power saving sleep. Sleep mode is also affected by the SO command, option bit 6. See Sleep modes for more information about sleep modes. Parameter range 0, 1, 4, 5 Parameter Description 0 Normal. In this mode the device never sleeps. 1 Pin Sleep. In this mode the device honors the SLEEP_RQ pin. Set D8 (DIO8 Configuration) to the sleep request function: 1. 4 Cyclic Sleep. In this mode the d

Related Products and Documents (Wireless Router):

Comparable Devices:

# Manufacturer Model Document Type File Updated Pages Size
1 Epson 26-484-01 Installation instructions epson/26-484-01-E4O.pdf 21 Sep 2022 5 0.35 Mb
2 Oce Saddle Finisher-AF2 Operation & user’s manual oce/saddle-finisher-af2-6Z7.pdf 08 Feb 2023 61
3 Enviro ASCOT VENTED GAS FIREPLACE HEATER Owner's manual enviro/ascot-vented-gas-fireplace-heater-NBS.pdf 07 Mar 2023 42 4.12 Mb
4 Genz Benz EL DIABLO 100 Owner's manual genz-benz/el-diablo-100-464.pdf 04 Sep 2022 4
5 Sanyo PLC-XE31 Owner's manual sanyo/plc-xe31-83T.pdf 11 Jun 2023 68 2.15 Mb
6 Candy CN 40 T User instructions candy/cn-40-t-1TO.pdf 15 Mar 2023 33 1.62 Mb

Similar Resources:

  • Hama

    Wireless LAN Router 300 Mbps

    (14 pages)
    2Contents:1. Connecting the Wireless LAN Router .........................................................................................................................Page 032. Confi guring the operating system and computer......................................................................................................Page 043. Confi guring the W …
  • D-Link

    AirPlus XTREME G DWL-G520

    (12 pages)
    1Xtreme G 2.4GHz Wireless PCI AdapterDWL-G520©2003 D-Link Systems, Inc. All rights reserved. Trademarks or registered trademarks are the property of their respective holders. Software andspecifications subject to change without notice. DWL-G520 03072003If any of the above items are missing, please contact your reseller.CD-ROM (containing Drivers, Manual and …
  • Encore

    ENHWI-1AN4

    (2 pages)
    ENHWI-1AN4 WIRELESS N150 ROUTER Product Description The ENHWI-1AN4 Wireless N150 Router complies with IEEE 802.11n, and provides faster and farther range than 802.11g while being backward compatible with 802.11g and 802.11b mode. This router uses advanced broadband router chipset and wireless LAN chipset solution to let you enjoy high-speed Wired and Wi …
  • D-Link

    AirPremier DAP-2360

    (32 pages)
    This document will guide you through the basic installation process for your new D-Link Wireless N Access Point.DAP-2360Documentation also available on CD and via the D-Link WebsiteQuick Installation GuideWireless N PoE Access PointQuick Installation GuideInstallationsanleitungGuide d’installationGuía de instalaciónGuida di Installazione …
  • Huawei

    WS8800

    (64 pages)
    Quick Start GuideGuide de démarrage rapideSchnellstartanleitungGuida di avvio rapidoSnelstartgidsGuia de Início RápidoGuía de inicio rápidoInstrukcja obsługiSnabbstartguideHurtigveiledningKort startvejledningAloitusopasКороткий посібникGhid de pornire rapidăStručný návod k obsluzeWiFi Yönlendirici Hızlı Kullanım KılavuzuKratko …
  • Edimax

    BR-6204Wg

    (2 pages)
    Broadband RouterBroadband RouterWirelessWireless--g Broadband Routerg Broadband Router1 WAN Port + 4 Ports SwitchlP SharingThe NAT/NAPT function lets you share the ADSL line to all the Intranet users (support up to 253 users). It also provides virtual server and virtual DMZ functions to let your internal servers beaccessed from the Internet.Wireless Access P …

Comments, Questions and Opinions: