TECHSHIP IS A GLOBAL SUPPLIER OF WIRELESS COMPONENTS

Register

Sierra Wireless MC8092

Article Number: 10247
Brand: Sierra Wireless
Supplier number: 1102731

Sierra Wireless MC8092 is an HSPA+ dual band module for the European/Asian markets. Fall back on GSM 850/900/1800/1900. MiniPCIe format makes it flexible for different usage. The module has PCM Voice support as well as GPS. Wide temperature range makes it suitable for tough environmental conditions.

To develop applications and to test the mPCIe module separately the article 10069 Techship MiniPCIe Developer Kit incl. Technical support could be very helpful.

End-of-life

This product has reached
end-of-life and can not be
ordered any more.

Quantity Price

No prices available

For more information
please contact us at
sales-americas@techship.com

For larger quantities and complete pricing, please sign in or register

Subscribe to stay up to date with the latest about this product.

Subscribe to updates
Primary Technology
HSPA+
Form Factor
mPCIe - full size
UMTS Bands
B1 (2100)
B8 (900)
GSM/EDGE Bands
B2 (1900)
B3 (1800)
B5 (850)
B8 (900)
Max DL Speed
5.76 Mbps
Max UL Speed
14.4 Mbps
GNSS
Yes
GNSS technology
GPS
GNSS antenna support
Passive
Antenna Connectors
IPEX MHF/U.FL
Operating Temperature Range
-40 °C – 85 °C
Chipset
MDM6200
Data Interface
USB 2.0
Audio interface
Digital PCM signal input/output in socket
Driver Support
Android
Linux
Windows CE
Windows Mobile
GPIO
Yes
Technical details:
This module will be shipped with the latest firmware and BOM code. At this moment the module will be shipped with the firmware 1.0.0.8 and BOM code 1101501. If you would like to order with a special firmware or BOM code, please contact sales@techship.se
Windows executable driver installer file for MC809x, MC870x, MC7700, MC7710 modules using Direct IP

Download

Uploaded at
2017-01-31 16:58:33
Last updated
2017-01-31 16:58:33
Version
Build 3795
Related products
Sierra Wireless MC8092
Sierra Wireless MC7700
Sierra Wireless MC7710
This is a watcher for Sierra WIreless.

It is generic and works for both dip and qmi.

Download

Question

How do I set USB-interface modes on my Sierra Wireless module?

Solution

Sierra Wireless modules can expose different USB interfaces, like MBIM, MODEM, NMEA or RMNET. The different interfaces can be combined or used individually, depending on the specific need for your project.
Here is how to set the different USB interface configurations. (In this example we use a Sierra Wireless EM7421, but it will be similar for many other Sierra Wireless modules.)

Make sure you get an OK after every AT command sent.
We start by typing:
AT
To be able to view what we just sent to the module we type:
ATE1
Since this feature is password protected we need to type:
AT!ENTERCND=”A710”
To see what USB interface we are currently using, just type AT!USBCOMP? and you should receive something like this:

Config Index: 1
Config Type: 3 (Generic)
Interface bitmask: 0000010D (diag,nmea,modem,rmnet0)
OK

Config index is what the type applies to and should be set to 1.
The config type means what USB composition is used. For this module USBIF-MBIM (1), PCIE USBIF (2), Legacy Generic (3) or RNDIS (4) are available.
Interface bitmask is the part where we see what USB interface our module is set to.

Now, to see what our USB interface options are we need to type:
AT!USBCOMP=?
Here we can see that for this module we have the following options:
DIAG - 0x00000001
NMEA - 0x00000004
MODEM - 0x00000008
RMNET0 - 0x00000100
MBIM - 0x00001000
These values are hexadecimal. So, for an example, if we wanted to activate all the options (DIAG, NMEA, MODEM and MBIM) we just add these values together.
If we open the Windows Calculator in Programmer mode (and make sure you have “HEX” selected!) and add all the values together like this 1 + 4+ 8 +1000, we will get 100D. (Please note, RMNET0 and MBIM cannot be used simultaneous for this module. Refer to the manual of your specific module to when setting up the USB interface.)
If we then send the following AT command to the module, we will set it to DIAG, NMEA, MODEM and MBIM:
AT!USBCOMP=1,3,100D

Again, type AT!USBCOMP? to confirm we have the new settings selected, it should look like this:

Config Index: 1
Config Type: 3 (Generic)
Interface bitmask: 0000100D (diag,nmea,modem,mbim)
OK

For further information please take a look at the AT command user guide available on the product's specific page under "technical documentation", which is available for download once logged in.