Anybody with some #esp experience? Is it possible to access to other devices via IP, when they are connected to AccesPoint of the ESP32?
#help #programming #wifi

I managed to set up temp. and humidity sensor (DHT 22) with small screen. Next step is to figure out why I cannot access to devices through access point and IPs. After that I have to combine DHT22, screen, AP and small html page for accessing the devices that are on the local network. Still a lot of work and reading and testing and failing and learning 🤓

#diy #esp #arduino #hotspot #localnetwork #hacking

@lapor Yes, each device should get an IP assigned by rhe dhcp server in on esp32
@g1smo Thanks. I did get the IPs, but I couldn't access th devices. It just doesn't load the page. But it works if I make a hotspot with Raspberry Pi 🤔
@lapor Might be a configuration thing then. Do you have the code hosted somewhere?
ESP32 Access Point (AP) for Web Server | Random Nerd Tutorials

The ESP32 can act as a Wi-Fi station, as an AP (Access Point), or both. In this tutorial you'll set the ESP32 as an access point using the Arduino IDE.

Random Nerd Tutorials
@lapor Hmm I guess you might need some routing support? There are examples with NAT + routing (to extend an existing network) but most don't look like they're made in arduino. I'll let you know if I find out something useful playing around with my "wavey wind" controller