cancel
Showing results for 
Search instead for 
Did you mean: 

Quectel GSM/GPRS AT Command

Ajeth.11
Associate III

Anyone Have Example Code of Quectel GSM/GPRS AT Command using UART With STM32 ?

If anyone have example code for the same please share with me

Thank you in advance

2 REPLIES 2
Andrew Neil
Evangelist

For specific details of Quectel's AT commands, you will have to study the Quectel documentation.

As far as the STM32 (or any other microcontroller) is concerned, Quectel AT Commands are no different to any other AT Commands - so you can look at any of the huge number of AT Command examples on the interwebs...

eg,

https://majerle.eu/projects/lwgsm-lightweight-gsm-at-parser-library-for-embedded-systems

https://majerle.eu/projects/lwesp-lightweight-esp-at-parser-library-for-embedded-systems

https://www.avrfreaks.net/comment/2928456#comment-2928456

The key thing is not to rely upon "blind" delays: https://www.avrfreaks.net/comment/2139451#comment-2139451

#ATCommand