Skip to content
Permalink
main
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time

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?