there is the following method in the WiFiGeneric class.
bool setTxPower(wifi_power_t power)
Have a look at that.
Search found 4 matches
- Thu Feb 21, 2019 8:46 am
- Forum: ESP32 Arduino
- Topic: WiFi.setOutputPower ?
- Replies: 2
- Views: 7323
- Tue Feb 05, 2019 8:05 am
- Forum: ESP32 Arduino
- Topic: Bluetooth Serial to Serial and iPhone
- Replies: 4
- Views: 13164
Re: Bluetooth Serial to Serial and iPhone
Unfortunately this is true, Apple won't give you access to SPP on any of its mobile devices.
- Sat Dec 08, 2018 7:22 am
- Forum: ESP32 Arduino
- Topic: WIFI AP connection crashes ESP32
- Replies: 2
- Views: 6454
Re: WIFI AP connection crashes ESP32
Hi
Don't know if you've sorted this yet.
I found by using:
before:
solved the crashing/rebooting issue. I'm still having an issue where the ESP takes a while to hand out an IP and connect though.
Don't know if you've sorted this yet.
I found by using:
Code: Select all
WiFi.enableAP(true);
Code: Select all
WiFi.softAP(SSID,PASSWORD)
- Fri Dec 07, 2018 3:00 am
- Forum: ESP32 Arduino
- Topic: DHCP server softAP slow connection to iPhone and pc
- Replies: 0
- Views: 4575
DHCP server softAP slow connection to iPhone and pc
I have set up my exp32 as an access point. When my iPhone or PC connects, in the serial monitor I get the following messages: dhcps: send_offer>>udp_sendto result 0 this happens for somewhere between 30 seconds and over 1 minute. The phone eventually connects to the ESP and I can access its web serv...