Search found 300 matches

by Vader_Mester
Wed Apr 21, 2021 11:21 am
Forum: ESP-IDF
Topic: Cannot install ESP IDF tools on Windows 10
Replies: 1
Views: 2033

Re: Cannot install ESP IDF tools on Windows 10

Can you post your logs how it has failed?

Also, if you are using any IDE, like Eclipse, or VSCode, they have extensions that you can install into the IDE, and the extension can help you set up the tools and the environment. There are video tutorials and also guides HERE!
by Vader_Mester
Tue Apr 20, 2021 9:48 am
Forum: General Discussion
Topic: ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)
Replies: 11
Views: 7962

Re: ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)

You can use the schematic of any module, like WROOM, but just not include the external flash. If you follow that you should be fine. Also, if you insist on not using external RAM, you should also check out ESP32-PICO-D4. It is an SiP with the ESP32, with 4MB Flash, 40MHz crystal included inside the ...
by Vader_Mester
Mon Apr 19, 2021 1:50 pm
Forum: General Discussion
Topic: Speech recognition with ESP32-S2?
Replies: 2
Views: 2647

Re: Speech recognition with ESP32-S2?

Is it possible to use Speech recognition with ESP32-S2 ? Is there any example? Hello. Yes, it is integrated into ESP-ADF. Read dis: https://docs.espressif.com/projects/esp-adf/en/latest/api-reference/speech-recognition/index.html You should read this page, as it contains the official documentation ...
by Vader_Mester
Mon Apr 19, 2021 7:43 am
Forum: IDEs for ESP-IDF
Topic: VS Code Youtube Tutorial Series
Replies: 8
Views: 29188

Re: VS Code Youtube Tutorial Series

I agree " The whole process is not even similar to what is in the video . As others, I could also almost install it. My problem is with the included header files not being recognized ( #include errors detected. Please update your includePath. ) There is actually no connection between VScode recogni...
by Vader_Mester
Thu Apr 15, 2021 8:44 am
Forum: Hardware
Topic: Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE
Replies: 4
Views: 5598

Re: Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE

ESP_Minatel wrote:
Thu Apr 15, 2021 8:18 am
Hi,

That's the idea. Include symbols, footprint, 3d models and some templates according to our reference designs.
That is awsome! Looking forward to them!
by Vader_Mester
Thu Apr 15, 2021 7:37 am
Forum: Hardware
Topic: Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE
Replies: 4
Views: 5598

Re: Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE

ESP_Minatel wrote:
Wed Apr 14, 2021 11:03 am
Hi,

Thank you for sharing! I'm also working on some libs for KiCad and it will be available soon!
Oh, that is fantastic to hear! I don't want to be greedy here, but, If you can, please include the 3D models please :mrgreen:
by Vader_Mester
Wed Apr 14, 2021 12:44 pm
Forum: General Discussion
Topic: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
Replies: 72
Views: 164677

Re: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet

I just did a pin-map of the WROVER-like module on the Devboard, and I noticed, there are a lot of NC pins on it. Interestingly, I haven't found a connection between IO26 on the DevBoard and the module it self. I wonder where is it connected to.
by Vader_Mester
Wed Apr 14, 2021 7:18 am
Forum: General Discussion
Topic: Debugging LoadProhibited from Windows 10
Replies: 3
Views: 3424

Re: Debugging LoadProhibited from Windows 10

I'm getting a LoadProhibited out of a library that I have been happily using for several years. Can anyone point me at some clear and simple instructions for how to debug the ESP32 from a Windows environment? Hi, LoadProhibited is thrown when an address is out of valid address space. EXCVADDR shows...
by Vader_Mester
Tue Apr 13, 2021 7:12 am
Forum: General Discussion
Topic: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
Replies: 72
Views: 164677

Re: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet

@rudi

Do you know if uFL connector versions will come from these modules as well?
by Vader_Mester
Tue Apr 06, 2021 8:38 am
Forum: ESP-IDF
Topic: core panic occurs when wifi task schedule was registerd.
Replies: 6
Views: 4775

Re: core panic occurs when wifi task schedule was registerd.

sukhyun.yoo wrote:
Wed Mar 31, 2021 8:06 am
i'm use VsCode.

the follow is my sdkconfig

is there any setting that I need to change?
Did you have any luck?