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

Working with Rpi Pico (no wifi chip) through USB? #286

Closed
PizzaProgram opened this issue Feb 8, 2024 · 1 comment
Closed

Working with Rpi Pico (no wifi chip) through USB? #286

PizzaProgram opened this issue Feb 8, 2024 · 1 comment

Comments

@PizzaProgram
Copy link

This project seems to be great, but one thing is not clear reading all these documentation:

  • Is this firmware working with a simple Raspberry Pi Pico ? (The one without the Wifi chip, only RP2040 .)
  • So can it somehow simulate MQTT through USB = serial communication?

I'd like to use it with node-red.

@enesbcs
Copy link
Owner

enesbcs commented Feb 8, 2024

RPIEasy made for computers with Linux Operating System.
Raspberry Pi Pico is a microcontroller.

The LAN (W5100S-EVB-Pico) and the Wifi (Pico-W) variant will work with mpyeasy-async:
https://github.com/enesbcs/mpyeasy-async

I saw a basic experimental USB RNDIS support to RP2040 in micropython but it never reached the stable edition, so its unlikely that i can add support for that in the near future:
micropython/micropython@f782c8b

@enesbcs enesbcs closed this as completed Feb 8, 2024
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