4
nitwhiz
3y

Show me how you made an http server with an arduino nano and an esp8266 via AT commands from the arduino, the arduino handling the clients.

No you didn't, this shit is fucking impossible.

Comments
  • 2
    That's interesting. I've only run a web server on the esp itself.
  • 2
    @nitwhiz I can understand that 100%. I've been trying for some time and it just doesn't want to work
    @ScriptCoded If you have any tips, I would like to hear them
  • 5
    @martrixt Well, hard to say just like that. But having an auto reset and program circuit helps a lot with doing rapid changes. This site is great for getting going. Plenty of details for debugging. https://tttapa.github.io/ESP8266/...
  • 1
    @molaram i know. the esp8266 can do so, too. But I don't want to use an esp32 when I'm just reading some sensors and run a http server serving plain text.

    Especially not because I have no clue about the whole RTOS stuff and am currently not really in the mood to try it out.
Add Comment