Maker Pro
Maker Pro

Different numbers should activate different LED

snoopy

Aug 2, 2018
2
Joined
Aug 2, 2018
Messages
2
Hi,
I am designing a circuit that will take numbers from keypad and then lit up leds/bits which are associated to that number which should previously stored against that number
eg if i enter 1234 it switch on led x,y,z
Its kind of electronic password but not exactly because i want inputs and then use the memory to lit up the related leds.
Can anyone guide please whats the best equipment,software and language i should use

I hope that make sense.

Thanks
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
You could start with something like an Arduino.
 

Bluejets

Oct 5, 2014
6,707
Joined
Oct 5, 2014
Messages
6,707
Keypads to go with the Arduino can be had from Ebay for a couple of dollars.
Flexible membrane with a short connection tail.
Many examples for the code on Google or better still, do some reading and "roll your own" as you will learn more that way.
Arduino forum will not write your code for you but are very helpful getting you on the right track.
Correct grammar is essential in programming so proof read your code, it catches many every day.
 
Top