Search found 26 matches

by MasterExploder
Mon Jun 17, 2024 6:56 am
Forum: General Discussion
Topic: how to use SPI1_HOST
Replies: 2
Views: 709

Re: how to use SPI1_HOST

OK, perfect.

thank you.
by MasterExploder
Wed Jun 12, 2024 7:38 am
Forum: General Discussion
Topic: how to use SPI1_HOST
Replies: 2
Views: 709

how to use SPI1_HOST

Hi all, i'm currently try to use SP1_HOST for ethernet with w5500 in my esp32-s3 mini. I tried to initialize the SPI1_HOST, but it's not working; As i can read from the documentation, SPI1 share its pins with SPI0, which is used to fetch the intructions from flash to ram. The docs say that it cannot...
by MasterExploder
Mon Mar 11, 2024 12:41 pm
Forum: General Discussion
Topic: Wifi APSTA, RAM memory optimization
Replies: 0
Views: 471

Wifi APSTA, RAM memory optimization

Hi all, i would like to have some help with the wifi APSTA configuration and usage. My application is very large, and i have some problems in managing the memory. I noticed that wifi APSTA configuration takes up a lot of RAM memory, how can i reduce the used memory by wifi? (I'm not very interested ...
by MasterExploder
Mon Mar 11, 2024 12:32 pm
Forum: Hardware
Topic: Ethernet activity indicator flashes constantly when using softAP
Replies: 3
Views: 3820

Re: Ethernet activity indicator flashes constantly when using softAP

I can confirm the wifi is the cause, disabling in i don't have no more the anomaly on the traffic led blink.
Did you manage to find a solution to this?
by MasterExploder
Mon Apr 17, 2023 8:04 am
Forum: General Discussion
Topic: v5.1 official release date
Replies: 3
Views: 2418

Re: v5.1 official release date

Thank you for your answer.
by MasterExploder
Thu Apr 13, 2023 3:43 pm
Forum: General Discussion
Topic: v5.1 official release date
Replies: 3
Views: 2418

v5.1 official release date

Hi all, does anyone have an idea of when the v5.1 of esp-idf will be released?
by MasterExploder
Thu Apr 13, 2023 6:03 am
Forum: General Discussion
Topic: ESP32S3 PSRAM Mhz
Replies: 10
Views: 5106

Re: ESP32S3 PSRAM Mhz

Also, is there any way to clock the psram to 120Mhz with the v5.0 ? i see that they added the possibility to do so in the 5.1 but if i try to work on master branch i have build problems. Maybe it is sufficient to change a bit in a register, without change the version of idf.
by MasterExploder
Thu Apr 13, 2023 5:34 am
Forum: General Discussion
Topic: ESP32S3 PSRAM Mhz
Replies: 10
Views: 5106

Re: ESP32S3 PSRAM Mhz

Interesting, much thanks, very appreciated.

One last thing: would It be useful do use bounce buffer in concomitance with double buffer in PSRam in your opinion? The FPS seems to remain the same but i don't understand why since it should be a little faster.

Thank you again for your help!!