Search found 3 matches

by q-flyche
Thu Jan 10, 2019 6:15 pm
Forum: ESP32 boards
Topic: ESP32 as access point not routing traffic
Replies: 5
Views: 5168

Re: ESP32 as access point not routing traffic

Ok, got it now running as expected. I had the problem that there was another client connected I was not aware of which clashed the arp table of the access point I guess. However, I still don't understand why I can't retrieve the client IPs just mac addresses. There are issues open concerning this fo...
by q-flyche
Tue Jan 08, 2019 3:11 pm
Forum: ESP32 boards
Topic: ESP32 as access point not routing traffic
Replies: 5
Views: 5168

Re: ESP32 as access point not routing traffic

Hm probably...
My problem is on the board I am practically walking in the dark. Is there a way to query the DHCP server or any other prosibility to find out which clients are connected and get their IP addresses? using ap.status("station") just returns me the mac addesses.
Thanks
by q-flyche
Tue Jan 08, 2019 10:30 am
Forum: ESP32 boards
Topic: ESP32 as access point not routing traffic
Replies: 5
Views: 5168

ESP32 as access point not routing traffic

Hi There, this is my first post. I tried search but I am either not looking in the right corner or I am the first one running in that "issue"!? I've got an heltec board with an ESP32 on it. I flashed the latest micropython build on it and got a REPL prompt. Great. I set up the ESP32 as access point ...