-->
Page 1 of 1

HTTP Client and Server in same device

PostPosted: Sun Aug 16, 2015 2:10 am
by aravindalak
Hi, I have a ESP8266 ESP-12E module and I need to setup a HTTP Server and a HTTP Client in same device. I got working these 2 individually. But when try to combine these to it doesn't work. Does anyone know how to this?

I have attached a DHT11 Temperature and Humidity sensor to the ESP module. I need to setup a HTTP Client to upload sensor data to thingspeak.com. Also I need to setup a HTTP server to respond with sensor data when a HTTP request was received.

Can anyone help me to solve this problem please?

Thanks.

Re: HTTP Client and Server in same device

PostPosted: Sun Aug 16, 2015 2:52 am
by eriksl
It should not be a problem.

It is very important that both threads never block, though.