https://github.com/muratcanakcay/morse-code-decoder-and-encoder
A simple morse-code decoder/encoder project for Rasberry Pi 4B using libgpiod. Developed on QEMU emulated aarch64 linux kernel built with BuildRoot as well as a real RPi4B. There's still room for improvement but overall it works.
https://github.com/muratcanakcay/morse-code-decoder-and-encoder
aarch64 c gpio libgpiod morse morse-code qemu raspberry-pi
Last synced: 3 months ago
JSON representation
A simple morse-code decoder/encoder project for Rasberry Pi 4B using libgpiod. Developed on QEMU emulated aarch64 linux kernel built with BuildRoot as well as a real RPi4B. There's still room for improvement but overall it works.
- Host: GitHub
- URL: https://github.com/muratcanakcay/morse-code-decoder-and-encoder
- Owner: muratcanakcay
- Created: 2022-04-09T22:55:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T23:40:39.000Z (over 3 years ago)
- Last Synced: 2025-03-23T13:42:33.185Z (6 months ago)
- Topics: aarch64, c, gpio, libgpiod, morse, morse-code, qemu, raspberry-pi
- Language: C
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morse-Code-Decoder-and-Encoder
A simple morse-code decoder/encoder project I wrote for the 6th-semester Linux for Embedded Systems course at Computer Science program at Warsaw University of
Technology. It was written to be used on Rasberry Pi 4B using `libgpiod` library, developed on a QEMU emulated aarch64 linux kernel built with BuildRoot and tested
on a real RPi4B. There's still room for improvement but overall it works.Basically, you enter a morse code pattern using the RPi4B's button and it decodes the input from the relevant GPIO pin to letters, or you enter a text via the terminal and it encodes the text to morse code and sends the output to the designated GPIO pin.