Well it's your project. Do it the hard way if you want.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.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.
The connected device appears as a serial port. You read and write data to a serial port on the Pi and the Pico.USB CDC looks like a good option, but I haven't been able to figure it out previously.The most straightforward way would be to connect as a USB serial port (USB CDC), and use it with C stdio (or whatever).Is there an easy way to use it with Circuit Python or Micro Python?
Statistics: Posted by ame — Sat Jan 25, 2025 1:10 am