Search found 433 matches

by Baldhead
Tue May 24, 2022 11:04 pm
Forum: General Discussion
Topic: Step by step integration of esp32-s3 with alexa echo dot
Replies: 4
Views: 2764

Re: Step by step integration of esp32-s3 with alexa echo dot

@ESP_Sprite,

Do you have some suggestion ?

Thank's.
by Baldhead
Tue May 24, 2022 2:47 am
Forum: General Discussion
Topic: Step by step integration of esp32-s3 with alexa echo dot
Replies: 4
Views: 2764

Step by step integration of esp32-s3 with alexa echo dot

Hi,

Is there some examples or step by step to integrate communication between esp32-s3 and alexa echo dot ?

I read something about belkin wemo emulator for local communication only.

Notes:
× using esp-idf, not arduino.
× profissional application.

Thank's.
by Baldhead
Fri May 13, 2022 2:04 am
Forum: Documentation
Topic: ESP32-S3 LCD and I2S FULL documentation
Replies: 134
Views: 1920893

Re: ESP32-S3 LCD and I2S FULL documentation

@ESP_Sprite, I decided to replace a flag with a binary semaphore, ie: xSemaphoreCreateBinary(), to guard GDMA busy channel. When i used the flag(the flag was released on dma end of transfer interrupt), sometimes the flag was not released, and task locked on not released flag, triggered the watchdog ...
by Baldhead
Thu May 05, 2022 11:44 pm
Forum: Documentation
Topic: ESP32-S3 LCD and I2S FULL documentation
Replies: 134
Views: 1920893

Re: ESP32-S3 LCD and I2S FULL documentation

Hi @ESP_Sprite,

With ecc disabled on psram i reach 20 MHz on lcd bus.

I don't know if all the transmitted information is correct, but the packet transmission time is correct.
by Baldhead
Wed May 04, 2022 10:32 pm
Forum: Documentation
Topic: ESP32-S3 LCD and I2S FULL documentation
Replies: 134
Views: 1920893

Re: ESP32-S3 LCD and I2S FULL documentation

I'm sure we have or will have some docs online for that at some point, I seem to remember a colleague was working on them, but the skinny of it is that PSRAM access is roughly divided 50%/25%/25% between DMA, CPU0 and CPU using a round-robin arbiter (so the percentages of the others can grow if one...
by Baldhead
Wed May 04, 2022 8:55 pm
Forum: Documentation
Topic: ESP32-S3 LCD and I2S FULL documentation
Replies: 134
Views: 1920893

Re: ESP32-S3 LCD and I2S FULL documentation

Hi @ESP_Sprite,

I enabled ecc on psram.

Will it influence in some way ?

Thank's.
by Baldhead
Wed May 04, 2022 1:33 am
Forum: Documentation
Topic: ESP32-S3 LCD and I2S FULL documentation
Replies: 134
Views: 1920893

Re: ESP32-S3 LCD and I2S FULL documentation

Are you sure you're not running into a bandwith problem? It seems like the LCD PSRAM stuff is pretty sensitive to bandwidth starvation and doesn't really handle it well. I decremented the lcd bus frequency to 15 MHz and it worked with the server enabled. I don't know if this frequency is stable, i ...
by Baldhead
Wed May 04, 2022 1:14 am
Forum: Hardware
Topic: Boot esp32-s3-wroom-2 doubts
Replies: 11
Views: 7705

Re: Boot esp32-s3-wroom-2 doubts

???