kamilsss655 / ESPRI

ESPRI (ESP Radio Interface) project providing extended functionalities to ham radios
Apache License 2.0
81 stars 3 forks source link

[FEATURE] Morse code beacon #8

Closed kamilsss655 closed 3 months ago

kamilsss655 commented 3 months ago

Is your feature request related to a problem? Please describe.

As some initial sound interfacing tasks it would be nice to have a Morse code beacon to test PTT and audio output. This can actually have some practical uses, as it allows to turn any radio into a beacon.

Describe the solution you'd like

Have a configurable Morse code beacon mode, where user can enter:

Additional context

Based on some very basic tests, the ESP can output sine wave on a GPIO port that can be connected to headphones (through 1uF cap). So apart from decoupling capacitor, there might be no more components needed. To be tested with Kenwood interface though.

kamilsss655 commented 3 months ago

Finished