espressif / esp-drone

Mini Drone/Quadcopter Firmware for ESP32 and ESP32-S Series SoCs.
GNU General Public License v3.0
782 stars 232 forks source link

How to Upgrade to ESP32-S3 #40

Closed sd196821 closed 2 years ago

sd196821 commented 2 years ago

I'd like to use ESP32-S3 core instead of original S2, besides editing "main\Kconfig.projbuild" and "sdkconfig" files, could anyone plz give me some help or instructions ?

w2016561536 commented 1 year ago

Excuse me, I found that the project can't be compiled correctly on the IDF version above 4.4. However, esp32-s3 is preview state in the IDF 4.3.4. How do you solve it?

sd196821 commented 1 year ago

Excuse me, I found that the project can't be compiled correctly on the IDF version above 4.4. However, esp32-s3 is preview state in the IDF 4.3.4. How do you solve it?

My s3 drone works well in v4.4 IDF

leeebo commented 1 year ago

@sd196821 @w2016561536 You can now build with IDF4.4 or 5.0 (no need to modify link scrip), please refer 5e88fcec676753448f8f66262af4352ca463a4bc.

sd196821 commented 1 year ago

@sd196821 @w2016561536 You can now build with IDF4.4 or 5.0 (no need to modify link scrip), please refer 5e88fce.

WOW, this project updated yesterday, NICE WORK, although I've managed to fly with s3 nearly 2 months ago. By the way, are cfclient GCS ( cfclient PC/Phone ) supporting data transportation with drone now?