Giter Site home page Giter Site logo

morse-gui's Introduction

Morse-GUI

Morse Code Generator with Raspberry Pi

The "Morse Code Generator with Raspberry Pi" repository contains Python code for a PyQt5 GUI application that translates text input into Morse code and outputs the Morse code through a Raspberry Pi's GPIO pins. The main script code.py leverages the RPi.GPIO Python library for GPIO control.

Key Features:

  1. Graphical User Interface (GUI): The script includes PyQt5 code to create a simple GUI window with a text input field and a submit button. The GUI is intuitive and easy-to-use, requiring users to enter text and hit 'Submit' to generate Morse code.

  2. Morse Code Translation: On the press of the 'Submit' button, the text entered by the user is translated to Morse code. The script includes a dictionary mapping each letter of the alphabet to its Morse code equivalent.

  3. Morse Code Output: The generated Morse code is output through GPIO pin 18 of the Raspberry Pi. Long and short signals (dashes and dots) are represented by different durations of high voltage, while spaces between characters are represented by low voltage.

This project serves as a beginner-friendly introduction to GUI development with PyQt5, text encoding, and GPIO control with Raspberry Pi. It is a perfect starting point for those interested in learning about graphical interfaces, Morse code, and hardware interaction with Raspberry Pi.

morse-gui's People

Contributors

daviskamau avatar

Stargazers

john mizra avatar  avatar

Watchers

 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.