General uC driver that provides API to handle Quectel modems and choosing networks?

Hello there,

is there anyone who can recommend any driver source code that we can use or buy to simplify modem driver development on our side? Our main requirements is that it has to be able to be integrated into threaded c/c++ source code. Big bonus if it is extensible or handles choosing GSM networks out of the box.

Thanks
Andras

1 Like

which platform you are use ? Quectel provides openCPU solution it can use API to develop your application on chip side.

for external MCU
https://android.googlesource.com/platform/hardware/ril/+/donut-release/reference-ril

can be used with ThreadX
example for C++

Thank you! I’ll look into these.