Search found 42 matches

by kesha.modhia
Mon Apr 22, 2024 11:06 am
Forum: General Discussion
Topic: How many Read/Write operation (details in days )can be done in ESP32 wrover
Replies: 1
Views: 153

How many Read/Write operation (details in days )can be done in ESP32 wrover

i want to know how many read/write operation can be done in esp32 wrover chip
i want to calculate the flash operation of read and write and want to know the how many days it may last
by kesha.modhia
Wed Dec 13, 2023 7:26 am
Forum: General Discussion
Topic: emac_dm9051: no mem for receive buffer
Replies: 3
Views: 53485

Re: emac_dm9051: no mem for receive buffer

esp-idf 4.2 I am using.
by kesha.modhia
Tue Dec 05, 2023 9:30 am
Forum: General Discussion
Topic: emac_dm9051: no mem for receive buffer
Replies: 3
Views: 53485

emac_dm9051: no mem for receive buffer

while using ethernet in esp32 wrover I module in between in the running network suddenly i get the below given error emac_dm9051: no mem for receive buffer what does that mean? how do i handle the scenario ? have set the below macro range ETH_MAX_PAYLOAD_LEN 1500 and the rx tx buffer sizes are as gi...
by kesha.modhia
Fri Nov 17, 2023 4:27 am
Forum: General Discussion
Topic: how to enable CLI service in ESP32
Replies: 4
Views: 1340

Re: how to enable CLI service in ESP32

Yes I want to enable command line interface via uart, through which I can handle or control or get the data from the application on console.
by kesha.modhia
Mon Nov 06, 2023 5:48 am
Forum: General Discussion
Topic: how to enable CLI service in ESP32
Replies: 4
Views: 1340

how to enable CLI service in ESP32

how to enable command line service in esp32 board
by kesha.modhia
Thu Sep 07, 2023 9:15 am
Forum: General Discussion
Topic: timer is getting delayed due to some reason
Replies: 8
Views: 2685

Re: timer is getting delayed due to some reason

APPSendingMessage(APP_E_HIGH_FREQUENCY, APP_STATUS_LED3,APP_E_CONTINUOUSLY_BLINK); Is the api to post the message in the led queue, which is one task ,is continously running in background to collect the led queue msg and run accordingly PUBLIC void APPSendingMessage(unsigned char led_type, unsigned ...
by kesha.modhia
Thu Sep 07, 2023 7:12 am
Forum: General Discussion
Topic: timer is getting delayed due to some reason
Replies: 8
Views: 2685

Re: timer is getting delayed due to some reason

Here I have attached the code static unsigned char Pair_Led; void PairLedTimerExpiredCallback(void *p_arg){ DEBUG_LOGI(UART, TAG, "********************in PairLedTimerExpiredCallback"); Pair_Led = 1; led_event(LED_DEVICE_PAIR); } void led_event (event_led event) { case LED_DEVICE_PAIR: DEBUG_LOGI(UAR...
by kesha.modhia
Thu Sep 07, 2023 5:48 am
Forum: General Discussion
Topic: timer is getting delayed due to some reason
Replies: 8
Views: 2685

Re: timer is getting delayed due to some reason

Yes, PairLedTimerExpiredCallback() will OFF the blinking

so what shall I do for syncing the led and the timer for exact 120 seconds
by kesha.modhia
Tue Sep 05, 2023 9:30 am
Forum: General Discussion
Topic: timer is getting delayed due to some reason
Replies: 8
Views: 2685

timer is getting delayed due to some reason

During one exercise of blinking the led for 2 minutes I used timer and created timer for 2 minutes and I set the led to blink for 120 seconds after expiration it should stop the led, some how i noticed timer is getting delayed due to some events which i am not able to figure out here I have attached...
by kesha.modhia
Thu Aug 24, 2023 10:12 am
Forum: General Discussion
Topic: emac_esp32: no mem for receive buffer
Replies: 0
Views: 717

emac_esp32: no mem for receive buffer

I am getting below error
using esp idf 4.2 version on esp32 module

not getting the route cause for the error cause it is generated randomly, so to reproduce the error is quite difficult

help here to find out the solution

emac_esp32: no mem for receive buffer


thanks is advance