-
Notifications
You must be signed in to change notification settings - Fork 9
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
TCP over USB connection between piggui to porky #579
Comments
Implemented, but stuggling to get working with correct host config to DHCP it... |
Now going to try usb_raw sending commands back and fore.... |
Might need to document (per host platform) how to setup and use the DHCP server to ip on usb http://www.jacquesf.com/2011/04/mac-os-x-dhcp-server/ |
This PR implements detection of a proky connected to a piggui by USB using usb-raw: #597 |
If we get usb raw working for all functionality then bail on this and remove the usb-tcp code from porky |
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:
The text was updated successfully, but these errors were encountered: