Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
group/morse_communicator.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
12 lines (9 sloc)
572 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Short-Range Morse Communnicator | |
There are a number of common protocols used for distance communication. In this project you are to develop a long-range communication network that encodes its data using Morse Code. | |
Below are some thoughts: | |
1. Can you get the communicator to send data using: wires, bluetooth, Wifi, LoRa? | |
2. Assuming only UTF8 text will be communicated, what sort of speed can you maintain (CPS)? | |
3. Can you build a broadcast system where each node broadcasts to all others? | |
4. Can you build a point-to-point system? | |
5. Can the data be encrypted? | |
6. |