SlideShare a Scribd company logo
3G module tutorial




                                                   Linux
       Plug in the device, and execute dmesg in console. With this we can see if we have
the drivers of the device installed or not.

     $:/etc$ dmesg
     generic-usb 0003:05C6:F006.0003: hiddev96,hidraw2: USB HID v1.10 Device
     [SimTech, Incorporated SimTech SIM5218] on usb-0000:00:1d.1-1/input0


         Not recognize the device, we install the necessary drivers.

         Execute lsusb, this command show a list of devices connected to USB port:

         $:/etc$ lsusb
               Bus 005   Device      001:   ID   1d6b:0001   Linux Foundation 1.1 root hub
               Bus 004   Device      001:   ID   1d6b:0001   Linux Foundation 1.1 root hub
               Bus 003   Device      008:   ID   05c6:f006   Qualcomm, Inc.
               Bus 003   Device      001:   ID   1d6b:0001   Linux Foundation 1.1 root hub
               Bus 002   Device      002:   ID   0e6a:6001   Megawin Technology Co., Ltd
               Bus 002   Device      001:   ID   1d6b:0001   Linux Foundation 1.1 root hub
               Bus 001   Device      001:   ID   1d6b:0002   Linux Foundation 2.0 root hub




         In this list, we can see:
                the vendor: 0x05c6
                the product: 0xf006

       With this parameters we will configure the file modules in path /etc/. For
configuring we have to execute:
         $:sudo gedit /etc/modules



     #   /etc/modules: kernel modules to load at boot time.
     #
     #   This file contains the names of kernel modules that should be loaded
     #   at boot time, one per line. Lines beginning with "#" are ignored.
     #   Parameters can be specified after the module name.

     lp

     usbserial vendor=0x05c6 product=0xf006




                                                     - 1-
3G module tutorial



       Execute dmesg:

[   2210.084352]   generic ttyUSB0: generic converter now disconnected from ttyUSB0
[   2210.084373]   usbserial_generic 1-3:1.0: device disconnected
[   2215.008545]   usb 1-3: new high speed USB device using ehci_hcd and address 5
[   2215.142637]   usb 1-3: configuration #1 chosen from 1 choice
[   2215.145180]   usbserial_generic 1-3:1.0: generic converter detected
[   2215.145280]   usb 1-3: generic converter now attached to ttyUSB0
[   2215.145361]   usbserial_generic 1-3:1.1: generic converter detected
[   2215.145436]   usb 1-3: generic converter now attached to ttyUSB1
[   2215.145515]   usbserial_generic 1-3:1.2: generic converter detected
[   2215.145591]   usb 1-3: generic converter now attached to ttyUSB2
[   2215.145678]   usbserial_generic 1-3:1.3: generic converter detected
[   2215.145758]   usb 1-3: generic converter now attached to ttyUSB3
[   2215.145853]   usbserial_generic 1-3:1.4: generic converter detected
[   2215.145933]   usb 1-3: generic converter now attached to ttyUSB4


       We can communicate with the device using AT commands, for this we use Cutecom
for example:




                                          - 2-
3G module tutorial



       Now the computer recognize the module SIM5218. We can use this module in
different ways.

       For use as a modem, we must follow these steps:

   •   Installing Wvdial in our Linux distribution, if not installed:
       sudo apt-get install wvdial

   •   Configuring WvDial:

       1. Once you have run wvdialconf, you need to edit the /etc/wvdial.conf file to
          reflect the phone number to dial, and your username and password.
       2. Open up /etc/wvdial.conf in your favorite text editor. It should look something like
          this:

                           [Dialer]
                           Modem = /dev/ttyUSB2
                           Modem Type = Analog Modem
                           Baud = 115200
                           ISDN = 0
                           Stupid mode = 1
                           Idle Seconds = 0
                           Init2 = ATZ
                           Init4 = AT+CGDCONT=1,"IP","my_APN"
                           Password = "my_password"
                           Phone = number of telephone
                           Username = "my_username"
                           Dial Command = ATD


       3. Save your changes and exit out of the text editor.




                                                - 3-
3G module tutorial



  •   Run wvdial


$:/etc$ wvdial /etc/wvdial.conf
--> WvDial: Internet dialer version 1.60
--> Warning: section [Dialer /etc/wvdial.conf] does not exist in wvdial.conf.
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATZ
ATZ
OK
--> Sending: AT+CGDCONT=1,"IP","internet"
AT+CGDCONT=1,"IP","internet"
OK
--> Modem initialized.
--> Sending: ATD*99***1#
--> Waiting for carrier.
ATD*99***1#
CONNECT 115200




                                     - 4-
3G module tutorial




                                     Windows XP


      Plug in SIM5218 to the computer. First step is install the drivers to use the device.

Drivers can be download to: http://www.cooking-
hacks.com/skin/frontend/default/cooking/pdf/WindowsDrivers_SIM5218_2.4.00.rar




       As seen in “other devices” there are five that are not assigned any driver, and
therefore can not be detected by the operating system.




                                            - 5-
3G module tutorial




      To install drivers for each device, we must select it by double click. And press the
Update Driver button.




      Select install from a list or specific location.




                                               - 6-
3G module tutorial




      In pop-up window select the directory where the drivers previously downloaded,




                                          - 7-
3G module tutorial




      Now, drivers are installed. The device is recognize.




      Once the device is connected and recognized by the operating system. We can use
it.




                                           - 8-
3G module tutorial




      To communicate with the module has been decided to use the Hyperterminal
program to Windows XP. This program will allow us to communicate with the module
through AT commands or use it as modem.

      Run Hyper-terminal, and create new connection.

     For use the module with AT commands, First, we must find what is the port to
connect to send AT commands.




                                         - 9-
3G module tutorial




     The next step, is to configure the device. In the follow images can see how it is:




                                           - 10-
3G module tutorial




      In case you want to configure the module as a modem SIM5218E should create a
new connection and choose the port, SimTech HS-USB Modem 9000.




                                        - 11-
3G module tutorial




                                      Windows 7


     Plug in SIM5218 to the computer. Check drivers are installed, if they is not installed,
you must do it.

        Computer Management can find that devices are recognized and which need a
driver. In this case one can see that there are five devices that have no driver.




       Before installing the drivers for the SIM module, we must check what version of
operating system we have. Depending on the version of operating system we use the
device drivers 32 or 64 bits.




                                           - 12-
3G module tutorial




      Now, we install drivers, We select for this option in the sub menu the Update Driver
Software. We repeat this process for the five missing drivers.




We look for the drivers we downloaded, and select it.




                                           - 13-
3G module tutorial




      Pressed the button accept. Drivers are installed.




      To communicate with the module SIM5218 through AT commands, we will need the
Hyper-terminal program. This program can be found at the following address:



      Once installed Hyper-terminal, create a new connection.




                                           - 14-
3G module tutorial




      Configure the connection as it appears in the figure 7. The port you have to choose
to communicate with the module through AT commands, so get looking at the system
administrator. This time the port for communications with AT commands is port COM6.




                                          - 15-
3G module tutorial




                             TUTORIAL Mac OS X


    First, download a virtual machine, VirtualBox in this case




                                          - 16-
3G module tutorial




      Install the Virtual Machine




                                    - 17-
3G module tutorial




      Select the virtual machine application.




                                           - 18-
3G module tutorial




      Install windows in the virtual machine




                                           - 19-
3G module tutorial




      Run windows into the virtual machine




                                         - 20-
3G module tutorial




      Click on the usb icon into the virtual machine screen, and select SimTech...




                                           - 21-
3G module tutorial




      And then, follow windows tutorial




                                          - 22-

More Related Content

What's hot

Computer Hardware & Software Lab Manual 2
Computer Hardware & Software Lab Manual 2Computer Hardware & Software Lab Manual 2
Computer Hardware & Software Lab Manual 2
senayteklay
 
Bm 170-android-2.1 r2e
Bm 170-android-2.1 r2eBm 170-android-2.1 r2e
Bm 170-android-2.1 r2e
dundunlost
 
Optiplex 380 service manual2-en-us
Optiplex 380 service manual2-en-usOptiplex 380 service manual2-en-us
Optiplex 380 service manual2-en-usBk Rathi
 
Hp envy 13 2021 Laptops Trần Phát
Hp envy 13 2021 Laptops Trần PhátHp envy 13 2021 Laptops Trần Phát
Hp envy 13 2021 Laptops Trần Phát
LAPTOP TRẦN PHÁT
 
Expanding The Micro Blaze System
Expanding  The Micro Blaze  SystemExpanding  The Micro Blaze  System
Expanding The Micro Blaze System
iuui
 
P4 m8p m7c-0227c_b
P4 m8p m7c-0227c_bP4 m8p m7c-0227c_b
P4 m8p m7c-0227c_b
Isma Othman
 
Programming atmega using boot loader
Programming atmega using boot loaderProgramming atmega using boot loader
Programming atmega using boot loaderruyanchung
 
Plan de sesion_integrado_18_febrero_2011 -eng-
Plan de sesion_integrado_18_febrero_2011 -eng-Plan de sesion_integrado_18_febrero_2011 -eng-
Plan de sesion_integrado_18_febrero_2011 -eng-Alberto Vargas
 
Bios and cmos
Bios and cmosBios and cmos
Bios and cmos
Online
 
P25 gv30
P25 gv30P25 gv30
P25 gv30
Clayton Croko
 
LAPTOP REPAIR TRAINING COURSE DETAIL
LAPTOP REPAIR TRAINING COURSE DETAIL LAPTOP REPAIR TRAINING COURSE DETAIL
LAPTOP REPAIR TRAINING COURSE DETAIL
Abdullah Khan
 
75959914 vcads-user-manual-volvo
75959914 vcads-user-manual-volvo75959914 vcads-user-manual-volvo
75959914 vcads-user-manual-volvo
luis felipe traipe
 

What's hot (18)

Computer Hardware & Software Lab Manual 2
Computer Hardware & Software Lab Manual 2Computer Hardware & Software Lab Manual 2
Computer Hardware & Software Lab Manual 2
 
Manual E
Manual EManual E
Manual E
 
Bm 170-android-2.1 r2e
Bm 170-android-2.1 r2eBm 170-android-2.1 r2e
Bm 170-android-2.1 r2e
 
Readme[1]
Readme[1]Readme[1]
Readme[1]
 
Optiplex 380 service manual2-en-us
Optiplex 380 service manual2-en-usOptiplex 380 service manual2-en-us
Optiplex 380 service manual2-en-us
 
Hp envy 13 2021 Laptops Trần Phát
Hp envy 13 2021 Laptops Trần PhátHp envy 13 2021 Laptops Trần Phát
Hp envy 13 2021 Laptops Trần Phát
 
Expanding The Micro Blaze System
Expanding  The Micro Blaze  SystemExpanding  The Micro Blaze  System
Expanding The Micro Blaze System
 
P4 m8p m7c-0227c_b
P4 m8p m7c-0227c_bP4 m8p m7c-0227c_b
P4 m8p m7c-0227c_b
 
bios
biosbios
bios
 
Programming atmega using boot loader
Programming atmega using boot loaderProgramming atmega using boot loader
Programming atmega using boot loader
 
Plan de sesion_integrado_18_febrero_2011 -eng-
Plan de sesion_integrado_18_febrero_2011 -eng-Plan de sesion_integrado_18_febrero_2011 -eng-
Plan de sesion_integrado_18_febrero_2011 -eng-
 
Bios and cmos
Bios and cmosBios and cmos
Bios and cmos
 
P25 gv30
P25 gv30P25 gv30
P25 gv30
 
P55 g 10
P55 g 10P55 g 10
P55 g 10
 
1---ث1
1---ث11---ث1
1---ث1
 
LAPTOP REPAIR TRAINING COURSE DETAIL
LAPTOP REPAIR TRAINING COURSE DETAIL LAPTOP REPAIR TRAINING COURSE DETAIL
LAPTOP REPAIR TRAINING COURSE DETAIL
 
M7vcm10
M7vcm10M7vcm10
M7vcm10
 
75959914 vcads-user-manual-volvo
75959914 vcads-user-manual-volvo75959914 vcads-user-manual-volvo
75959914 vcads-user-manual-volvo
 

Similar to 3 g modem_tutorial

Bluetooth quick start_guide / Controlanything India
Bluetooth quick start_guide / Controlanything IndiaBluetooth quick start_guide / Controlanything India
Bluetooth quick start_guide / Controlanything India
Dcube Tech Ventures
 
bcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docxbcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docx
ssuser1eca7d
 
IPmux ws 4.00.ppt
IPmux ws 4.00.pptIPmux ws 4.00.ppt
IPmux ws 4.00.ppt
LawrenceMutinda1
 
Outdoor LED Billboard IPC --- function introduction
Outdoor LED Billboard IPC --- function introductionOutdoor LED Billboard IPC --- function introduction
Outdoor LED Billboard IPC --- function introduction
Max Dan
 
Nat mikrotik
Nat mikrotikNat mikrotik
Nat mikrotik
louisraj
 
Starting Raspberry Pi
Starting Raspberry PiStarting Raspberry Pi
Starting Raspberry Pi
LloydMoore
 
Steps to build and run oai
Steps to build and run oaiSteps to build and run oai
Steps to build and run oai
ssuser38b887
 
Adslconfiguration 100407000953-phpapp01
Adslconfiguration 100407000953-phpapp01Adslconfiguration 100407000953-phpapp01
Adslconfiguration 100407000953-phpapp01
sasdasdadasd
 
IT Essentials (Version 7.0) - ITE Chapter 7 Exam Answers
IT Essentials (Version 7.0) - ITE Chapter 7 Exam AnswersIT Essentials (Version 7.0) - ITE Chapter 7 Exam Answers
IT Essentials (Version 7.0) - ITE Chapter 7 Exam Answers
ITExamAnswers.net
 
Hardwear.io 2018 BLE Security Essentials workshop
Hardwear.io 2018 BLE Security Essentials workshopHardwear.io 2018 BLE Security Essentials workshop
Hardwear.io 2018 BLE Security Essentials workshop
Slawomir Jasek
 
Mikrotik Network Simulator (MUM Presentation Material 2013) [COPY]
Mikrotik Network Simulator (MUM Presentation Material 2013) [COPY]Mikrotik Network Simulator (MUM Presentation Material 2013) [COPY]
Mikrotik Network Simulator (MUM Presentation Material 2013) [COPY]Mahadiputra S
 
Z stick 7 user guide
Z stick 7 user guideZ stick 7 user guide
Z stick 7 user guide
Domotica daVinci
 
Android crash debugging
Android crash debuggingAndroid crash debugging
Android crash debugging
Ashish Agrawal
 
INET for Starters
INET for StartersINET for Starters
INET for Starters
Fayruz Rahma
 
Usb dongle z wave.me manual
Usb dongle z wave.me manualUsb dongle z wave.me manual
Usb dongle z wave.me manualDomotica daVinci
 
Mikrotik Network Simulator (MUM Presentation Material 2013)
Mikrotik Network Simulator (MUM Presentation Material 2013)Mikrotik Network Simulator (MUM Presentation Material 2013)
Mikrotik Network Simulator (MUM Presentation Material 2013)Rofiq Fauzi
 
snortinstallguide
snortinstallguidesnortinstallguide
snortinstallguide
Liễu Hồng
 
Smart pos stepbystep-v2-0
Smart pos stepbystep-v2-0Smart pos stepbystep-v2-0
Smart pos stepbystep-v2-0
Rawntech Mak
 
Using the cisco console in linux
Using the cisco console in linux Using the cisco console in linux
Using the cisco console in linux
IT Tech
 
9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training
videos
 

Similar to 3 g modem_tutorial (20)

Bluetooth quick start_guide / Controlanything India
Bluetooth quick start_guide / Controlanything IndiaBluetooth quick start_guide / Controlanything India
Bluetooth quick start_guide / Controlanything India
 
bcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docxbcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docx
 
IPmux ws 4.00.ppt
IPmux ws 4.00.pptIPmux ws 4.00.ppt
IPmux ws 4.00.ppt
 
Outdoor LED Billboard IPC --- function introduction
Outdoor LED Billboard IPC --- function introductionOutdoor LED Billboard IPC --- function introduction
Outdoor LED Billboard IPC --- function introduction
 
Nat mikrotik
Nat mikrotikNat mikrotik
Nat mikrotik
 
Starting Raspberry Pi
Starting Raspberry PiStarting Raspberry Pi
Starting Raspberry Pi
 
Steps to build and run oai
Steps to build and run oaiSteps to build and run oai
Steps to build and run oai
 
Adslconfiguration 100407000953-phpapp01
Adslconfiguration 100407000953-phpapp01Adslconfiguration 100407000953-phpapp01
Adslconfiguration 100407000953-phpapp01
 
IT Essentials (Version 7.0) - ITE Chapter 7 Exam Answers
IT Essentials (Version 7.0) - ITE Chapter 7 Exam AnswersIT Essentials (Version 7.0) - ITE Chapter 7 Exam Answers
IT Essentials (Version 7.0) - ITE Chapter 7 Exam Answers
 
Hardwear.io 2018 BLE Security Essentials workshop
Hardwear.io 2018 BLE Security Essentials workshopHardwear.io 2018 BLE Security Essentials workshop
Hardwear.io 2018 BLE Security Essentials workshop
 
Mikrotik Network Simulator (MUM Presentation Material 2013) [COPY]
Mikrotik Network Simulator (MUM Presentation Material 2013) [COPY]Mikrotik Network Simulator (MUM Presentation Material 2013) [COPY]
Mikrotik Network Simulator (MUM Presentation Material 2013) [COPY]
 
Z stick 7 user guide
Z stick 7 user guideZ stick 7 user guide
Z stick 7 user guide
 
Android crash debugging
Android crash debuggingAndroid crash debugging
Android crash debugging
 
INET for Starters
INET for StartersINET for Starters
INET for Starters
 
Usb dongle z wave.me manual
Usb dongle z wave.me manualUsb dongle z wave.me manual
Usb dongle z wave.me manual
 
Mikrotik Network Simulator (MUM Presentation Material 2013)
Mikrotik Network Simulator (MUM Presentation Material 2013)Mikrotik Network Simulator (MUM Presentation Material 2013)
Mikrotik Network Simulator (MUM Presentation Material 2013)
 
snortinstallguide
snortinstallguidesnortinstallguide
snortinstallguide
 
Smart pos stepbystep-v2-0
Smart pos stepbystep-v2-0Smart pos stepbystep-v2-0
Smart pos stepbystep-v2-0
 
Using the cisco console in linux
Using the cisco console in linux Using the cisco console in linux
Using the cisco console in linux
 
9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training
 

Recently uploaded

From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 

Recently uploaded (20)

From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 

3 g modem_tutorial

  • 1. 3G module tutorial Linux Plug in the device, and execute dmesg in console. With this we can see if we have the drivers of the device installed or not. $:/etc$ dmesg generic-usb 0003:05C6:F006.0003: hiddev96,hidraw2: USB HID v1.10 Device [SimTech, Incorporated SimTech SIM5218] on usb-0000:00:1d.1-1/input0 Not recognize the device, we install the necessary drivers. Execute lsusb, this command show a list of devices connected to USB port: $:/etc$ lsusb Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 008: ID 05c6:f006 Qualcomm, Inc. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 0e6a:6001 Megawin Technology Co., Ltd Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub In this list, we can see: the vendor: 0x05c6 the product: 0xf006 With this parameters we will configure the file modules in path /etc/. For configuring we have to execute: $:sudo gedit /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. # Parameters can be specified after the module name. lp usbserial vendor=0x05c6 product=0xf006 - 1-
  • 2. 3G module tutorial Execute dmesg: [ 2210.084352] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 2210.084373] usbserial_generic 1-3:1.0: device disconnected [ 2215.008545] usb 1-3: new high speed USB device using ehci_hcd and address 5 [ 2215.142637] usb 1-3: configuration #1 chosen from 1 choice [ 2215.145180] usbserial_generic 1-3:1.0: generic converter detected [ 2215.145280] usb 1-3: generic converter now attached to ttyUSB0 [ 2215.145361] usbserial_generic 1-3:1.1: generic converter detected [ 2215.145436] usb 1-3: generic converter now attached to ttyUSB1 [ 2215.145515] usbserial_generic 1-3:1.2: generic converter detected [ 2215.145591] usb 1-3: generic converter now attached to ttyUSB2 [ 2215.145678] usbserial_generic 1-3:1.3: generic converter detected [ 2215.145758] usb 1-3: generic converter now attached to ttyUSB3 [ 2215.145853] usbserial_generic 1-3:1.4: generic converter detected [ 2215.145933] usb 1-3: generic converter now attached to ttyUSB4 We can communicate with the device using AT commands, for this we use Cutecom for example: - 2-
  • 3. 3G module tutorial Now the computer recognize the module SIM5218. We can use this module in different ways. For use as a modem, we must follow these steps: • Installing Wvdial in our Linux distribution, if not installed: sudo apt-get install wvdial • Configuring WvDial: 1. Once you have run wvdialconf, you need to edit the /etc/wvdial.conf file to reflect the phone number to dial, and your username and password. 2. Open up /etc/wvdial.conf in your favorite text editor. It should look something like this: [Dialer] Modem = /dev/ttyUSB2 Modem Type = Analog Modem Baud = 115200 ISDN = 0 Stupid mode = 1 Idle Seconds = 0 Init2 = ATZ Init4 = AT+CGDCONT=1,"IP","my_APN" Password = "my_password" Phone = number of telephone Username = "my_username" Dial Command = ATD 3. Save your changes and exit out of the text editor. - 3-
  • 4. 3G module tutorial • Run wvdial $:/etc$ wvdial /etc/wvdial.conf --> WvDial: Internet dialer version 1.60 --> Warning: section [Dialer /etc/wvdial.conf] does not exist in wvdial.conf. --> Cannot get information for serial port. --> Initializing modem. --> Sending: ATZ ATZ OK --> Sending: ATZ ATZ OK --> Sending: AT+CGDCONT=1,"IP","internet" AT+CGDCONT=1,"IP","internet" OK --> Modem initialized. --> Sending: ATD*99***1# --> Waiting for carrier. ATD*99***1# CONNECT 115200 - 4-
  • 5. 3G module tutorial Windows XP Plug in SIM5218 to the computer. First step is install the drivers to use the device. Drivers can be download to: http://www.cooking- hacks.com/skin/frontend/default/cooking/pdf/WindowsDrivers_SIM5218_2.4.00.rar As seen in “other devices” there are five that are not assigned any driver, and therefore can not be detected by the operating system. - 5-
  • 6. 3G module tutorial To install drivers for each device, we must select it by double click. And press the Update Driver button. Select install from a list or specific location. - 6-
  • 7. 3G module tutorial In pop-up window select the directory where the drivers previously downloaded, - 7-
  • 8. 3G module tutorial Now, drivers are installed. The device is recognize. Once the device is connected and recognized by the operating system. We can use it. - 8-
  • 9. 3G module tutorial To communicate with the module has been decided to use the Hyperterminal program to Windows XP. This program will allow us to communicate with the module through AT commands or use it as modem. Run Hyper-terminal, and create new connection. For use the module with AT commands, First, we must find what is the port to connect to send AT commands. - 9-
  • 10. 3G module tutorial The next step, is to configure the device. In the follow images can see how it is: - 10-
  • 11. 3G module tutorial In case you want to configure the module as a modem SIM5218E should create a new connection and choose the port, SimTech HS-USB Modem 9000. - 11-
  • 12. 3G module tutorial Windows 7 Plug in SIM5218 to the computer. Check drivers are installed, if they is not installed, you must do it. Computer Management can find that devices are recognized and which need a driver. In this case one can see that there are five devices that have no driver. Before installing the drivers for the SIM module, we must check what version of operating system we have. Depending on the version of operating system we use the device drivers 32 or 64 bits. - 12-
  • 13. 3G module tutorial Now, we install drivers, We select for this option in the sub menu the Update Driver Software. We repeat this process for the five missing drivers. We look for the drivers we downloaded, and select it. - 13-
  • 14. 3G module tutorial Pressed the button accept. Drivers are installed. To communicate with the module SIM5218 through AT commands, we will need the Hyper-terminal program. This program can be found at the following address: Once installed Hyper-terminal, create a new connection. - 14-
  • 15. 3G module tutorial Configure the connection as it appears in the figure 7. The port you have to choose to communicate with the module through AT commands, so get looking at the system administrator. This time the port for communications with AT commands is port COM6. - 15-
  • 16. 3G module tutorial TUTORIAL Mac OS X First, download a virtual machine, VirtualBox in this case - 16-
  • 17. 3G module tutorial Install the Virtual Machine - 17-
  • 18. 3G module tutorial Select the virtual machine application. - 18-
  • 19. 3G module tutorial Install windows in the virtual machine - 19-
  • 20. 3G module tutorial Run windows into the virtual machine - 20-
  • 21. 3G module tutorial Click on the usb icon into the virtual machine screen, and select SimTech... - 21-
  • 22. 3G module tutorial And then, follow windows tutorial - 22-