Skip to content

partofthething/laserComm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laser Communication with Morse Code

This program sends and receives text encoded with Morse code over line-of-sight with a laser. It can be controlled by a Raspberry Pi or similar microcontroller.

Requirements

  • morsecodelib (my little morse code library)
  • RPi.GPIO for controlling Raspberry Pi pins
  • numpy for doing some simple signal processing
  • py-spidev for controlling the ADC over SPI (optional iff you update the code)
  • matplotlib if you want plots

Use

Just run clone the repo and run transceiver.py and it will send and receive the pre-programmed message. This is a very early work in progress and more usability features will be added in the future.

There will be a blog post at http://partofthething.com/thoughts soon showing this off.

About

Send and receive Morse code with a laser!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages