joel-bourquard
joel-bourquard
> I experienced this and the web ui workaround worked. > > For developers: Although my error log says permission denied, it seems like [running a shell command](https://github.com/syncthing/syncthing-android/blob/9b04374/app/src/main/java/com/nutomic/syncthingandroid/util/Util.java#L149) is testing...
Thank you! In the meantime I tried rtl_433's pulse analyzer, focusing on the results that have best SNR (ie: around 20 dB). After some playing around, I came up with...
Here's a full 60-second capture taken with this command: `rtl_433 -s 1024k -Y autolevel -Y magest -M noise -M level -Y minmax -S all -T 60` https://matrixrewriter.com/tmp/capture1.zip The interesting transmission...
And here's the results of a run with the "before length check" code added, as follows: if (bitbuffer->num_rows != 1) return DECODE_ABORT_EARLY; decoder_log_bitbuffer(decoder, 0, __func__, bitbuffer, "before lenght check"); //check...
And here's a 60-second capture of demodulated pulses obtained with this command: `./rtl_433 -R 0 -w OOK:- &> demod.txt` [demod.txt](https://github.com/merbanan/rtl_433/files/10295516/demod.txt) I don't fully understand the contents, but we should look...
And here's a 60-second analysis by rtl_433 with 1024k sample rate, obtained with this command: `./rtl_433 -R 0 -s 1024k -A &> analysis.txt` Results: [analysis.txt](https://github.com/merbanan/rtl_433/files/10295550/analysis.txt)
Thanks for your feedback and analysis! Yes, this model might be different from the ET-73x, who knows... Here's something that might help narrow it down: in the "analysis.txt" file, search...
Hi all, and thanks for your feedback and help! This is great :-) Time was very tight today but I removed the SDR antenna, connected it to a different computer...
Hi @franki29, @zuckschwerdt, Hope you had a Merry Christmas :-) This is a WIP, but I wanted to share the progress. I successfully isolated and identified the TFA 14.1504 signal:...
Hi @franki29, thanks a lot! I have updated the title of this ticket, as this TFA device turns out to be very different from the Maverick. Thanks a lot for...