Mutex around wifi transmission (or similar concept)

jasenharris
Posts: 4
Joined: Mon Mar 30, 2020 9:25 pm

Mutex around wifi transmission (or similar concept)

Postby jasenharris » Thu Mar 16, 2023 1:13 am

If wifi transmission coincides with other events on our system, too much current is drawn. (Changing the power supply is not an option). Is there a way to place a mutex around the wifi transmission request so that wifi tx can't occur without first obtaining the mutex. Conversely is there a way to register a callback for before and after a wifi transmission, such that a mutex could be place around the other power consuming event(s)?

Thank you

ESP_Sprite
Posts: 9599
Joined: Thu Nov 26, 2015 4:08 am

Re: Mutex around wifi transmission (or similar concept)

Postby ESP_Sprite » Fri Mar 17, 2023 12:36 am

No, we do not have that. I'm not even sure if that's possible as some of the transmission logic (e.g. retransmissions when no ack is received) may be done in hardware.

Who is online

Users browsing this forum: No registered users and 70 guests