Search found 1385 matches

by Ritesh
Tue Dec 10, 2024 11:01 am
Forum: ESP-IDF
Topic: spi_flash size warning
Replies: 7
Views: 32530

Re: spi_flash size warning

acsoprana wrote:
Thu Nov 28, 2024 8:13 pm
Hello again guys.. I found where to configure the
Flash Size ->menuconfig->Flash size, Select the value that the device has available...

Thanks
Hello,

So you issue has been resolved? or still looking for support for your queries?
by Ritesh
Tue Dec 10, 2024 10:52 am
Forum: ESP-IDF
Topic: ESP32 connects to Access Point but can't get IP address
Replies: 19
Views: 51420

Re: ESP32 connects to Access Point but can't get IP address

I'm new to the esp32 game and also have the IP address problem. Can someone give me a hint where to put the workaround code mentioned below. Thanks. hdo Thought I'd offer this work-around. Like others, I've observed the behaviour described, and the suggested solutions don't work. So, I figure a rec...
by Ritesh
Sat Jun 08, 2024 4:32 am
Forum: ESP-IDF
Topic: ADC Support for ESP8684-WROOM-05 H2 Module
Replies: 4
Views: 2563

Re: ADC Support for ESP8684-WROOM-05 H2 Module

Hello Espressif Team,

Is there any update from your end? I am looking at-least feedback or response from your end which would be helpful to me to move further accordingly?
by Ritesh
Wed Jun 05, 2024 1:20 pm
Forum: ESP-IDF
Topic: ADC Support for ESP8684-WROOM-05 H2 Module
Replies: 4
Views: 2563

Re: ADC Support for ESP8684-WROOM-05 H2 Module

Hello Espressif Team,

I have checked same on ESP8684-MINI-1 Development kit and getting same results like which I am getting on ESP8684 Module itself.

So, would you please help me to understand it like is it accurate results or I am missing anything?
by Ritesh
Tue Jun 04, 2024 5:26 am
Forum: ESP-IDF
Topic: ADC Support for ESP8684-WROOM-05 H2 Module
Replies: 4
Views: 2563

Re: ADC Support for ESP8684-WROOM-05 H2 Module

Hello ESP_Sprite,

Would you please check from your end if possible and let us know feedback with input from your end?

Let me know if need anything else from my end.
by Ritesh
Mon Jun 03, 2024 12:33 pm
Forum: ESP-IDF
Topic: ADC Support for ESP8684-WROOM-05 H2 Module
Replies: 4
Views: 2563

Re: ADC Support for ESP8684-WROOM-05 H2 Module

Hello Espressif Team, I have also found one comment over Espressif Manual. So, we have set Attenuation as 12 DB and we can't apply more that 2800 mV? Also, do we require to connect capacitor as per recommended value? So, If I calculate Voltage Data as per formula then it would give us following outp...
by Ritesh
Mon Jun 03, 2024 11:15 am
Forum: ESP-IDF
Topic: ADC Support for ESP8684-WROOM-05 H2 Module
Replies: 4
Views: 2563

ADC Support for ESP8684-WROOM-05 H2 Module

Hello Team, We are using ESP8684-WROOM-05 H2 module for one of our product developments in which we are going to read ADC values using one shot read example. We are using ADC1 Channel 4 as per our requirement in which getting 0 values when I connect GND to that PIN which is correct. But, When I conn...
by Ritesh
Tue May 28, 2024 6:05 am
Forum: ESP-IDF
Topic: Looking support and help to start ESP8684-WROOM-05 Module Development
Replies: 13
Views: 6244

Re: Looking support and help to start ESP8684-WROOM-05 Module Development

Hello ESP_Sprite, I have to change XTAL Frequency from 40 MHz to 26 MHz then only Wi-Fi is working. So that I have changed and able to detect Access Point connection accordingly. Thanks for your kind support and help for resolution of some issues. I will check from my end and will let you know if an...
by Ritesh
Tue May 28, 2024 5:02 am
Forum: ESP-IDF
Topic: Looking support and help to start ESP8684-WROOM-05 Module Development
Replies: 13
Views: 6244

Re: Looking support and help to start ESP8684-WROOM-05 Module Development

Potentially something is wrong with the clock configuration. The C2 modules have a 26 or 40MHz crystal, and you need to indicate which you're using in menuconfig. Hello ESP_Sprite, I have also tried to change Crystal Clock Frequency from 40 MHz to 26 MHz and started Access Point example but suddenl...
by Ritesh
Tue May 28, 2024 4:20 am
Forum: ESP-IDF
Topic: Looking support and help to start ESP8684-WROOM-05 Module Development
Replies: 13
Views: 6244

Re: Looking support and help to start ESP8684-WROOM-05 Module Development

Hello ESP_Sprite, It is working now as custom baudrate has been configured which is 78440 as it is not available into most of serial terminal tool. I am bit surprised that why it was not worked into standard baudrate when I changed into 115200 with debug console modified from default UART0 to other ...