New to Arduino (very) Can Arduino do this...?

Greetings!

Myself and a friend of mine provide our free time at for PC game setup at a local game convention. to make things more immersive, I’d like to try and change things up a bit and remove the keyboards and mice from an Artemis starship bridge sim build and look at making some consoles for each station.

What I’m trying to figure out is if an Arduino can take input from a standard button (with LED), send that button press to the PC as a keyboard stroke, and then activate the LED light. And also, using a joystick, control the flight station.

My vision is to have all the LEDs dimly lit, until a button is pressed where it will either flash briefly to confirm the press, or maintain said brightness for an option that needs to stay active until that button is pressed again.

I’m looking, at just one station now, that would require 25 LEDs and I know up to, I think 32, on another as the largest of the two builds.

Can the Arduino line do this for me?

I’ve played a bit with the Leonardo, and with the help of an Arduino guide, have managed to make the basic LED light up via a button press but at my current age (50), I’m not retaining things like I used to. I’m at a loss on how to work on a project so big, so I am graciously seeking your help.

The bigger issue is budget. I can’t break the bank on this project. I have sourced a place for the buttons and LEDs that I would need and I’m handy enough with a saw and tools to build my stations. I can solder and fix things and wire a house, but can’t for the life of me figure out this thing you all call coding. :slight_smile:

I would appreciate any information anyone has to offer.

Thank you,
Ray
aka Dracarius

Valar morghulis

I’m led to believe it is possible for an Arduino to behave like a keyboard when connected via USB. See Arduino in Java sites for the post that taught me this recently. I’ve not done it myself yet but it sounds interesting. I’m not sure if there’s a library that’ll let you make an Arduino behave like a joystick though.

https://www.arduino.cc/reference/en/language/functions/usb/keyboard/

I’m also 50 but I don’t seem to have problems retaining things… Yet! :grimacing:

How would you see someone helping with this?
Bernie

How would someone help with this project… I understand the purpose of this forum is to ask questions and be social about Arudino projects, along with respect to those that offer advice.

I quite honestly do not know how to answer. I’m probably asking too much as I’m a bit lost in all of this, all I’m trying to do is something new for the show. They don’t charge us, we don’t charge them and I’m always looking for ways on my limited budget to change things up a bit.

Sorry if I seemed unhelpful, it was not my intention.

I can help with coding if you like. I’ve got a nano I can test code on but I don’t have multiplexers to hook up 25 or 32 buttons. Do you have a schematic or design you could sketch up for me to see?