Page 1 of 2

where to get AT CMD example?

Posted: Mon Dec 05, 2016 3:45 pm
by wziy520
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.

Re: where to get AT CMD example?

Posted: Mon Dec 05, 2016 5:06 pm
by kolban
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).

Re: where to get AT CMD example?

Posted: Tue Dec 06, 2016 7:54 am
by wziy520
@ 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.

Re: where to get AT CMD example?

Posted: Tue Dec 06, 2016 4:02 pm
by kolban
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.

Re: where to get AT CMD example?

Posted: Thu Dec 08, 2016 7:00 am
by wziy520
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.

Re: where to get AT CMD example?

Posted: Sat Dec 31, 2016 5:31 am
by afeezaziz
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.

Re: where to get AT CMD example?

Posted: Sun Jan 01, 2017 8:04 am
by wziy520
@afeezaziz

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?

Posted: Fri Jan 06, 2017 3:30 am
by afeezaziz
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?

Posted: Fri Jan 06, 2017 4:40 am
by WiFive
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.
Where did you buy your esp32 module/board and was there a firmware preloaded?

Re: where to get AT CMD example?

Posted: Fri Jan 06, 2017 4:44 am
by afeezaziz
WiFive wrote:
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.
Where did you buy your esp32 module/board and was there a firmware preloaded?
AliExpress and yes, firmware preloaded.