petrjac
petrjac
Hi, I collected some signal and have some notes/questions: 1. Shouldn't we create separate issue for `FSK_MC_ZEROBIT` as mentioned in [comment](https://github.com/merbanan/rtl_433/issues/2821#issuecomment-1932814033) from @zuckschwerdt ? 2. Not all _BMW gen5_ signals...
OK, thank you for clarification:). This is probably due unappropriate Soapy params for _Airspy R2_ `rtl_433 -d driver=airspy -g "LNA=8,MIX=8,VGA=11" -s 2.5M`. I'm gonna experiment with different params or try...
For _Huf gen. 5_ the P/N is _36106877937_.
Hello again, I recorded several samples with BMW **Gen4 sensors**. The message format looks similar to Gen5 sensors and also samples collected by @ProfBoc75. I pushed the samples here -...
@ProfBoc75 I tried this... would this be useful? ``` > rtl_433 -r g097_433.92M_2500k.cs16 -R 252 -vvvv rtl_433 version 23.11-51-g2d63f306 branch master at 202402101513 inputs file rtl_tcp RTL-SDR SoapySDR with TLS...
@ProfBoc75 Thank you for your comment. You are right, the signal is obviously clipping:). I've been adjusting the gain settings and also forgot to set `-Y minmax`, but I was...
@ProfBoc75 I [pushed](https://github.com/petrjac/rtl_433_tests/commit/35c80bc2b2a6c50e0db10143e8a607fd26a8185d) some new samples which can be read (the signal is still noisy and weak though). I also added _JSON_ with data from diagnostics. The `FLAGS3` could be...
My SDR (Airspy R2 https://airspy.com/airspy-r2/) only support _10M_ or _2M5_ sample rate. Should I resample using some software tool @zuckschwerdt ?
Same issue when building as OpenWRT package: ``` ... /tmp/openwrt-sdk-22.03.0-mvebu-cortexa9_gcc-11.2.0_musl_eabi.Linux-x86_64/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/sunwait-1.0/sunwait.cpp: In function 'int main(int, char**)': /tmp/openwrt-sdk-22.03.0-mvebu-cortexa9_gcc-11.2.0_musl_eabi.Linux-x86_64/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/sunwait-1.0/sunwait.cpp:707:47: error: expected primary-expression before '||' token 707 | else if (!strcmp (arg, "debug")) ||...
@likemotion using the `PKG_SOURCE_VERSION` is valid only for OpenWRT specific *makefile*. You could probably try clone the repository and then switch version: ```sh git clone https://github.com/risacher/sunwait.git cd sunwait git checkout...