-->
Page 1 of 1

Pinging an Access Point attachment

PostPosted: Sat Feb 24, 2018 3:45 pm
by tectonic
Hi,

I'm brand new to the forum but I've been working with the ESP8266 for over a year. In using the example code "Hotspot" I have successfully set up an AP_Staion mode where I connect to my router and have an Access Point set up (192.168.5.1). I have added to my router a static IP for the station and a gateway for the router to find the access point. When I ping either the station address or the Access Point address, I get a good return (1 or 2 ms each step and no lost packets). However, if I connect my tablet to the AP and read the assigned address (192.168.5.100) I find that if I try pinging the tablet at that address, it just times out. Do I need some sort of gateway for it to reach the tablet? I've been assuming that if the ping can find the AP, then the AP would simply pass it on to the appropriate address attached. How can I get it to ping the tablet successfully?

Thanks in advance,
Bob

Re: Pinging an Access Point connection

PostPosted: Thu Mar 29, 2018 5:36 pm
by tectonic
tectonic wrote:Hi,

I'm brand new to the forum but I've been working with the ESP8266 for over a year. In using the example code "Hotspot" I have successfully set up an AP_Staion mode where I connect to my router and have an Access Point set up (192.168.5.1). I have added to my router a static IP for the station and a gateway for the router to find the access point. When I ping either the station address or the Access Point address, I get a good return (1 or 2 ms each step and no lost packets). However, if I connect my tablet to the AP and read the assigned address (192.168.5.100) I find that if I try pinging the tablet at that address, it just times out. Do I need some sort of gateway for it to reach the tablet? I've been assuming that if the ping can find the AP, then the AP would simply pass it on to the appropriate address attached. How can I get it to ping the tablet successfully?

Thanks in advance,
Bob