Team997Coders / pyswerve_2024

0 stars 0 forks source link

Button box v2 #23

Open Crondar opened 5 months ago

Crondar commented 5 months ago

Make a new modular button box. first part is 3d printing second is soldering, shouldn't be to hard, code is already written. Come talk to me (Eric) for details

Crondar commented 5 months ago

handed off to kai. will need to be wired and configured when he is done

Philipp-BH commented 5 months ago

What platform are we using? I was thinking Raspberry Pi Pico. Its just a $4 investment anyway, so I wouldn't be worried about trying it out. Options for code are micropython and C++. It has all the hardware we need for the job.

jamesra commented 4 months ago

In a pinch you are welcome to re-use the board we had in the old button box. I have a selection of feather boards you can look through. The main feature I'd look for in any board is the number of Digital IO pins. We have working code that is bullet-proof and tested. It handles buttons, switches, and dials. No need to rework it this late in the season.

Philipp-BH commented 4 months ago

Pico is ordered, but will probably just move forward with the Teensy.

Thanks!