where to get AT CMD example?
where to get AT CMD example?
Do we have AT CMD simplie example for ESP32?
Does esp have a list with github link for esp example(easy to get) && third part example? If not, recommend file a topic for all example.
Does esp have a list with github link for esp example(easy to get) && third part example? If not, recommend file a topic for all example.
Re: where to get AT CMD example?
The official samples can be found here:
https://github.com/espressif/esp-idf/tr ... r/examples
To the best of my knowledge, there is currently no equivalent of the ESP8266 AT command processor. It might simply be the case that if one wants to use serial AT commands to interact with WiFi then one would stick with the ESP8266 which can perform that task just fine. It may very well be the case that there won't necessarily be an AT command processor for the ESP32 (but maybe there will be enhanced with Bluetooth functions).
https://github.com/espressif/esp-idf/tr ... r/examples
To the best of my knowledge, there is currently no equivalent of the ESP8266 AT command processor. It might simply be the case that if one wants to use serial AT commands to interact with WiFi then one would stick with the ESP8266 which can perform that task just fine. It may very well be the case that there won't necessarily be an AT command processor for the ESP32 (but maybe there will be enhanced with Bluetooth functions).
Free book on ESP32 available here: https://leanpub.com/kolban-ESP32
Re: where to get AT CMD example?
@ kolban
I have this question, because I want build a console log debug system for this Chip for my project ? I think i can reference the AT example.
I have this question, because I want build a console log debug system for this Chip for my project ? I think i can reference the AT example.
Re: where to get AT CMD example?
The ESP-IDF has an architected console logging mechanism built into it. See the macros and definitions in the supplied <esp_log.h> found with documentation here ...
https://github.com/espressif/esp-idf/tr ... onents/log
By using these macros, you can log diagnostics to the serial port or other destination, decide whether the debug statements are included at compile time and for those that are, dynamically enable or disable which ones are active.
https://github.com/espressif/esp-idf/tr ... onents/log
By using these macros, you can log diagnostics to the serial port or other destination, decide whether the debug statements are included at compile time and for those that are, dynamically enable or disable which ones are active.
Free book on ESP32 available here: https://leanpub.com/kolban-ESP32
Re: where to get AT CMD example?
thanks @Kolban,
I want get console input example if esp-idf have the example already. and i don't want modify on IDF sdk.
Looks like i need implement it myself.
I want get console input example if esp-idf have the example already. and i don't want modify on IDF sdk.
Looks like i need implement it myself.
Re: where to get AT CMD example?
Hi,
I think for the most part, we can use the same AT commands as with ESP8266. I have tried with a few basic AT commands such as AT+CWJAP which do work. Nevertheless, I did not test all.
Please do share if there is extra AT commands for ESP32, since it does have BLE.
I think for the most part, we can use the same AT commands as with ESP8266. I have tried with a few basic AT commands such as AT+CWJAP which do work. Nevertheless, I did not test all.
Please do share if there is extra AT commands for ESP32, since it does have BLE.
Re: where to get AT CMD example?
@afeezaziz
Which example you have test the AT cmd for ESP32, I have try ESP32 examples, all not accept input, only log outputs?
Which example you have test the AT cmd for ESP32, I have try ESP32 examples, all not accept input, only log outputs?
Re: where to get AT CMD example?
Hi @wziy520,
As I mentioned in my previous post, I tried with a few basic AT commands such as AT+CWJAP which do work. Thanks.
As I mentioned in my previous post, I tried with a few basic AT commands such as AT+CWJAP which do work. Thanks.
Re: where to get AT CMD example?
Where did you buy your esp32 module/board and was there a firmware preloaded?afeezaziz wrote:Hi @wziy520,
As I mentioned in my previous post, I tried with a few basic AT commands such as AT+CWJAP which do work. Thanks.
Re: where to get AT CMD example?
AliExpress and yes, firmware preloaded.WiFive wrote:Where did you buy your esp32 module/board and was there a firmware preloaded?afeezaziz wrote:Hi @wziy520,
As I mentioned in my previous post, I tried with a few basic AT commands such as AT+CWJAP which do work. Thanks.
Who is online
Users browsing this forum: No registered users and 90 guests