Arduino + Sparkfun 12 button keypad part 2
Uploader Comments (TwiztedIndian)
All Comments (9)
-
like those 10mm leds you got : p got that from sparkfun?
-
hey bro, Do u have the hardware configurations of the keypad to the arduino board. I aint sure how to connect the two devices together bro.
-
You might look into adding a piezo siren to that. That would make the alarm routine more alarm like.
-
i keep getting this error: variable or field 'keypadEvent' declared void In function 'void setup()': At global scope:
Bad error line: -7
-
@rek636 How did you end up getting it to work? I'm having the same problem.
Thanks.
-
@TwiztedIndian I just got it to work. I had some how messed up by deleting a letter some where in the sketch.
-
i have a problem with
error: variable or field 'keypadEvent' declared void In function 'void setup()': At global scope:
Bad error line: -7
@formulaformula1133 actually no, I had them laying around from a pile of samples I got from China years back when I use to run a website that sold LEDs.
TwiztedIndian 3 weeks ago
The only thing I can think of is you need to get the Keypad and Password Library as they do not come with the IDE by default. Due to YouTube i.e. Google's ridiculous anti-spam techniques I can't post the links in the comment but you can refer to my original video which has the links to the Keypad and Password pages in the Arduino Playground.
Download the library files and install them as noted on the page and that should fix it if this is the problem.
Let me know if this helps...
TwiztedIndian 2 years ago