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

RP2040 seems to work fine #314

Open
savejeff opened this issue Jan 13, 2024 · 2 comments
Open

RP2040 seems to work fine #314

savejeff opened this issue Jan 13, 2024 · 2 comments

Comments

@savejeff
Copy link

Just wanted to inform that i tested arduino-mqtt on RP2040 / Raspberry Pi Pico W and with the earlephilhower/arduino-pico Core Here it works out of the box no issues!

Would be cool to have this added to the Readme, as it currently is not officially stated to work with RP2040

Great stuff

@256dpi
Copy link
Owner

256dpi commented Feb 10, 2024

Would you be up for contributing an example for the RP2024?

@savejeff
Copy link
Author

savejeff commented Feb 10, 2024

the examples run out of the box, no midifications needed. You have to use the earlephilhower/arduino-pico and just compile.

For Platformio here an example configuration:


[env:BOARD_RP2040_PICO_W]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
board = rpipicow
board_build.core = earlephilhower
board_build.filesystem_size = 0.5m


the arduino core mimics the ESP32 core. so just include wifi: #include <WiFi.h>

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

No branches or pull requests

2 participants