Arduino Uno SOS Almost all tutorials you‟ll find start by making an LED (light emitting diode) blink, and this is a great way to start since it takes the absolute minimum amount of parts and steps to make a functioning project. So we‟ll do the same with this Arduino Uno Tutorial. If you already have experience with Arduinos, then you can probably just read through this section.
Imagine that you are stranded at sea and can see other boats or planes, but don‟t have a radio or cell phone? What to do, send an SOS of course, that is the international Morse code distress signal. ( SOS does not officially stand for anything, it is used because it is very easy to send/receive and remember, 3 dots, 3 dashes, 3 dots … . (http://en.wikipedia.org/wiki/SOS ). Creating an SOS beacon with an Arduino is about as easy as it gets, a tiny LED like we‟ll be using would not be bright enough to signal another ship, you would need a lot more power than what the Arduino Uno can supply by itself to run a light bright enough for that. This can be done easily by having the Arduino connected to an electrical relay, but that‟s a different lesson altogether, we‟ll stick with just a simple LED for now. We only need 3 pieces of hardware for this first tutorial