comments (9)

  • Interesting that Gemini said it was infeasible. It should be aware that using a Pico W as a transparent ethernet bridge has been done several times over in open source projects, for example on BlueSCSI (emulating a Daynaport SCSI-Ethernet adapter) and PicoMEM and my own PicoGUS project (emulating an NE2000 Ethernet adapter).

    polpo

  • I don't have any idea of what is the purpose of this.

    Do you want to share an USB device across the WiFi?

    If so, why not use the USB-IP protocol? It is already part of the Linux kernel, has implementation for Windows and doesn't require additional hardware.

    diego_moita

  • I recently bought Pico 2 W for DualSense (https://github.com/awalol/DS5Dongle).

    KJs6ZxELzQM37O

  • Interesting project.

    In a similar but opposite vein, I am going on a vacation and I wanted to share the stupidly expensive internet in my room at night with the family so I am likely bringing a raspberry pi to have as a travel router attached to my Mac. In this case, I can use the RaspAP project: https://raspap.com/

    This is slightly different in that I do want a NAT.

    bhouston

  • pico-usb-wifi is firmware for the Raspberry Pi Pico W that turns it into a driverless USB Wi-Fi adapter, enumerating as a USB CDC-NCM device.

    byb

  • > Average 4.75 Mbits/sec throughput

    Isn't that slow for WiFi?

    I mean it's an interesting learning experience, but isn't that strictly worse than pretty much any WiFi dongle?

    palata

  • Can you have the Pico operate as an access point? Would love to be able to use this to connect over wifi to a printer (printer in client mode), with the printer and macos talking directly over IP without needing to configure any other routing/forwarding on macos.

    drop-volley

  • close enough, welcome back 56(0)k

    nicman23

  • Oooooh, now I'm thinking... you could design a simple circuitboard that holds multiple picos (surface mounted) and uses the USB data pads on the back to pull all the USB ports out to an onboard USB hub basically allowing you to add a multitude of wifi adapters to a project in one USB cable. Would be great for War Driving!

    hellweaver666