Page 1 of 1

ESP32_RTOS_SDK v3.0.0_16-07-23

Posted: Sat Jul 23, 2016 8:50 am
by rudi ;-)
hi guys

just in time founded. there are updates in past ( 1 hour old )

- update lwip to v1.5.0;
- update smartconfig to v2.5.4;
- system parameter struct changed, need to flash blank.bin to system parameter sector;
- support set phy mode for softap/station seperately;
- support Rx/Tx AMPDU;
- support 802.11 regdomain;
- support 802.11 QoS;
- optimize throughput;
- modify sdk internal framework;
- modify esp_*.h headers dependencies;
- add libphyrom.a and liblwip_dep.a;
- update documents;
- update gen_appbin.py;
- bug fix;

can't create a new thread in SDK partion ( only admin's )
so i create here a new for the meantime if we get official.

follow and check it out here for more info and link

there are update in the documents too

best wishes
rudi ;-)

Re: ESP32_RTOS_SDK v3.0.0_16-07-23

Posted: Sat Jul 23, 2016 11:59 pm
by WiFive
Is this still just for esp31b target?

Re: ESP32_RTOS_SDK v3.0.0_16-07-23

Posted: Wed Aug 03, 2016 2:27 pm
by ESP_Sprite
Yes. In all probability, the 'real' ESP32 will get a separate SDK because of some core changes; we also took the opportunity to change a bunch of things in the SDK that were less-than-optimal before.

Re: ESP32_RTOS_SDK v3.0.0_16-07-23

Posted: Sat Oct 22, 2016 12:23 pm
by Ritesh
Hi,

I have one ESP32_Demo Board_V2 for ESP32 development purpose and also we are planning to use ESP32 chip for our project as well. I have tried ESP32 RTOS SDK 1.0.0, 1.1.0 and 2.0.0 SDKs to compile sample code and successfully compiled it and flashed into ESP32 Development board as well.

But, when i started board at that time board was going to restart due to some rst reason. so, it seems like that those SDKs are only for ESP31B board as per some other posts which i have seen.

So, I need to use " https://github.com/espressif/esp-idf" for ESP32 related development stuffs.

please correct me if i am wrong for SDK selection regarding ESP32 development stuffs.

Regards,
Ritesh Prajapati

Re: ESP32_RTOS_SDK v3.0.0_16-07-23

Posted: Sat Oct 22, 2016 12:26 pm
by ESP_Sprite
Yes, at this moment you only can program the ESP32 using esp-idf. The old ESP32-RTOS-SDK is for the old ESP31 chip and cannot be used for the ESP32.

Re: ESP32_RTOS_SDK v3.0.0_16-07-23

Posted: Sat Oct 22, 2016 12:38 pm
by Ritesh
Hi,

Thanks for your quick Reply.

So, I need to use only "esp-idf" to develop any application for ESP32 based product? correct?

Regards,
Ritesh Prajapati

Re: ESP32_RTOS_SDK v3.0.0_16-07-23

Posted: Sat Oct 22, 2016 2:35 pm
by rudi ;-)
Ritesh wrote:Hi,

Thanks for your quick Reply.

So, I need to use only "esp-idf" to develop any application for ESP32 based product? correct?

Regards,
Ritesh Prajapati
Yes .. at this moment you can use only "esp-idf" to develop any application for ESP32 based product. full correct.

best wishes
rudi ;-)