Running Quectel-cm or equivalent on opencpu of RG500Q

Hi,

Does anyone manage to run quectel-CM or some other QMI control tool over the RG500 opencpu ?
I’m looking for network visibility like there is on the quectel-CM where I can see all QMI commands to network and get back the raw data feedback so I can see what’s going on in the cellular network.
All network APIs supplied are very functional and doesn’t give detailed logging capabilities.

Cheers.

Hi @Yaniv_Klinger

If I understand correctly,do you mean you want to run quectel-CM inside RG500Q?

Thanks

Correct, or any equivalent that could give me same capabilities of QMI message visibility.

Hi @Yaniv_Klinger

unfortunately, the quectel-CM tool cannot be used inside the module, usually customers who use the standard solution will use it, which is a kind of external data call method.
For QuecOpen solution, we recommend using the internal data call method. For specific examples, please refer to sample/data_call in the SDK
Here is the default sample_data_call test, you can call the corresponding API according to the network status you want to obtain.
image

Thanks

OK, I understand, will use it then.
Thanks for your time.

welcome @Yaniv_Klinger