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:
- Can you get the communicator to send data using: wires, bluetooth, Wifi, LoRa?
- Assuming only UTF8 text will be communicated, what sort of speed can you maintain (CPS)?
- Can you build a broadcast system where each node broadcasts to all others?
- Can you build a point-to-point system?
- Can the data be encrypted?