Search found 69 matches

by squonk11
Tue Aug 31, 2021 7:23 am
Forum: General Discussion
Topic: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
Replies: 72
Views: 157931

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

@Vader_Mester : do you have already some Benchmark results with S3 chip?
by squonk11
Wed Jul 07, 2021 8:02 am
Forum: General Discussion
Topic: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
Replies: 72
Views: 157931

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

If you have working benchmarking code you want tested, I can do the test. I have wrover modules with ESP32 V3 chip, and S3 beta 3 modules. You can find some Benchmark Code here: https://esp32.com/viewtopic.php?f=14&t=800&start=20#p73849 . But it is mainly floatingpoint related, which is probably no...
by squonk11
Tue Jul 06, 2021 10:15 pm
Forum: General Discussion
Topic: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
Replies: 72
Views: 157931

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

Is there anybody who owns one of the new ESP32-S3 Evalboards, who did a benchmark comparison between ESP32 and ESP32-S3? If you have working benchmarking code you want tested, I can do the test. I have wrover modules with ESP32 V3 chip, and S3 beta 3 modules. You can find some Benchmark Code here: ...
by squonk11
Tue Jul 06, 2021 10:15 am
Forum: General Discussion
Topic: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
Replies: 72
Views: 157931

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

Is there anybody who owns one of the new ESP32-S3 Evalboards, who did a benchmark comparison between ESP32 and ESP32-S3?
by squonk11
Tue Aug 25, 2020 8:45 am
Forum: General Discussion
Topic: Problem after burning efuses
Replies: 2
Views: 4119

Re: Problem after burning efuses

now I used another ESP32 board for burning the efuses. This time it seems to work. So probably I damaged the previous board somehow?
by squonk11
Thu Aug 20, 2020 1:49 pm
Forum: General Discussion
Topic: Problem after burning efuses
Replies: 2
Views: 4119

Problem after burning efuses

In my project I want to use the efuses in BLK3 for storing a custom MAC address and a serial number. In a first step I burned the custom MAC into BLK3. After this step everything was working as expected. Next I burned a new serial number into BLK3 bits 192 to 255. After this step I am not able to do...
by squonk11
Mon Dec 16, 2019 5:04 pm
Forum: ESP-IDF
Topic: Errors installing ESP-IDF tools to Eclipse ( Windows 10 )
Replies: 1
Views: 3091

Re: Errors installing ESP-IDF tools to Eclipse ( Windows 10 )

I am encountering a very similar problem when installing via

Code: Select all

intall.bat
Did you find a solution?
by squonk11
Wed Dec 11, 2019 4:02 am
Forum: General Discussion
Topic: I got lots of error in AP mode: wifi: ampdu: ignore deleting tx BA0, is this a bug?
Replies: 4
Views: 6643

Re: I got lots of error in AP mode: wifi: ampdu: ignore deleting tx BA0, is this a bug?

O.k. I will check in github if such an issue already exists. If not, I will open a new one.
by squonk11
Tue Dec 10, 2019 5:07 pm
Forum: General Discussion
Topic: I got lots of error in AP mode: wifi: ampdu: ignore deleting tx BA0, is this a bug?
Replies: 4
Views: 6643

Re: I got lots of error in AP mode: wifi: ampdu: ignore deleting tx BA0, is this a bug?

I also have this problem. Is there already a fix or a workaround available?
by squonk11
Tue Dec 10, 2019 5:05 pm
Forum: ESP-IDF
Topic: wifi spams serial monitor
Replies: 3
Views: 5411

Re: wifi spams serial monitor

I am also having this problem. It seems as if this is related to some problems in my TCP/IP communication. Is there already a fix or workaround for this issue?