dd if=g001_868.2M_1000k.cu8 of=g001_868.2M_1000k_FM.cu8 count=2300
Loading into Audacity shows just the FM section but when I try and analyse using rtl_433 I get.
Input: Input format invalid "Unknown"
I'm obviously missing something but what? I carried analysing the whole file.
Putting the original uncut file through rtl_433 -A filename gives the following. Looking at the OOK blocks they appear to have a fixed gap but variable length pulse. See screen shots.
Detected OOK package @0.146859sI'm a bit stuck on the next steps, I tried to get pulseview but it no longer works on my Mac :( Any ideas on the modulation/encoding?
Thanks
Richard
Audacity Screen shots. Block1=FSK, Block2=OOK, Block3=Block2



The result of importing into Audacity is attached. The first block is FSK, the second block is OOK and the 3rd block is a repeat of the 2nd block.
cut the file up to remove the FSK block and then try and decode individually. So to get the FSK part I used the dd below.
Loading into Audacity shows just the FM section but when I try and analyse using rtl_433 I get. Input: Input format invalid "Unknown"
Putting the original uncut file through rtl_433 -A filename gives the following. Looking at the OOK blocks they appear to have a fixed gap but variable length pulse.
I'm a bit stuck on the next steps, I tried to get pulseview but it no longer works on my Mac :( Any ideas on the modulation/encoding?
Are your sure about the FSK? It could be a long OOK warmup.
Just one gap size but multiple different pulse length is not something we have seen before, strange.
To get the data I would try a coding of PCM. The length of 133/300/633/848/1244 µs don't clearly show the bit rate, maybe around 100 µs?


I didn't even know the symbol options existed for the decoder, I'll have to have another look though the source code.