mobile-insight / mobileinsight-core

Mobile Network Intelligence Made Easy -- MobileInsight core functionalities
http://www.mobileinsight.net
Other
106 stars 82 forks source link

Question for NB-IoT data collection and analytics #130

Closed haroldfeng closed 6 months ago

haroldfeng commented 9 months ago

I was recently researching NB-IoT communication signaling and found that MobileInsight supports this function, but after setting up a test environment, I found that the signaling could not be obtained.

In Windos environment, AT command was executed through COM port and Tashi device software to obtain IMEI and other information. However, in the Ubuntu environment, mobileinsight executes normally and cannot obtain signaling data. Therefore, I would like to ask about the models of NB-IoT devices supported by mobileinsight.

D499E089-6DAF-4C54-BEF6-9B462D4C2769 DF56DC6E-1D17-446D-87F1-C3703ECFF21D

Aghiles1998 commented 9 months ago

The same probleme with me Capture d’écran de 2024-01-14 11-01-10

haroldfeng commented 9 months ago

@Aghiles1998 Your error message is about /dev/ttyUSB0 because the device diagnostics port was not recognized. The possible cause is that the corresponding driver is not installed or the device diagnostic mode is not enabled.

Aghiles1998 commented 9 months ago

which option to choose here? Screenshot_20240114-132306

Aghiles1998 commented 9 months ago

how to verify this ? Your error message is about /dev/ttyUSB0 because the device diagnostics port was not recognized. The possible cause is that the corresponding driver is not installed or the device diagnostic mode is not enabled.

haroldfeng commented 9 months ago

It doesn't seem to open from this option. My device is NB-IoT, which is not the same as UE.

Your command line result reads :"No such file or directory: '/dev/ttyUSB0' ". You can check to see if the file exists in /dev/.

Aghiles1998 commented 9 months ago

yes for me is : tty0 Capture d’écran de 2024-01-14 13-54-54

Aghiles1998 commented 9 months ago

i plugged the google pixel 5 with my computer i try to collect data with the mobile application inisght 6 it doesn't work

Aghiles1998 commented 9 months ago

I want a solution please ? erreur

haroldfeng commented 9 months ago

My device is now not satisfied with successful operation. Your error message is no device, should be needed to load usbserial. For example, modprobe usbserial vendor=0x04e8 product=0x681c.

Official tutorial reference: http://www.mobileinsight.net/get_started_desktop.html