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

Hi Jason. I would be very interested to see this supporting JS8Call mode, say with heartbeat packets. http://bygra.pl/wp-content/uploads/2019/02/JS8Call.pdf Thanks for this great project! Patrick

This fixes problems with FT8 HEX messages, as described in https://github.com/etherkit/JTEncode/issues/18

I read through the code because I had an other problem and searched for all occurences of strcpy, strncpy, .. I see the following problem with callsign, defined in JTEncode.h:...

There is a bug in the FT8 telemetry mode code. In JTEncode.cpp line 887 the line: snprintf(temp_msg, 19, "%*s", 18, c18); sets temp_msg to a zero length string. This causes...

Hello Jason, Playing with Si5351JTDemo ( using v. 2.1.4 and v.1.2.1 ) I met the following problem - transmiting of FT8 (also on JT4) text on 144MHz is interrupted on...

Hi Great library, thank you for all your work. A few ways to save more memory - I saved 562 bytes of flash and 530 bytes of flash with these...

Hi, when using jtencode as shown in the example, data from the calling routine gets lost as soon as wspr_merge_sync_vectors is called. Which is funny as it does not do...

Hi Jason, any chance you will be adding FT8 to the supported modes: http://www.arrl.org/news/new-ft8-mode-included-in-wsjt-x-beta-release George M1GEO (y)

enhancement

https://rudius.net/oz2m/ngnb/pi4.htm

enhancement

Hello, I did have some trouble with a *one* char prefix in the wspr callsign (F/PE0FKO), it was not received by the wspr systems. Did check the code for the...