Search found 2 matches

by digitalsnagiro
Fri Nov 17, 2017 11:53 am
Forum: General Discussion
Topic: Read mac adress of connected device
Replies: 1
Views: 3038

Read mac adress of connected device

Hello,if i have my esp32 as an wifi server and i connect to it with my android device,can i read the MAC address of the device?
i know i can use WiFi.macAddress() but it gets the esp32 mac address
by digitalsnagiro
Wed Nov 15, 2017 8:23 am
Forum: General Discussion
Topic: File upload and call?
Replies: 2
Views: 4079

File upload and call?

Hello,i have 3 php files that make requests to a database

how can i upload these files to the ESP32?
basically i want to connect through web browser to the ESP32 (ex:192.168.1.12/submitcustomer.php?Name=) to call the script inside the php file