Filter Type: All Time (0 Results) Past 24 Hours Past Week Past month Post Your Comments?
All Time (0 Results)
Past 24 Hours
Past Week
Past month
When the phone isn’t being dialed, the switch in the dial unit is closed (a so-called NORMALLY CLOSED switch, for obvious reasons) so the circuit connects pin 2 to ground (which to the Arduino is LOW). This is because there is much less resistance through the 470 ohm resistor than the 10K resistor.
An old rotary phone can be used for a number of purposes in your Arduino projects - use it as a novel input device, or use the Arduino to interface a rotary phone to your computer. This is a very basic guide describing how to interface the dial to an Arduino, and get the number dialed passed into a computer over the Arduino’s serial link.
Pin 2 will go HIGH for each pulse as the dial rotates. When the phone isn’t being dialed, the switch in the dial unit is closed (a so-called NORMALLY CLOSED switch, for obvious reasons) so the circuit connects pin 2 to ground (which to the Arduino is LOW).
Connect SIM800/SIM900 Module to Arduino digital pin 2 & 3. Similarly connect the 16x2 LCD to Arduino analog pins A0, A1, A2, A3, A4, A5. Similarly connect 4x4 Keypad to Arduino digital pins 11, 10, 9, 8, 7, 6, 5, 4.