Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions applications/Tools/san_morse/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
sourcecode:
type: git
location:
origin: https://github.com/sanjorgek/san-morse-flipper.git
commit_sha: f7dcf0559060b98044b205f2a965eda38f49d12d

short_description: Morse code trainer with a decision-tree guide and text-to-Morse playback

description: |
Learn and write Morse code without memorizing the codes first.

**Decision tree:** the screen shows the dichotomic Morse tree (E/T,
I/A/N/M, ...) and the OK button works as a telegraph key: quick release
is a dot, holding is a dash. You always see which node you are on and
which character the next symbol would give you. A short pause commits
the letter and a longer pause adds a space, with a visible countdown.
Numbers and signs live on level 5: the view zooms in to show them.

**Text to Morse:** type a text and play it back with sound, LED and
vibration, highlighting the current character and symbol, with live
adjustable speed.

**Persistent settings:** language (English/Spanish), volume, tone,
vibration, LED, WPM speed, dot/dash threshold and commit timings.

changelog: "@./docs/changelog.md"

screenshots:
- screenshots/ss0.png
- screenshots/ss1.png
- screenshots/ss2.png
- screenshots/ss3.png
- screenshots/ss4.png