andrewdavidmackenzie / pigg

Raspberry Pi GPIO GUI
Apache License 2.0
205 stars 8 forks source link

USB connection from piggui to porky #579

Open andrewdavidmackenzie opened 3 days ago

andrewdavidmackenzie commented 3 days ago

So far, I've been using a Raspberry Pi, or Pi Pico W for the GPIO control - and assuming Wifi access from the device for "remote control" from the GUI.

As the need for ocnfiguring the wifi of Pi Pico W came up, one idea was via USB from Piggui.

That made me think of this idea: to add USB between host (piggui) and Pico (porky) as an option in addition to network (tcp, iroh).

The advantages of this:

andrewdavidmackenzie commented 2 hours ago

Implemented, but stuggling to get working with correct host config to DHCP it...