Rotary Dial Disk (Rotary Phone) Password programmed

Let the old phone disk function in some thing new using the Gear motor to open the door

Mar 22, 2020

5472 views

7 respects

Components and supplies

1

Rotary Dial Disk from old phone

1

AA Batteries

1

Arduino UNO

1

Geared DC Motor

Apps and platforms

1

Arduino IDE

Project description

Code

The Code Of The Project

arduino

Any More Information Please let me know Down in the comments

Comments

Only logged in users can leave comments

soundtrack79

a year ago

Hello, very good idea! Do you this is it possible to use this code to simply use numbers entries 1to9 as input to another code?

Anonymous user

2 years ago

Very gooood

Anonymous user

2 years ago

Thank you very much

Anonymous user

2 years ago

I was wondering how I would modify this code to turn on a lamp and keep it on dialing a 7 digit number and shut it off dialing the number 1

Aws_Alkarmi

2 years ago

Just put your lamp on LED pin and delete (digitalWrite(led,LOW);) . To Turn it off put if (number[0]==1){digitalWrite(led,LOW);} I hope you make it. best wishes

Anonymous user

2 years ago

I was searching for it. Thank you.

Anonymous user

4 years ago

Very gooood

Anonymous user

4 years ago

Thank you very much

Anonymous user

4 years ago

I was wondering how I would modify this code to turn on a lamp and keep it on dialing a 7 digit number and shut it off dialing the number 1

Aws_Alkarmi

2 years ago

Just put your lamp on LED pin and delete (digitalWrite(led,LOW);) . To Turn it off put if (number[0]==1){digitalWrite(led,LOW);} I hope you make it. best wishes

Simon_John

5 years ago

I was searching for it. Thank you.

Munt_Att

5 years ago

Brilliant code. uses no libraries or complex commands.