Kārlis Goba

Results 32 comments of Kārlis Goba

I am facing the same issue now with an audio class USB device. I cannot even build a proper USB configuration with the current implementation, as pointed out (due to...

Hi F5OEO, Thanks for the support! Indeed I am actively working on this code, and it still lacks structure somewhat. The library is currently left as an exercise to the...

Hi Chris! I have your McHF on the table working but still lacking a proper enclosure. Great work! (Though I would have done the layout of the controls differently) Regarding...

I have basic decoding working at the moment (check decode_ft8.cpp, though it's still not updated to v2), and it's using 32-bit floating point for FFT computation, which should be the...

In any case, watch this space, I will update soon(ish) with decode routines for v2 FT8 and an example project for the 32F746GDISCOVERY kit that will have some decode functionality.

You're welcome and good luck! I know I stated the code is in C++, but actually it's not too C++ specific, so it should be easily convertible to C. The...

f4goh, I'll see if I can find the bug, but in meantime, could you compare it step by step with a desktop version? Are the packed bits/bytes different, or is...

The good news is that I had already implemented the free text encoding (see packtext77()), but hadn't added it to the pack77() routine. Didn't test too much, but seems to...

Also congrats of completing a QSO! That makes me proud as well :)

Hi drf5n, you're right, I am seeing the same behaviour. I will investigate. By the look it seems it understands it's a free-text message but either encoding or decoding is...