LSatan / Simu_Remote_CC1101

Sending and receiving Simu: Radio motor Hz / Hz02 / EHz / Door control RSA / Radio receiver SA Hz / Garage door operator GM800 / GM1000 Micro radio receiver for lighting
38 stars 4 forks source link

Doesn't work with Simu 2006138? #4

Open mAPBhlJ opened 1 year ago

mAPBhlJ commented 1 year ago

The library doesn't seem to pick up any messages from my 'Simu Remote'.

I'm using the 'White - 1 Channel' remote with reference 2006138 Whereas I believe you're using the keyfob?

image

When using the 'raw data scanner' adjusted to 433.40 Mhz (found by using the scan), I get a message on every odd press on a button.

Pressing the up, middle and down button twice, I get the following result:

Counter: 89
5200,5088,5096,5104,9704,2560,2616,2544,2568,1288,1288,2576,1280,1288,2608,2528,2600,2536,1336,1256,2568,2544,1352,1224,1320,1248,1336,1256,2624,2488,1344,1224,2616,1288,1304,1224,1320,2544,2600,2584,1288,1256,1320,1232,1352,1240,1296,1272,2616,1232,1352,2528,1296,1240,2656,2496,2640,1232,1304,2536,1312,1280,2616,1240,1312,1280,1312,2536,1312,1272,2568,2536,1320,1256,2632,1264,1328,2496,1344,1216,2624,1288,1288,2528,1304,1288,1248,42056,20176,63216,
Counter: 87
5200,5056,5080,5144,9688,2560,2624,2536,2568,2544,2600,1280,1296,1288,1312,2528,2600,2568,1312,1240,2584,2536,2640,2520,1312,1240,2640,2536,1280,1256,2616,1296,1280,2568,1312,1240,2592,2528,1344,1240,1312,1280,1312,1240,1336,1216,2624,1240,1336,2528,1304,1288,2592,2528,2640,1224,1320,2544,1296,1272,2624,1232,1344,1232,1312,2552,1296,1272,2624,2536,1320,1224,2608,1248,1312,2576,1288,1240,2616,1296,1280,2568,1312,1240,1288,41352,20120,63232,
Counter: 89
5144,5136,5080,5080,9736,2528,2632,2496,2632,2536,2616,2544,2592,2560,1336,1216,1320,1232,2656,2504,1320,1240,1336,1256,1320,1208,1376,1240,1304,1224,1328,1240,2640,2528,2592,1264,1320,2536,2640,1224,1328,2552,1288,1272,1336,1200,2640,1264,1336,1200,1376,2504,2624,1240,1344,2528,2576,2552,1328,1248,1336,1200,2616,2544,2600,2528,1336,1272,1320,1232,1296,1288,1304,1224,2616,2544,1328,1248,1328,1240,2616,2544,1296,1272,1320,1248,1280,10616,20128,63240,

If I use the SmartRC driver lib and adjust the setup to use only:

    float freq = 433.40;
    ELECHOUSE_cc1101.Init();
    ELECHOUSE_cc1101.setRxBW(58);
    ELECHOUSE_cc1101.setMHZ(freq);
    ELECHOUSE_cc1101.SetRx();
    ELECHOUSE_cc1101.setGDO0(gdo0);

When pressing a button; it will actually show accurate readings for Rssi and LQI. But it doesn't show any data and if I also log the length; it appears to always be 0.

Do you have any clue on how to go forward?