Components and supplies
Rotary Dial Disk from old phone
AA Batteries
Arduino UNO
Geared DC Motor
Apps and platforms
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
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.
Aws_Alkarmi
2 Followers
•5 Projects
7
12
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?