Giter Site home page Giter Site logo

infinitycollaborations / pinumberstation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from korn101/pinumberstation

1.0 2.0 1.0 4.6 MB

Pi-based FM Number Station w/ basic Speech Synthesis.

Home Page: https://gigawolf.wordpress.com/raspberry-pi-projects/pinumberstation/

License: MIT License

Python 93.77% Shell 6.23%

pinumberstation's Introduction

#PiNumberStation ###korn101

Legal Notice: The operation of an FM Transmitter (over a certain energy level) is in almost all countries and local jurisdictions illegal. Check the laws of your area before operating such a device.

PiNumberStation is a python/bash coded frontend that takes string messages and turns them into basic speech (preferably NATO phonetic alphabet or Combine VO) - this message is then passed over FM Radio transmission via a small antenna connected to GPIO pin 4. The hard part (modulating the sound and sending it to the antenna) is actually done by the back-end PiFM based C program.

The end result is a basic and very small FM Number Station. See: http://en.wikipedia.org/wiki/Numbers_station

#Installation:

  • git clone https://github.com/korn101/PiNumberStation with SSH or Terminal
  • cd PiNumberStation
  • sudo nano PiNS.py
  • Change desired parameters in PiNS.py:
    • repeat - whether to repeat the broadcast forever (True/False)
    • buzzer_on - play the buzzer (if you don't know what this is, leave it False.)
    • message - The message you want to play, all in lowercase.
  • To begin transmitting message: sudo python PiNS.py

Important: Due to copyright and filesize reasons, no voice/speech files are present. Loading these files is easy. Important to note is the files must be 16-bit Mono WAV files. With a file structure such that:

The folder "vo" contains sub-folders: "misc" and "alpha".

  • where misc contains buzzer.wav
  • where alpha containts alpha.wav, bravo.wav, etc.

#Developer Notes:

  • To push new changes: Run ./gitUpdate.sh
  • To pull latest version: Run ./gitPull.sh

#TODO:

  • Message re-loading every loop
  • Uppercase support
  • Unload pifm process
  • Change frequencies
  • Morsecode Synthesis

pinumberstation's People

Contributors

korn101 avatar

Stargazers

William Majanja avatar

Watchers

James Cloos avatar William Majanja avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.