Skip to main content
Ajeth.11
Associate III
March 23, 2021
Question

Quectel GSM/GPRS AT Command

  • March 23, 2021
  • 1 reply
  • 2862 views

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

    This topic has been closed for replies.

    1 reply

    Andrew Neil
    Super User
    March 23, 2021

    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

    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
    Andrew Neil
    Super User
    March 30, 2021
    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.