daubsi

Results 52 comments of daubsi

For "ask_ook_nomanchester_5_1000.cu8" (original, now renamed to have nomore ook in the filename) I get ``` daubsi@s935:~/Downloads/rtl_433$ ./rtl_433 -r ask_nomanchester_5_1000.cu8 -A rtl_433 version -128-NOTFOUND branch at 202404231952 inputs file rtl_tcp RTL-SDR...

Which PDF do you mean please? I now tried Modulation=0 (2-FSK), SetDeviation(15) (and also the original value), setPA (Power) to -12. With -12 and deviation of 15kHz I now get...

Where did you see the samples were clipping initially? Which value do I need to have an eye on? Is it the RSSI? RSSI: -0.1 dB SNR: 20.2 dB Noise:...

Could you kindly explain how to read this? ``` Pulse width distribution: [ 0] count: 23, width: 216 us [216;236] ( 54 S) [ 1] count: 12, width: 416 us...

Hm, it seems they are broken since 2018 at least... Also the Google Groups thread is broken: https://groups.google.com/g/rtl_433/c/B8uVi3bhr9U/m/xAR38ZZYBAAJ

Thanks for documenting the journey so far. `Surprisingly, the final 16 bits on my device is 0x5515, which is identical to the final 16 bits reported on md's device. So...

I've implemented by Decoder for rtl_433. Let me know if it is of general interest or too specific to be included. Happy to raise a PR. https://github.com/OevreFlataeker/rtl_433/blob/master/src/devices/dickert_mahs.c

I am currently working on the code. It's been almost a year since I last touched it. Factory code tertiary: To the best of my knowledge yes. I only have...

Ok, then I´d got for Dickert-MAHS433 as you have suggested. ID: Hm, I see... But basically you would need the full dip switch config in order to say "this one...

I think I have now included all your requests. I went for the initial proposal of the ID being an OR of some bit field values. Please find the PR...