Search found 394 matches

by ESP_krzychb
Fri Nov 02, 2018 8:03 pm
Forum: General Discussion
Topic: ESP32-PICO-KIT v.4.1 Power ON Led
Replies: 7
Views: 8798

Re: ESP32-PICO-KIT v.4.1 Power ON Led

Hi guys,
Thank you for brining this issue out and sorry for confusion.
I will get the guide corrected.
by ESP_krzychb
Thu Nov 01, 2018 10:13 am
Forum: Hardware
Topic: External power supply for ESP32 DevKit V1
Replies: 11
Views: 57410

Re: External power supply for ESP32 DevKit V1

VanVince wrote:In other word which is the input voltage of VIN pin?
Hi Vincenzo,

According to DOIT Esp32 DevKit v1 documentation the recommended external input voltage range is from 7 to 12V.
by ESP_krzychb
Mon Oct 22, 2018 11:09 am
Forum: ESP-ADF
Topic: ESP32-Lyart firmware?
Replies: 2
Views: 5456

Re: ESP32-Lyart firmware?

Hi tmatsuzawa, This is an old guide and requires update to reflect audio applications recently developed by Espressif. The firmware and the method to load it to the LyraT board depends on the application you are interested in. * For Alexa like applications please check esp-avs-sdk * If you are inter...
by ESP_krzychb
Sat Oct 13, 2018 2:08 am
Forum: ESP-IDF
Topic: Conflict between ADC2 and Wifi
Replies: 1
Views: 7317

Re: Conflict between ADC2 and Wifi

And is there a guide somewhere telling precisely which GPIO, ADC ... you can use in which configuration (if possible, I would like to avoid this waste of time in the future) ? Hi Antoine, This is documented in Analog to Digital Converter section of the ESP32 Programming Guide. If you are interested...
by ESP_krzychb
Fri Oct 12, 2018 3:41 am
Forum: General Discussion
Topic: DevkitC v4 app start problem when externaly powered?
Replies: 5
Views: 8164

Re: DevkitC v4 app start problem when externaly powered?

Hi samsam and TheSub6,

Could you double check if this is not the issue described in Note on C15?

If you have C15 installed on your board then try removing it to see if this resolves the issue.

C15 has been removed ("NC" on the schematic) in the latest ESP32-DevKitC V4.
by ESP_krzychb
Sun Sep 23, 2018 10:33 am
Forum: Hardware
Topic: ESP32 DevKitC schematic files
Replies: 1
Views: 7371

Re: ESP32 DevKitC schematic files

Hi Vignesh,

Please check ESP32 Modules and Boards > ESP32 DevKitC V4
by ESP_krzychb
Tue Sep 18, 2018 2:57 am
Forum: General Discussion
Topic: Using ADCs on SENSOR pads
Replies: 2
Views: 4439

Re: Using ADCs on SENSOR pads

Can I just remove those caps (C84 / C90) and connect to the cap pads with my adc inputs? John A Hi John, These caps were to enable Low Noise Amplifier (LNA) functionality. The LNA is not supported anyway, so you can safely remove the caps. The cap pads are available as regulars ADC inputs. The same...
by ESP_krzychb
Mon Sep 10, 2018 9:09 pm
Forum: General Discussion
Topic: ESP32 ULP minimum wakeup time
Replies: 3
Views: 5730

Re: ESP32 ULP minimum wakeup time

Hi David, Indeed the minimum wakeup time is lower. My previous measurements were incorrect and included the program execution time. Sorry for that! I did separate check with the hardware design team and obtained more specific information. The minimum wakeup time represents clock cycles spend by ULP'...
by ESP_krzychb
Fri Sep 07, 2018 6:15 am
Forum: General Discussion
Topic: ESP32 ULP minimum wakeup time
Replies: 3
Views: 5730

Re: ESP32 ULP minimum wakeup time

Hi @dmarcos,

Good find! I see identical result. My assumption is that 160us you identified, is the time required by ULP to wake up by the timer and start running the code. I will investigate more and post here if have some new updates.