JTEncode icon indicating copy to clipboard operation
JTEncode copied to clipboard

JT65/JT9/JT4/WSPR/FSQ Encoder Library for Arduino

Results 17 JTEncode issues
Sort by recently updated
recently updated
newest added

I have managed to get FT8 on 2m/6m to work but I have to have FT8_TONE_SPACING as 62.5 instead of 625, and FT8_DEFAULT_FREQ set to 14417400UL if I want 144.174mhz...

When compiling for ESP32-S2 I get fatal errors. I get the same errors with another microcontroller (M0), but it compiles successfully because they get treated as Warnings. (pasted below) I...

Hi, I’ve noticed that when encoding the message “CQ EA5JTT IM99” with JTencode Library (https://github.com/joanpao/FT8_beacon_NTP_OLED) , the receiver decodes it as “CQ EA5JTT IM9”. The same issue occurs when using...

Hi, I'm very happy with the library — thanks to it I've developed an FT8 beacon project that is now fully operational (https://github.com/joanpao/FT8_beacon_NTP_OLED). Do you plan to add FT4 support...

Would be helpfull if it is possible to add Q65 modes, at least the C and D spreading, with 60sec and 120 sec.

this is regarding lines 677 to 687 in the wspr_message_prep function in JTEncode.cpp. The code cycle through 12 characters of "call", and unless a char is '/', '' it replaces...

Added an extra case into the prefix processing as suggested by https://github.com/pe0fko on https://github.com/etherkit/JTEncode/issues/29. Now it works for encoding callsigns like: M/9A3ICE. I also checked with MM/9A3ICE which still works...