However, I have to ask the obvious question; why aren't you using the RP2040 W module with built in wifi connectivity. That's a lot cleaner then a rather clunky add on approach.
btidey wrote:However, I have to ask the obvious question; why aren't you using the RP2040 W module with built in wifi connectivity. That's a lot cleaner then a rather clunky add on approach.
I would like to create a customized version of Raspberry Pi Pico W with USB-C, female headers, etc. Unfortunately the original Wi-Fi chip used by Pico W (Infineon CYW43439) is not available from my PCB provider. So I opted for an ESP8266 but it is more difficult to implement.
btidey wrote:You can use the ESP8266 as a wifi module controlled by the serial port as you indicate. It typically would use the AT modes firmware where it is controlled by AT commands.
What is the correct schema to set it in AT mode? Should I add some buttons for reset and flash options?