Skip to content

Send encrypted data from one Arduino to another. The receiver must then enter the correct password to view the decrypted message.

Notifications You must be signed in to change notification settings

SeventhDream/RF-Encrypted-Comms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radio Frequency Encrypted Communications

Problem Statement:

Wirelessly transmit a secure text-based message that only the target receiver can read in plain text.

Functional Requirements:

  • Message input by the user using a PC and keyboard connected to the transmitter circuit
  • The transmitter must encrypt the message to prevent interceptors from reading the message contents without permission
  • Data encoded and transmitted over 433MHz radio frequency
  • Message recipient inputs decryption passkey into receiver circuit via physical numpad
  • The receiver circuit must decode the data bundle and use the inputted passkey to decrypt the message back into plain text
  • The receiver circuit must display the received text data on an LCD screen.

Hardware Components:

Software Packages:

About

Send encrypted data from one Arduino to another. The receiver must then enter the correct password to view the decrypted message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published