EasyManua.ls Logo

Ublox ODIN-W2 Series User Manual

Ublox ODIN-W2 Series
43 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #40 background imageLoading...
Page #40 background image
ODIN-W2 series - System integration manual
UBX-14040040 - R20 Appendix Page 40 of 43
C1-Public
CRC calculation
/* byte = data buffer in the xmodem block */
/* count = number of data bytes */
/* offset = where to start the calculation */
private ushort xmodemCalcrc(byte[] buffer, int offset, int count)
{
ushort crc, i;
int j;
crc = 0;
for (j = offset; j < count + offset; j++) {
crc = (ushort)(crc ^ (buffer[j] << 8));
for (i = 0; i < 8; i++) {
if ((crc & 0x8000) > 0) {
crc = (ushort)((crc << 1) ^ 0x1021);
} else {
crc = (ushort)(crc << 1);
}
}
}
return (ushort)(crc & 0xFFFF);
}

Table of Contents

Other manuals for Ublox ODIN-W2 Series

Question and Answer IconNeed help?

Do you have a question about the Ublox ODIN-W2 Series and is the answer not in the manual?

Ublox ODIN-W2 Series Specifications

General IconGeneral
Frequency Bands2.4 GHz, 5 GHz
Power Supply3.3 V
Operating Temperature-40°C to +85°C
Module TypeStandalone
Product CategoryWireless module
Wireless TechnologyBluetooth
StandardsIEEE 802.11a, IEEE 802.11b, IEEE 802.11g, IEEE 802.11n, Bluetooth 4.2
ProcessorARM Cortex-M4
InterfaceUART, SPI, USB
SecurityWPA/WPA2
CertificationsFCC, CE, IC

Summary

System Description and Overview

Pin Description and Signals

Detailed description of each pin's function, signal name, and remarks.

Supply Interfaces and Power

Guidelines for connecting the module's power supply, including VCC and V_INT.

Main Power Supply Inputs

Requirements for the main VCC power supply, including voltage and current.

Data Communication Interfaces

Overview of data interfaces like UART and Ethernet.

UART Interface Design

Details on UART signals, modes, and hardware flow control for data communication.

Antenna Interface Design

Information on antenna connectors and internal antenna options.

External Antenna Connectors

Describes the U.FL connectors for external antennas on the ODIN-W260.

Software Integration and Flashing

Flashing u-blox Connectivity Software

Instructions for updating the module's firmware using different methods.

Firmware Update via s-center

Step-by-step guide for firmware updates using the s-center evaluation software.

Firmware Update via AT Command

Procedure for updating firmware via AT commands and XMODEM protocol.

Firmware Update via Rescue Mode

Method for flashing firmware using rescue mode via grounding specific pins.

Flashing the u-blox Bootloader

Procedures for reflashing the module's bootloader.

Design-In Guidelines and Best Practices

Antenna Interface Design

Recommendations for designing antenna interfaces, considering placement and interference.

Power Supply Interface Design

Design considerations for the module's power supply connections.

Module Power Supply Design

Best practices for connecting the VCC pin for optimal RF performance.

High Speed Layout Guidelines

Best practices for laying out high-speed signal buses.

Module Placement Best Practices

Guidelines for optimal module placement on the PCB to improve RF performance.

Layout and Manufacturing Guidelines

Best practices for PCB layout, including signal integrity and manufacturing.

Module Footprint and Paste Mask

Details on the suggested footprint and paste mask layout for the module.

Thermal Management Guidelines

Recommendations for managing heat dissipation and ensuring component longevity.

Thermal Protection Mechanisms

Describes the module's built-in thermal protection mechanisms.

Heat Dissipation Strategies

Strategies for efficient heat dissipation from the module to the host board.

ESD Protection Guidelines

Essential guidelines for implementing ESD protection on the interface board.

Handling and Soldering Procedures

ESD-Sensitive Module Handling

Precautions for handling ESD-sensitive modules and establishing protective areas.

Soldering Recommendations

Detailed instructions and recommendations for soldering the module.

Convection Reflow Soldering

Guidelines for convection reflow soldering, including preheat and reflow phases.

Qualifications, Approvals, and Testing

Related product manuals