enesbcs / rpieasy

Easy MultiSensor device based on Raspberry PI
GNU General Public License v3.0
157 stars 33 forks source link

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

Closed PizzaProgram closed 7 months ago

PizzaProgram commented 7 months ago

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

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

enesbcs commented 7 months ago

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: https://github.com/micropython/micropython/commit/f782c8b5a6d6e9f65c2a4feeaaa95a192ab2a123