This week I will pause with video part. It works with my desktop and local area network. From the other hand I looking for any android based client to read gstreamer pipeline on mobile.
I would like to check internet connection this week on RPI side. I did plug my current modem modem to RPI and its available as Qualcomm device:
Bus 001 Device 005: ID 05c6:6000 Qualcomm, Inc. Siemens SG75
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Following my current droneconfig setup:
#Options; (uqmi, wvdial, other) // Other will assume you are connected by other means
GSM_Connect="uqmi"`
and
#wvdial configuration. These are standard values, and should not be changed.
#However, some operators uses diffrent Phone number and credentials.
wv_init1="ATZ"
wv_init2="ATE1"
wv_init3="AT+CGDCONT=1"
wv_carrier_check="no"
wv_Phone="*99***1#"
wv_Modem="/dev/ttyUSB0"
wv_Username="" < for tmobile apn user should be blank
wv_Password="" < same as above
wv_Baud="460800"
wv_Auto_Reconnect="on"`
Should i install or configure something else on RPI side eg. uqmi ir this one in in whole packuage ?