Search found 7 matches

by afeezaziz
Fri Jan 06, 2017 6:12 am
Forum: General Discussion
Topic: where to get AT CMD example?
Replies: 13
Views: 18597

Re: where to get AT CMD example?

Where did you buy your esp32 module/board and was there a firmware preloaded? AliExpress and yes, firmware preloaded. Which seller and part number? It is possible that ai-thinker or some other 3rd party manufacturer is shipping their own AT command firmware but I don't think it is provided by espre...
by afeezaziz
Fri Jan 06, 2017 4:44 am
Forum: General Discussion
Topic: where to get AT CMD example?
Replies: 13
Views: 18597

Re: where to get AT CMD example?

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.
by afeezaziz
Fri Jan 06, 2017 3:35 am
Forum: General Discussion
Topic: ESP32 AT Commands
Replies: 7
Views: 13796

Re: ESP32 AT Commands

There is an AT firmware in development for ESP32, but I don't think a reference of this kind is available yet. It will be similar to the ESP8266 AT command set. Once a reference guide is available, it will appear here: http://espressif.com/en/support/download/documents and we'll endeavour to reply ...
by afeezaziz
Fri Jan 06, 2017 3:33 am
Forum: General Discussion
Topic: ESP32 AT Commands
Replies: 7
Views: 13796

Re: ESP32 AT Commands

I guess ESP32 resources are way too high to make it a slave system based on standard AT commands. It would be similar to wasting a 600 DMIPS dual core SoC on a system with just one function available. So probably a custom command set can be defined for specific applications with ESP32 as slave... b...
by afeezaziz
Fri Jan 06, 2017 3:30 am
Forum: General Discussion
Topic: where to get AT CMD example?
Replies: 13
Views: 18597

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.
by afeezaziz
Sat Dec 31, 2016 5:54 am
Forum: General Discussion
Topic: ESP32 AT Commands
Replies: 7
Views: 13796

ESP32 AT Commands

Hi, I am developing various IoT products using ESP8266 and ESP32. Using both modules as slave mode, I use various AT commands. For ESP8266, fortunately, Espressif provides AT commands reference at https://github.com/espressif/ESP8266_AT. I am wondering whether there is an AT commands reference for E...
by afeezaziz
Sat Dec 31, 2016 5:31 am
Forum: General Discussion
Topic: where to get AT CMD example?
Replies: 13
Views: 18597

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.