jesserockz / wizmote-esphome

Apache License 2.0
66 stars 30 forks source link

Support for RPi Pico W #6

Closed rparakhiya closed 1 year ago

rparakhiya commented 1 year ago

While trying to build and load the project to rpi pico w, it fails on the compile stage. It seems the project doesn't support rpi pico w yet(?). If that's not true, I would appreciate any doc for considerations to build for rpi pico. If it's not supported, I would be happy to build a PR, but being a CPP noob, can use some help/pointers.

Thanks.

rparakhiya commented 1 year ago

From further digging into it, it seems espnow is not supported on rpi pico (RP2040) boards yet. https://www.espressif.com/en/products/software/esp-now/overview

Closing the issue out with that information.