F5OEO / rpitx

RF transmitter for Raspberry Pi
GNU General Public License v3.0
3.93k stars 515 forks source link

Feature request - Morse code / fox hunting #305

Open MrMinecraft97 opened 9 months ago

MrMinecraft97 commented 9 months ago

Idea based on an old project from @km4efp at https://github.com/km4efp/pifox.

I'd like to have a mode to have text converted to morse code and then repeatedly played over the air via GPIO. Simple idea, no idea how hard it would be to implement.

This would be perfect for a little pi 0 as it could be hid in a small spot to be used as a small location fox or a secondary fox for after you find the main one.

Great project! Keep it up!

mfalkvidd commented 9 months ago

Just run while true; do ./morse freq(Hz) rate(dits) "message"; sleep 5; done.