2017-12-23 05:51 AM
Hello everyone,
I have a general query about any embedded system. Whenever we use any communication device(maybe Bluetooth or WiFi or GSM), is it advised to use AT commands to control the device?
Thank you in advance.
Regards
Sarthak
#gsm #lora #esp8266 #communication2017-12-23 06:42 AM
AT command provide a familiar method to configure/control modem type devices, you can do things differently, but then you have to sell/support that idea in your product.
Modems are typically configured using AT commands and then switch to a data mode as is more efficient.
If you are building a self-contained device, say LoRa or sub-ghz radio, where all the software lives on the same micro-controller, you can dispense with the AT commands and program directly with the radio/comms stack or API.
2017-12-23 05:56 PM
You have to use whatever interface the device provides!
use AT Commands.
If the devices supports both AT Commands and some other thing, then you would have to evaluate the pros & cons of each.