Book Image

Crazy about Arduino: Your End-to-End Workshop - Level 2 [Video]

By : Idan Gabrieli
Book Image

Crazy about Arduino: Your End-to-End Workshop - Level 2 [Video]

By: Idan Gabrieli

Overview of this book

The best way to find out whether this course is really for you is by asking yourself a few basic questions: • Do you like building things yourself? • Are you looking for ways to easily combine software and hardware components? • Did you ever wonder how electronic devices really work? • Do you have a creative idea and are just looking for ways to easily prototype it? If your answer to most of the questions above is "Yes," then you're in the right place. The Arduino is probably one of the most amazing developments and prototyping platforms today with endless possibilities for Do-It-Yourself hobbyists looking for ways to express their creativity and technical capabilities. This course is LEVEL 2 and is part of a larger comprehensive training program divided into levels that are all about the Arduino and its surrounding ecosystem. Each course covers a specific group of subjects to let you develop and grow your skills step-by-step while enjoying the long journey. Join us and learn how to use the Arduino to build and program amazing and interesting projects with a keypad, LCD, and multiple sensors. All the code and supporting files for this course are available at - https://github.com/PacktPublishing/Crazy-about-Arduino-Your-End-to-End-Workshop---Level-2
Table of Contents (8 chapters)
Chapter 7
Step 6 - Our Final Project
Content Locked
Section 3
Security Lock Code
In many applications it is useful and even critical to get some number or combination of characters as a security code. In our project we already connected the keypad and LCD, so the only thing we need to do is to adjust and update the software code, so when the system is starting it will ask the user to enter a security code before letting the system to continue. Let's see that code first and then the actual project.