I need to create a physical game for a school project and my group has decided to make a connect four style game in which you throw a ball at the spot you want on the grid.
I prototyped one square with an uno, a red led, and a push button (I attached a video of it).
I now need to scale this up to 25 squares and use RGB LEDs instead. The problem I am having is that I have no idea what Arduino board to use and how to do this without a breadboard.
I am new to Arduino and would appreciate it if someone led me in the right direction. Thanks!
Hardware-wise, the easy way would be a string of 25 WS2812B, and a library like Neopixel from Adafruit.com, or Fastled.h (on github). Programming wise, I've only done whole strings in one color, so you'd need some other help there,
Uno would be fine for controlling that. Worst case power would be 25 LEDs x 0.06A/LED for full-on white, so a 5V 2A supply would be plenty.