maxgerhardt / platform-raspberrypi

Raspberry Pi: development platform for PlatformIO
Apache License 2.0
107 stars 54 forks source link

web server not working on Raspberry Pi Pico W web_server: port: 80 #62

Closed RajivCodeLab closed 5 months ago

RajivCodeLab commented 5 months ago

Not able to run the web server on Raspberry Pi Pico W whereas the same code running fine in ESP.

web_server: port: 80

image

maxgerhardt commented 5 months ago

That's an issue of the programming esphome, not this platform. This platform supports the Arduino-Pico core which can very well host a HTTP server on the Pico W.

https://github.com/earlephilhower/arduino-pico/blob/master/libraries/WebServer/examples/HelloServer/HelloServer.ino

Reopen issue in esphome.