Search found 396 matches

by ESP_krzychb
Sat Apr 09, 2022 3:30 pm
Forum: Documentation
Topic: esp32-s3 vector ISA tech doc, mnemonics & intrinsics?
Replies: 2
Views: 16426

Re: esp32-s3 vector ISA tech doc, mnemonics & intrinsics?

Hi silverj,
Please check https://www.espressif.com/en/subscribe.
Notifications are down to the chip series, not for individual documents, though.
by ESP_krzychb
Thu Mar 24, 2022 2:49 am
Forum: Hardware
Topic: Esp32-S3 wrover board and technical refence manual
Replies: 9
Views: 8918

Re: Esp32-S3 wrover board and technical refence manual

Hi chrismerck,
The equivalent of ESP32-WROVER are ESP32-S3-WROOM-1 and ESP32-S3-WROOM-2 variants with PSRAM.
These variants provide a wide range of flash and PSRAM sizes. Therefore there will be no ESP32-S3-WROVER.
by ESP_krzychb
Wed Mar 23, 2022 6:44 am
Forum: ESP32 Arduino
Topic: Migration from ESP32-WROOM to ESP32-C3-MINI specifically BT Classic SPP
Replies: 4
Views: 2451

Re: Migration from ESP32-WROOM to ESP32-C3-MINI specifically BT Classic SPP

Hi brentsinger, Thank you for pointing this issue out. So I wonder if BT 5.0 on the C3 supports the SPP examples that are included in the ESP-IDF... ? As for the Classic Bluetooth examples, they are marked in the README.md as being for ESP32 only, e.g. "Supported Targets ESP32" https://github.com/es...
by ESP_krzychb
Sat Mar 05, 2022 3:46 am
Forum: Sample Code
Topic: ESP32-Devkit WiFi Provisioning sample code and documents
Replies: 1
Views: 3505

Re: ESP32-Devkit WiFi Provisioning sample code and documents

Hi RabbitRF, Please see documentation: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/provisioning/wifi_provisioning.html Example: https://github.com/espressif/esp-idf/tree/e29e96101d/examples/provisioning/wifi_prov_mgr There is also an alternative turn-key approach to pro...
by ESP_krzychb
Fri Mar 04, 2022 3:14 am
Forum: General Discussion
Topic: S3 vs S2 for new design
Replies: 4
Views: 5485

Re: S3 vs S2 for new design

Hi mobbster2203, ESP32-S2 should be in production for about 10 years from now, see https://www.espressif.com/en/products/longevity-commitment Yes, it is safe to use S2-MINI in your designs, no need to switch to a larger module. Regarding ESP32-S2-MINI-1 being NRND and what is coming next, please con...
by ESP_krzychb
Sat Jan 08, 2022 1:19 am
Forum: General Discussion
Topic: Does esp32s3 support Ethernet MAC?
Replies: 1
Views: 3667

Re: Does esp32s3 support Ethernet MAC?

Hi suziyousif,
ESP32-S3 does not support Ethernet MAC.
Currently, only ESP32 provides such support.
by ESP_krzychb
Fri Dec 17, 2021 5:58 am
Forum: Hardware
Topic: ESP32-S3 GDMA descriptor error
Replies: 3
Views: 5924

Re: ESP32-S3 GDMA descriptor error

Another tip is to check "2.4.6 Linked List Reading Process" in https://www.espressif.com/sites/default ... ual_en.pdf for a description of what kind of errors trigger this interrupt.
by ESP_krzychb
Fri Dec 17, 2021 5:35 am
Forum: General Discussion
Topic: Jaguar: Live reloading for the ESP32
Replies: 12
Views: 19689

Re: Jaguar: Live reloading for the ESP32

Development with the new "watch" feature and the Jaguar overall is really addictive and spoiling. Noting to compare to the traditional flashing. Keep this direction! Once I am done with development with Jaguar locally on my PC, when I like to move back to using the console and the cloud, is there a ...