Quantcast
Viewing all articles
Browse latest Browse all 5483

General • Re: Raspberry Pi and Pico: Sending Fast Data over USB Connection Pico to Pi

You have plenty of I/O available for buttons. I wouldn't bother with an external micro. More to build, more to debug, more to maintain.
Using the pico really is necessary. There isn't a lot of space inside the project shell, and I really don't need the wires messier than they already are.
The most straightforward way would be to connect as a USB serial port (USB CDC), and use it with C stdio (or whatever).
USB CDC looks like a good option, but I haven't been able to figure it out previously. Image may be NSFW.
Clik here to view.
:?
Is there an easy way to use it with Circuit Python or Micro Python?

Statistics: Posted by ComputerL — Fri Jan 24, 2025 10:01 pm



Viewing all articles
Browse latest Browse all 5483

Trending Articles