-
Notifications
You must be signed in to change notification settings - Fork 80
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
Feature request Wifi transport for RP2040 W #114
Comments
Thanks, wouldn't I be using the existing https://github.com/micro-ROS/micro_ros_platformio/blob/main/platform_code/arduino/wifi/micro_ros_transport.cpp |
So it seems the task would be to get Microros running under https://github.com/earlephilhower/arduino-pico |
@samuk - I haven't had a chance to try it yet with Pico W, but I understand that the pull request platformio/platform-raspberrypi#36 @maxgerhardt has done all the heavy lifting to pull in arduino-pico. On your VSCode terminal, type |
Thanks, unfortunately MicroROS doesn't run under Earlephilhower.. So that's the remaining task to get that running. |
It runs under platform.io if you do the above command - I tried it I just haven't had a chance to test Pico W with it with micro-ros |
Yes I can install and run Earlephillhower and use it under platformio to flash the Pico. I can't get MicroROS to compile in that environment though. |
Or maybe it was just the wifi transport I couldn't enable, it was a while ago that I tried. This was what I was trying to run: https://github.com/hippo5329/linorobot2_hardware/tree/master |
Arduino RP2040 Connect is supported, and I have one, but am away for a while. Will have a go hopefully next week. |
Issue template
Steps to reproduce the issue
I would like to use Wifi transport with a PicoW
Additional information
Is this a hard problem to solve? Or is it just that no one attempted it yet?
The text was updated successfully, but these errors were encountered: