frntc / SIDKick-pico

SIDKick pico is an inexpensive dual-SID-replacement for the C64 and C128
Other
177 stars 16 forks source link

Pico W for extras? #5

Closed mwedmark closed 5 months ago

mwedmark commented 5 months ago

Does the implementation allow for some extras with WIFI and/or Bluetooth functionality in the future? Any reason for a PiPico W not to work?

For example, some ideas:

magwed commented 5 months ago

Also this would make it possible to send the input/control values to SID to external listener for debugging/playing on f.e. a PC for reference! :-)

frntc commented 5 months ago

I have thought about streaming audio via BT, WLAN or USB (as a USB-microphone), but not about the other options. I might look into that at some point, but I don't know yet whether any/which of these functionalities impact the running bus communication and how much resources they consume (and when/if I might be trying things out, streaming audio would be higher on the list than others).

About the mouse: supporting USB mice is something I have in mind since years (already for the large SIDKick), but the "annoying" part is that mouse buttons require connections to the joystick port/CIA, i.e. it requires additional connections inside the C64 (and thus GPIOs).