Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to Raspberry Pi Pico W core #793

Merged
merged 1 commit into from
May 1, 2023
Merged

Port to Raspberry Pi Pico W core #793

merged 1 commit into from
May 1, 2023

Conversation

earlephilhower
Copy link
Contributor

Add support for the onboard WiFi chip on the Raspberry Pi Pico W (RP2040 based ) board using the arduino-pico Arduino core at https://github.com/earlephilhower/arduino-pico

The PicoW WiFi stack is a mashup of the ESP8266 and ESP32 APIs (but a completely different WiFi chip), so only minimal changes were required. Defines a new NETWORK_TYPE for the PicoW.

ESP8266 examples renamed to ESP8266_PICO because they all work unmodified (except for OTA which is handled differently on the Pico)

Add support for the onboard WiFi chip on the Raspberry Pi Pico W
(RP2040 based ) board using the arduino-pico Arduino core at
https://github.com/earlephilhower/arduino-pico

The PicoW WiFi stack is a mashup of the ESP8266 and ESP32 cores, so
only minimal changes were required.  Defines a new NETWORK_TYPE for
the PicoW.

ESP8266 examples renames to ESP8266_PICO because they all work unmodified
(except for OTA which is handled differently on the Pico)
@kakopappa
Copy link

Please review this PR

@Links2004 Links2004 merged commit d9a5c62 into Links2004:master May 1, 2023
@Links2004
Copy link
Owner

Links2004 commented May 1, 2023

looks good thanks, will release soon.

V2.4.0 is out with Pico support.

@earlephilhower earlephilhower deleted the picow branch May 5, 2023 23:55
@woodlist
Copy link

woodlist commented Apr 6, 2024

Gentlemans, a polished to absolute error free sketch with Websockets on ESP32 does not work on PicoW. The client software is the multiplatform VirtuinoIOT. The SSID is visible, connectable, but Websocketsserver on PicoW is unreachable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants