Search found 44 matches

by jason2
Thu Jan 04, 2018 6:48 am
Forum: General Discussion
Topic: How to set the "sendto" function as a blocking?
Replies: 4
Views: 7647

How to set the "sendto" function as a blocking?

"sendto" is a UDP API.It's non_blocking API.How to set "sendto" as blocking mode.Blocking to sending buffer is enough.I have tried "select" API,but it dosen't work.
Can "sendto" API be set as blocking mode?
by jason2
Fri Dec 08, 2017 1:27 pm
Forum: General Discussion
Topic: How to improve the speed of WiFi sending data by setting the 802.11 protocol?
Replies: 0
Views: 2423

How to improve the speed of WiFi sending data by setting the 802.11 protocol?

Esp32 as a station and a sender.Mt7601 as a AP and receiver. Esp32 and mt7601 make up a LAN.There are no other devices in this LAN.The 80211 protocol of the mt7601 can be set up in several modes: 0: legacy 11b/g mixed 1: legacy 11B only 2: legacy 11A only 3: legacy 11a/b/g mixed 4: legacy 11G only 5...
by jason2
Mon Nov 06, 2017 1:20 am
Forum: General Discussion
Topic: wifi connectivity after exiting light sleep mode (timer based)
Replies: 4
Views: 7803

Re: wifi connectivity after exiting light sleep mode (timer based)

We also need to enter light sleep without disconnecting wifi.
by jason2
Thu Oct 26, 2017 11:14 am
Forum: General Discussion
Topic: Esp32 as station of wifi,how to set static ip for esp32.If dynamic ip,how to get current own ip?
Replies: 0
Views: 2286

Esp32 as station of wifi,how to set static ip for esp32.If dynamic ip,how to get current own ip?

Esp32 as station of wifi,how to set static ip for esp32.If dynamic ip,how to get current own ip?