- Tue Oct 30, 2018 3:30 am
#78948
I don't think the ESP is really suitable for such tasks.
Okay, there are some nice AP-like examples floating around, but the ESP is relatively limited when it comes to the larger things in life, like serving/passing through large amounts of data.
The ESP is actually only meant as an end-point (client or server) and does this job very well (with limitations, like a max of 5 concurrent connections), but in the end it stays a little MCU with some WiFi peripheral attached.
You'd better be off using just a normal, off the shelve, AP with built-in DHCP server, which can do this out of the box with a minimum of effort.
Assumption is the mother of all f*ckups. At least: that's what I'm assuming.