Search found 300 matches

by Vader_Mester
Thu Apr 01, 2021 8:21 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.

i'm use VsCode. the follow is my sdkconfig is there any setting that I need to change? I see you are running at a higher baud rate. It may not be a problem, but it will be more stable if you try a slower one. Try to default the console and monitor rates back to 115200. Also try to enable the bootlo...
by Vader_Mester
Wed Mar 31, 2021 9:48 am
Forum: General Discussion
Topic: Gripes on ESP32/ESP-IDF
Replies: 51
Views: 62098

Re: Gripes on ESP32/ESP-IDF

Hi Vader Mester, I'm sad to read you had such a terrible experience. I think IDF is a great system, it is maintained well, and it is extremelly easy to work with - when it actually works :mrgreen: - I remember deving some stuff with IDF back in v3.1 with Eclipse. Now on VSCode I can not imagine eve...
by Vader_Mester
Wed Mar 31, 2021 6:01 am
Forum: General Discussion
Topic: Gripes on ESP32/ESP-IDF
Replies: 51
Views: 62098

Re: Gripes on ESP32/ESP-IDF

The chip and firmware may be "fine", but even now in 2021 the ESP-IDF and software eco-system has to be the biggest pile of crap I've encountered in 40+ years of software engineering... projects more than a few weeks old run the risk of not building anymore... tools just don't work... a project tha...
by Vader_Mester
Tue Mar 30, 2021 12:31 pm
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.

It seems, that core dump is output, but somehow not interpreted correctly. What OS and developoment software do you use? We have to solve the dumb-log issue first and then after checking the log we can see where it failed. Until then, there is nothing we can do to help. I am using Windows 10 develo...
by Vader_Mester
Mon Mar 29, 2021 10:00 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.

It seems, that core dump is output, but somehow not interpreted correctly.
What OS and developoment software do you use?
We have to solve the dumb-log issue first and then after checking the log we can see where it failed.
Until then, there is nothing we can do to help.
by Vader_Mester
Sat Mar 27, 2021 9:28 am
Forum: ESP32 Arduino
Topic: ESP32 Audible Noise on WiFi Transmit
Replies: 2
Views: 3232

Re: ESP32 Audible Noise on WiFi Transmit

Did you try disabling uart logging and see if that can cause this noise? I do not think that it's the wifi, that is causing the issue.
As you can see it varies by board design, so it's worth a shot checking these.
by Vader_Mester
Fri Mar 19, 2021 10:13 am
Forum: General Discussion
Topic: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
Replies: 72
Views: 164635

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

I'm so glad you made this post! I'm totally excited about this thing!
by Vader_Mester
Thu Feb 04, 2021 12:06 pm
Forum: General Discussion
Topic: Burning module through flash pins
Replies: 2
Views: 2205

Re: Burning module through flash pins

I don't think this is possible... as you stated, VDD_SIO is not available when the module is held in reset, and if the module is not held in reset, the flash pins are controlled by the ESP32. And yes, bad guys can read out your flash if they want to. That is why we have secureboot and flash encrypt...
by Vader_Mester
Thu Feb 04, 2021 10:13 am
Forum: General Discussion
Topic: Burning module through flash pins
Replies: 2
Views: 2205

Burning module through flash pins

Hi All, It's been a long while since I posted, but I got to a point where it became inevitable. Anyways, I wanna know, if it's possible to flash an ESP32 module (In this case WROVER) via the exposed flash pins, and flash it directly, instead of through the ESP32. This is obviously for production pur...
by Vader_Mester
Mon Jul 13, 2020 1:40 pm
Forum: General Discussion
Topic: Flash SPIFFS partition only with Secure Boot enabled
Replies: 0
Views: 1827

Flash SPIFFS partition only with Secure Boot enabled

The documentation is unclear on this, so I might ask here: I'm developing a semi-protected FW for a product. I want to use at least the Secure Boot option to protect my binary. However I'm also using the SPIFFs partition, for running JavaScript code from. The JavaScript apps will be developed by 3rd...