Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estintax/saatja-rpi
A small experimental program for the Raspberry Pi to transmit Morse code using the FS1000A RF-transmitter.
https://github.com/estintax/saatja-rpi
experimental gpio morse-code radio raspberry-pi
Last synced: 6 days ago
JSON representation
A small experimental program for the Raspberry Pi to transmit Morse code using the FS1000A RF-transmitter.
- Host: GitHub
- URL: https://github.com/estintax/saatja-rpi
- Owner: estintax
- License: bsd-2-clause
- Created: 2019-12-30T21:28:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T12:26:23.000Z (over 1 year ago)
- Last Synced: 2024-10-30T16:11:20.530Z (21 days ago)
- Topics: experimental, gpio, morse-code, radio, raspberry-pi
- Language: Go
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saatja
A small experimental program for the Raspberry Pi to transmit Morse code using the FS1000A RF-transmitter.
![FS1000A](https://raw.githubusercontent.com/estintax/saatja/master/doc/fs1000a.png)
## Usage
```Bash
# apt-get install golang
$ git clone https://github.com/estintax/saatja.git
$ cd saatja
$ git submodule init
$ git submodule update
$ go build
$ ./saatja [text (not case sensitive)]
```## Warnings
1. The FS1000A transmitter broadcasts at approximately 433.986 MHz. This is a free frequency in many countries. However, I am not sure that this frequency is free in all countries. Perhaps, before using the program, you will need to obtain permission in advance to use this frequency.
2. The frequency of the FS1000A transmitter is not static. For me personally, the frequency changes a little, which makes the tone of the signal dynamic.