For those unaware S.O.S stands for "Save Our Ship". In this project I used a Arduino UNO, Breadboard and a Red Led Powered by a 9v Battery. There has also been use of a resistor of 330 Ohms to ensure that no excess electricity is sent to Led and thus preventing it from burning.
To display the signal Morse Code has been used with the help of our communication channel led. The Morse Code for SOS is:
S =...
O = _ _ _
S =...
S.O.S =... _ _ _...
To display the Morse Code we can take the help of a blink duration of led. In this projects I have given dots a delay of 150 milliseconds and Dashes a delay of 500 milliseconds so That our eyes can perceive it easily.
Comments