2021-03-23 03:40 AM
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
2021-03-23 04:39 AM
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
2021-03-30 02:46 AM