Search found 2 matches
- Wed Dec 15, 2021 12:50 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Wifi Data Rate
- Replies: 2
- Views: 7075
Re: ESP32 Wifi Data Rate
Thanks for your reply! I wanted to try "esp_wifi_80211_tx()", but can't seem to figure out how to get it to work in Arduino. That seems to be a way to set a data rate. On the other hand I believe the testing scenario is that a single ESP32, set in AP mode, will be configured to just transmit somethi...
- Wed Dec 15, 2021 1:34 am
- Forum: ESP32 Arduino
- Topic: ESP32 Wifi Data Rate
- Replies: 2
- Views: 7075
ESP32 Wifi Data Rate
I am in the process of submitting a board for FCC testing. The lab would like to set the ESP32 to AP mode and take Tx reading's while the Wifi runs at different data rates: 1Mbps, 6Mbps, 11Mbps, 54Mbps, etc... The project was created in Arduino IDE. Is it possible the hard code the data rate the way...