Search found 24 matches

by MasterExploder
Mon Mar 11, 2024 12:41 pm
Forum: General Discussion
Topic: Wifi APSTA, RAM memory optimization
Replies: 0
Views: 248

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: 3352

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: 1899

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: 1899

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: 3633

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: 3633

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!!
by MasterExploder
Wed Apr 12, 2023 7:38 am
Forum: General Discussion
Topic: ESP32S3 PSRAM Mhz
Replies: 10
Views: 3633

Re: ESP32S3 PSRAM Mhz

Thank you for your reply, i will test it in moments, i also read that only certain areas of external memery are accessible with GDMA, ()also, i don't understand why in the example code the memory allocated is EXAMPLE_LCD_H_RES * 100 * sizeof(lv_color_t) could you please explain me? I read in the Tec...
by MasterExploder
Tue Apr 11, 2023 4:06 pm
Forum: General Discussion
Topic: ESP32S3 PSRAM Mhz
Replies: 10
Views: 3633

Re: ESP32S3 PSRAM Mhz

Yes sure, actually, i was asking this question because i'm trying to work with an LCD screen with 565 RGB and i have some problems with the screen, so i did some tests with the memory to see if i understood well. I thought: if i'm working with SPRAM at 80Mhz with 8 channels, it means 80MB/s, also, i...