Search found 4 matches

by paullbart
Thu Feb 21, 2019 8:46 am
Forum: ESP32 Arduino
Topic: WiFi.setOutputPower ?
Replies: 2
Views: 6742

Re: WiFi.setOutputPower ?

there is the following method in the WiFiGeneric class.

bool setTxPower(wifi_power_t power)

Have a look at that.
by paullbart
Tue Feb 05, 2019 8:05 am
Forum: ESP32 Arduino
Topic: Bluetooth Serial to Serial and iPhone
Replies: 4
Views: 11668

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.
by paullbart
Sat Dec 08, 2018 7:22 am
Forum: ESP32 Arduino
Topic: WIFI AP connection crashes ESP32
Replies: 2
Views: 5950

Re: WIFI AP connection crashes ESP32

Hi
Don't know if you've sorted this yet.
I found by using:

Code: Select all

WiFi.enableAP(true); 
before:

Code: Select all

WiFi.softAP(SSID,PASSWORD)
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.
by paullbart
Fri Dec 07, 2018 3:00 am
Forum: ESP32 Arduino
Topic: DHCP server softAP slow connection to iPhone and pc
Replies: 0
Views: 4218

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...