espressif / esp-at

AT application for ESP32/ESP32-C2/ESP32-C3/ESP32-C6/ESP8266
Apache License 2.0
849 stars 715 forks source link

where to donwload AT Firmware 2.0 for ESP32 (but with included MQTT) #309

Closed valoni closed 4 years ago

valoni commented 4 years ago

i downloaded ready AT Firmware for ESP32 v2.0 but there not included MQTT commands. where i can download variant that include MQTT as part of AT Commands.

regards, VALONI

ustccw commented 4 years ago

@valoni The released AT firmware does not contain MQTT features. user can use MQTT by compiling AT SDK, following by README.md

ustccw commented 4 years ago

If you're not interested in compiling, you could provide me your module type, I will provide a AT firmware according your module, here.

valoni commented 4 years ago

i have an ESP32s module (ESP32-WROOM-32 [with default 4 Mb flash , 540 kb sram]) or exactly ESP32-DevKitC

ghost commented 4 years ago

Im interested too. Anyway consider release them with MQTT and BT, or create another releases where those are enabled by default. That would help for plenty of people, including me. Thanks.

ustccw commented 4 years ago

@valoni Please download the bin from address 0x0, it will work on ESP32-WROOM-32. target.zip

ustccw commented 4 years ago

@valoni @kurta999 As the issues 284 said, https://github.com/espressif/esp-at/issues/284, We have a guidance about AT connect to AWS, but it is written in Chinese. You also could take a look at AT commands

In fact, MQTT based on TLS depend on certificates, So it is recommended that you compile AT firmware according to README.md

valoni commented 4 years ago

Im interested too. Anyway consider release them with MQTT and BT, or create another releases where those are enabled by default. That would help for plenty of people, including me. Thanks.

I'm too

valoni commented 4 years ago

@valoni @kurta999 As the issues 284 said, #284, We have a guidance about AT connect to AWS, but it is written in Chinese. You also could take a look at AT commands

In fact, MQTT based on TLS depend on certificates, So it is recommended that you compile AT firmware according to README.md

@ustccw thank you for compile bin file butt can i use MQTT Based on TLS with this bin file that you provided to us

ustccw commented 4 years ago

@valoni @kurta999 As the issues 284 said, #284, We have a guidance about AT connect to AWS, but it is written in Chinese. You also could take a look at AT commands In fact, MQTT based on TLS depend on certificates, So it is recommended that you compile AT firmware according to README.md

@ustccw thank you for compile bin file butt can i use MQTT Based on TLS with this bin file that you provided to us

If there is no a certificates auth, it can works on TLS, otherwise, user has to compile the AT firmware.

valoni commented 4 years ago

now i was able to compile via ubuntu 1806 ova (with vmware) , thanks a lot for help .