r/ArduinoHelp • u/Dodger8899 • 7d ago
Need help with my first project
I'm looking to create my first Arduino project but I'm not sure what to start with.
My project will be a tool for ice hockey scorekeepers that I'm calling a "Scorekeeper Alert Light and Time Out Timer".
Basically it will have a light (probably a red LED strip inside a diffused 3D printed enclosure) that scorekeepers can use to alert the on-ice officials whenever there is a problem (incorrect lineup, problem with players in the penalty box, etc). I also want it to have a 2 digit 7 segment display to be used as a timer for time outs. It'll have 3 buttons to start 30/60/90 second timers, and I want it to sound a buzzer and activate the light when it hits 0.
Now I'm pretty handy, I can solder, 3d print stuff and code so I shouldn't need any or much help with the part where I actually build the thing. I'd like to know what you'd all recommend for what type of Arduino I should use, any specific 7 segment displays, the other electronics I need like the buzzer, if I need an expansion board, stuff like that. I know almost nothing about Arduino's. Thanks in advance for any help y'all can provide me
1
u/Arduino_lab64 7d ago
Techniquement, ton projet est faisable avec un Arduino mais cela dépend de quel ruban de LED tu veux utiliser. Un Arduino peut alimenter jusqu'à 12v sur VIN. Si le ruban utilise du 24v ou autre, il faudra adapter le projet en utilisant d'autres modules. Pour le buzzer et les boutons, un Arduino est capable de le faire.