Azure-Samples / iot-hub-c-thingdev-getstartedkit

Get started with The Sparkfun Thingdev Azure IoT Starter Kit
MIT License
12 stars 15 forks source link

Remote Monitoring Solution conflicting with ESP Web Server #26

Open faturita opened 7 years ago

faturita commented 7 years ago

Dear friends, Is it possible that the "remote monitoring" solution does not allow to use concurrently a Web Server on the ESP that is sending telemetry data to the IoT Hub ?

If we add the following line to remote_monitoring.ino:

    #include <ESP8266WebServer.h>    
    ESP8266WebServer server(80);

the project compiles successfully but we keep getting "core dumps" on the ESP and the device stops working.

¿ Is it possible that this solution does not allow to have a Web Server on the ESP at the same time ?