Search found 400 matches

by ESP_krzychb
Fri Mar 04, 2022 3:14 am
Forum: General Discussion
Topic: S3 vs S2 for new design
Replies: 4
Views: 6457

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

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

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

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 ...
by ESP_krzychb
Tue Dec 14, 2021 7:27 am
Forum: General Discussion
Topic: Jaguar: Live reloading for the ESP32
Replies: 12
Views: 21814

Re: Jaguar: A fast way to develop for the ESP32

Jaguar is like a box of chocolates. You never know what name you're gonna get. :D
by ESP_krzychb
Sun Dec 12, 2021 12:11 pm
Forum: General Discussion
Topic: Jaguar: Live reloading for the ESP32
Replies: 12
Views: 21814

Re: Jaguar: A fast way to develop for the ESP32

Thank you for the tips.
After checking the links I learned and appreciate how concise the Jaguar code is!

For items 1 and 3 I have entered https://github.com/toitlang/jaguar/issues/27 and https://github.com/toitlang/jaguar/issues/28
by ESP_krzychb
Sun Dec 12, 2021 10:52 am
Forum: General Discussion
Topic: Jaguar: Live reloading for the ESP32
Replies: 12
Views: 21814

Re: Jaguar: A fast way to develop for the ESP32

Hi kasperl, The speed of loading the application (and the possibility to quickly iterate the code updates) is indeed impressive! I was initially hesitant to try it out because of the need to install an additional set of the software (go and Jaguar). However, after watching your video I decided to gi...
by ESP_krzychb
Sun Dec 05, 2021 3:58 am
Forum: ESP32 Arduino
Topic: weird behaviour with potentiometers
Replies: 1
Views: 3779

Re: weird behaviour with potentiometers

Hi yann2084, Do you use a board with ESP32? If so then repeat your test with a different pin instead of GPIO12. If it helps then see https://www.esp32.com/viewtopic.php?t=5970 or https://docs.espressif.com/projects/esptool/en/latest/esp32/advanced-topics/boot-mode-selection.html#other-pins for more ...
by ESP_krzychb
Thu Nov 11, 2021 10:53 am
Forum: Hardware
Topic: Esp32-c3 Crystal and resistors?
Replies: 8
Views: 14904

Re: Esp32-c3 Crystal and resistors?

Hi josephchrzempiec, For design guidelines please check sections 2.4.1 External Clock Source and 3.4 Crystal of https://www.espressif.com/sites/default/files/documentation/esp32-c3_hardware_design_guidelines_en.pdf For reference designs (that contain schematic, PCB layout, gerber, and BOM files) see...
by ESP_krzychb
Wed Nov 10, 2021 2:40 am
Forum: ESP-IDF
Topic: ESP32 S3 idf 4.4 wrongly lists bluetooth capability
Replies: 1
Views: 1990

Re: ESP32 S3 idf 4.4 wrongly lists bluetooth capability

Hi greetasdf, the Bluetooth documentation updates you mentioned have been already backported from master to release/v4.4 branch and should show up online anytime soon.