Issue with CC1101 RF TX - cannot get clean signal

CC1101 + ESP32 TX corrupted pulses — transmit_raw glitching mid-signal

Hardware: Freenove ESP32-D0WD-V3 + blue CC1101 433M V2.0 module
ESPHome: 2026.5.1 (tried both arduino and esp-idf frameworks)

Wiring:

  • GDO0 (pin 3) → GPIO4 (TX)
  • GDO2 (pin 8) → GPIO2 (RX)
  • CSN → GPIO5, SCK → GPIO18, MOSI → GPIO23, MISO → GPIO19

Problem: RX works perfectly. TX emits RF (confirmed via second CC1101 slave receiver) but the transmitted signal is consistently corrupted — wrong pulse count (382-384 instead of 385) and glitched values like 1017, 1284, 1289 appearing mid-signal in frame 2 or 3.

What I've tried:

  • gdo0_pin removed from cc1101 block (fixed the no-RF issue from #16876)
  • rmt_symbols: 256 and rmt_symbols: 512
  • Both arduino and esp-idf frameworks
  • Single frame with repeat: times: 5, wait_time: 0s
  • Full 3-frame array as single transmit call
  • idle: 30ms on receiver to get clean captures

Clean capture from slave (physical remote, 385 pulses, consistent across multiple presses — fixed code confirmed):

[271, -499, 267, -499, 264, -516, 275, -507, 263, -509, 239, -533, 239, -533, 239, -510, 4384, -521, 514, -240, 256, -530, 509, -264, 269, -497, 264, -499, 267, -512, 515, -268, 500, -247, 266, -523, 245, -516, 245, -517, 265, -513, 510, -265, 525, -244, 514, -246, 267, -523, 515, -240, 256, -534, 499, -259, 267, -507, 515, -246, 517, -251, 535, -263, 496, -268, 266, -496, 270, -501, 257, -516, 515, -260, 260, -497, 274, -511, 263, -497, 269, -500, 538, -224, 534, -262, 497, -267, 527, -251, 497, -245, 548, -224, 536, -253, 506, -258, 529, -238, 530, -265, 506, -264, 499, -244, 535, -247, 516, -261, 524, -242, 528, -253, 270, -498, 522, -236, 523, -265, 507, -265, 507, -256, 524, -243, 529, -247, 262, -495, 267, -528, 516, -241, 267, -498, 267, -499, 543, -237, 252, -515, 264, -516, 521, -262, 499, -4368]

One frame ending at inter-frame gap -4368. Full signal has 3 frames.

What slave receives when master transmits (corrupted):

[275, -493, 293, -477, 269, -505, 274, -515 ... 1017, -540, 519 ...]

Corruption position is consistent across all attempts. Target device (433.92MHz pergola remote, fixed code) does not respond.

Current master config (TX only):

cc1101:
  id: cc1101_module
  cs_pin: GPIO5
  frequency: 433.92MHz
  output_power: 10
  modulation_type: ASK/OOK
  filter_bandwidth: 200kHz

remote_transmitter:
  id: rf_transmitter
  pin: GPIO4
  carrier_duty_percent: 100%
  rmt_symbols: 256
  on_transmit:
    then:
      - cc1101.begin_tx: cc1101_module
  on_complete:
    then:
      - cc1101.begin_rx: cc1101_module

Does anyone have any ideas on where to go from here? I've seemingly tried hundreds of combinations without success (although at least now I have a device confirmed transmitting as there seems an issue with RX and TX on the same setup).

Thanks

Always same exact pulse?

Did you try swapping tx and rx hardware?

Always same exact pulse?

The corruption position is consistent (always late in frame 2 or early frame 3) but the exact glitch value varies between transmissions — values like 1017, 1284, 1289 have all appeared at different times.

Did you try swapping tx and rx hardware?

I've tried switching the GDO0/GDO2 pin assignment pin assignments and using two different CC1101 module/esp32 boards pair (i.e. one for RX and one for TX and then swapped) but they are the same hardware units as it seems the CC1101 is pretty much the only module I can find in Australia.

But your capture is only 148 pulses, not 385.

That's expected if one edge is missing. So for example...543, -237, 252, -515, ... becomes merged as 1032, -515 .
Is it always high pulse (positive)?

Is your Esp busy doing other things? Try with bare minimum configuration, just essential components and CC1101 + remote transmitter (no receiver config for TX). And set RMT symbols to 512.

Sorry let me go back to basics as I've looked at this so long I'm likely confusing concepts:

Receiver config:

esphome:
  name: rf-receiver-slave
  friendly_name: CC1101 RF Receiver Slave

esp32:
  board: 

spi:
  clk_pin: GPIO18
  mosi_pin: GPIO23
  miso_pin: GPIO19

cc1101:
  cs_pin: GPIO5
  frequency: 433.92MHz

remote_receiver:
  pin: GPIO2
  dump: raw
  filter: 150us
  idle: 20ms
  buffer_size: 2kb

Receiver from the real remote. 3 presses of the same button to record a few tries:
Try 1

[22:00:37.152][I][remote.raw:026]: Received Raw: 283, -485, 264, -511, 264, -514, 263, -499, 269, -500, 259, -523, 243, -531, 262, -504, 4356, -510, 521, -257, 270, -501, 508, -251, 261, -513, 268, -499, 288, -502, 497, -269, 512, -246, 266, -520, 243, -529, 248, -512, 263, -512, 510, 
[22:00:37.152][I][remote.raw:026]:   -264, 497, -269, 512, -246, 267, -520, 514, -240, 267, -501, 524, -245, 280, -496, 515, -264, 520, -241, 525, -247, 515, -246, 268, -520, 243, -531, 262, -504, 496, -270, 262, -497, 268, -513, 246, -517, 265, -513, 509, -265, 523, -245, 515, -246, 
[22:00:37.160][I][remote.raw:026]:   519, -260, 524, -240, 526, -254, 521, -244, 527, -248, 513, -252, 507, -258, 531, -238, 530, -241, 525, -247, 517, -245, 519, -250, 534, -262, 250, -499, 522, -256, 523, -244, 529, -247, 514, -261, 498, -266, 525, -252, 269, -497, 246, -517, 513, 
[22:00:37.175][I][remote.raw:026]:   -267, 266, -498, 269, -501, 509, -251, 260, -512, 266, -523, 511, -264, 508, -4341, 4376, -515, 522, -244, 276, -496, 515, -264, 252, -514, 263, -499, 269, -500, 510, -250, 535, -262, 250, -500, 289, -500, 242, -522, 264, -509, 519, -236, 521, -267, 
[22:00:37.181][I][remote.raw:026]:   499, -249, 266, -522, 520, -236, 252, -519, 523, -255, 270, -501, 506, -261, 524, -238, 531, -267, 497, -247, 264, -521, 245, -514, 246, -519, 522, -255, 269, -501, 256, -522, 243, -528, 247, -513, 509, -266, 523, -245, 514, -246, 518, -260, 498, 
[22:00:37.217][I][remote.raw:026]:   -262, 533, -266, 496, -264, 498, -269, 512, -247, 517, -260, 524, -240, 523, -263, 498, -268, 511, -246, 516, -260, 524, -240, 265, -501, 522, -268, 510, -247, 516, -261, 523, -240, 526, -255, 521, -244, 249, -512, 268, -509, 511, -264, 262, -513, 
[22:00:37.235][I][remote.raw:026]:   264, -497, 523, -244, 277, -486, 267, -512, 511, -264, 506, -4369, 4353, -537, 508, -254, 269, -502, 507, -251, 260, -510, 266, -522, 241, -517, 521, -254, 516, -244, 279, -510, 243, -512, 265, -497, 265, -516, 520, -262, 508, -255, 515, -244, 280, 
[22:00:37.256][I][remote.raw:026]:   -496, 516, -265, 252, -514, 521, -253, 270, -502, 503, -261, 524, -240, 527, -252, 522, -243, 250, -511, 268, -509, 265, -496, 534, -265, 237, -509, 265, -522, 268, -496, 247, -515, 514, -267, 499, -276, 516, -244, 527, -247, 514, -261, 498, -266, 
[22:00:37.273][I][remote.raw:035]:   501, -277, 495, -269, 500, -273, 513, -253, 507, -258, 530, -238, 531, -241, 507, -259, 535, -252, 521, -243, 248, -523, 514, -265, 500, -257

Try 2

[22:01:52.830][I][remote.raw:026]: Received Raw: -4204, 296, -472, 296, -500, 244, -516, 268, -494, 264, -512, 265, -511, 240, -533, 239, -536, 4352, -515, 515, -268, 239, -523, 494, -269, 249, -521, 244, -532, 262, -504, 523, -244, 513, -247, 265, -521, 243, -529, 247, -513, 264, -511, 
[22:01:52.858][I][remote.raw:026]:   510, -264, 499, -268, 512, -247, 265, -520, 513, -241, 266, -501, 524, -245, 280, -509, 518, -236, 520, -268, 499, -249, 520, -269, 246, -520, 245, -530, 247, -514, 509, -265, 267, -498, 265, -506, 272, -493, 268, -499, 522, -257, 523, -243, 530, 
[22:01:52.858][I][remote.raw:026]:   -247, 515, -252, 507, -258, 529, -238, 530, -267, 498, -248, 518, -245, 519, -249, 536, -261, 495, -267, 501, -275, 495, -269, 498, -273, 512, -262, 250, -499, 523, -257, 522, -245, 527, -247, 514, -261, 497, -266, 500, -277, 268, -497, 245, -517, 
[22:01:52.858][I][remote.raw:026]:   514, -266, 266, -497, 269, -500, 509, -249, 261, -516, 267, -500, 516, -266, 524, -4349, 4370, -519, 502, -261, 252, -527, 496, -258, 269, -501, 256, -513, 267, -508, 511, -264, 507, -264, 237, -532, 260, -508, 268, -496, 264, -497, 517, -263, 520, 
[22:01:52.858][I][remote.raw:026]:   -268, 497, -248, 264, -522, 492, -263, 253, -515, 510, -266, 267, -498, 519, -247, 516, -260, 524, -266, 500, -254, 269, -502, 254, -521, 243, -528, 491, -265, 267, -498, 266, -522, 244, -514, 246, -518, 534, -241, 524, -246, 515, -246, 519, -250, 
[22:01:52.871][I][remote.raw:026]:   535, -262, 496, -266, 499, -275, 495, -245, 522, -250, 535, -262, 496, -267, 500, -275, 517, -243, 526, -248, 511, -262, 498, -264, 262, -514, 496, -278, 515, -244, 527, -247, 514, -261, 497, -266, 526, -252, 266, -483, 286, -486, 516, -258, 259, 
[22:01:52.907][I][remote.raw:026]:   -529, 262, -503, 496, -270, 260, -507, 248, -517, 514, -267, 499, -4360, 4391, -492, 519, -246, 269, -520, 514, -266, 239, -526, 268, -497, 264, -497, 516, -264, 521, -240, 266, -497, 268, -523, 245, -514, 246, -518, 510, -265, 523, -246, 516, -246, 
[22:01:52.920][I][remote.raw:026]:   268, -521, 514, -265, 229, -535, 497, -276, 243, -522, 521, -237, 520, -267, 500, -249, 519, -269, 246, -519, 245, -530, 246, -517, 520, -254, 269, -502, 255, -515, 244, -530, 247, -515, 521, -254, 521, -244, 526, -248, 512, -251, 508, -258, 529, 
[22:01:52.947][I][remote.raw:035]:   -262, 506, -267, 497, -249, 517, -246, 521, -249, 536, -262, 496, -264, 506, -266, 508, -258, 509, -251, 520, -246, 268, -521, 516, -265

Try 3

[22:02:30.717][I][remote.raw:026]: Received Raw: 275, -505, 244, -531, 262, -505, 261, -508, 261, -509, 262, -508, 267, -496, 266, -497, 4368, -511, 534, -252, 270, -502, 505, -261, 253, -503, 288, -501, 268, -497, 516, -246, 516, -261, 253, -503, 288, -504, 269, -497, 264, -498, 514, 
[22:02:30.717][I][remote.raw:026]:   -265, 497, -266, 524, -245, 263, -496, 518, -264, 253, -514, 509, -267, 267, -496, 517, -245, 518, -250, 534, -262, 496, -267, 266, -499, 270, -501, 256, -521, 514, -240, 267, -501, 268, -499, 288, -486, 267, -510, 510, -265, 506, -265, 507, -257, 
[22:02:30.717][I][remote.raw:026]:   517, -243, 531, -247, 514, -261, 523, -243, 523, -263, 512, -244, 512, -246, 517, -250, 533, -240, 534, -263, 495, -268, 501, -258, 516, -244, 281, -497, 516, -260, 505, -265, 505, -266, 507, -258, 510, -249, 518, -266, 247, -513, 268, -513, 513, 
[22:02:30.717][I][remote.raw:026]:   -268, 266, -496, 270, -497, 522, -263, 250, -496, 264, -513, 508, -266, 524, -4346, 4366, -519, 519, -247, 263, -515, 513, -267, 240, -502, 260, -533, 236, -533, 507, -256, 523, -243, 276, -496, 243, -533, 262, -505, 268, -497, 518, -246, 516, -252, 
[22:02:30.717][I][remote.raw:026]:   533, -263, 250, -497, 522, -255, 269, -501, 509, -251, 259, -516, 513, -268, 525, -251, 517, -244, 525, -247, 262, -514, 242, -526, 241, -518, 522, -256, 267, -507, 264, -509, 244, -512, 265, -498, 534, -265, 507, -263, 508, -254, 521, -244, 526, 
[22:02:30.725][I][remote.raw:026]:   -248, 513, -262, 497, -268, 526, -251, 517, -243, 528, -247, 514, -262, 498, -268, 501, -259, 534, -226, 543, -243, 525, -248, 262, -516, 512, -240, 528, -254, 522, -244, 528, -247, 513, -262, 498, -265, 262, -514, 254, -507, 523, -247, 263, -522, 
[22:02:30.751][I][remote.raw:026]:   243, -513, 515, -268, 266, -497, 269, -502, 507, -261, 524, -4356, 4364, -515, 525, -245, 260, -507, 521, -240, 261, -515, 268, -498, 289, -500, 498, -269, 511, -246, 265, -520, 243, -529, 262, -505, 268, -498, 516, -247, 515, -261, 525, -241, 266, 
[22:02:30.774][I][remote.raw:026]:   -500, 514, -269, 260, -498, 515, -264, 253, -515, 509, -266, 523, -244, 513, -246, 518, -250, 260, -516, 268, -499, 289, -502, 507, -255, 271, -501, 256, -521, 243, -530, 262, -503, 523, -245, 512, -246, 517, -251, 534, -262, 496, -268, 501, -250, 
[22:02:30.800][I][remote.raw:035]:   520, -245, 546, -247, 512, -261, 498, -267, 525, -236, 515, -270, 510, -246, 518, -261, 525, -242, 525, -263, 242, -525, 514, -248, 513, -262

The TX yaml:

esphome:
  name: cc1101-transceiver
  friendly_name: CC1101 RF Transceiver

esp32:
  board: esp32dev

spi:
  clk_pin: GPIO18
  mosi_pin: GPIO23
  miso_pin: GPIO19

cc1101:
  cs_pin: GPIO5
  frequency: 433.92MHz

remote_transmitter:
  pin: GPIO4
  carrier_duty_percent: 100%
  rmt_symbols: 512
  on_transmit:
    then:
      - cc1101.begin_tx
  on_complete:
    then:
      - cc1101.begin_rx

button:
  - platform: restart
    name: "Restart"
  - platform: template
    name: "Send Command"
    icon: "mdi:remote"
    on_press:

      - remote_transmitter.transmit_raw:
          carrier_frequency: 0Hz
          code: [
            283, -485, 264, -511, 264, -514, 263, -499, 269, -500, 259, -523, 243, -531, 262, -504,
            4356, -510, 521, -257, 270, -501, 508, -251, 261, -513, 268, -499, 288, -502, 497, -269,
            512, -246, 266, -520, 243, -529, 248, -512, 263, -512, 510, -264, 497, -269, 512, -246,
            267, -520, 514, -240, 267, -501, 524, -245, 280, -496, 515, -264, 520, -241, 525, -247,
            515, -246, 268, -520, 243, -531, 262, -504, 496, -270, 262, -497, 268, -513, 246, -517,
            265, -513, 509, -265, 523, -245, 515, -246, 519, -260, 524, -240, 526, -254, 521, -244,
            527, -248, 513, -252, 507, -258, 531, -238, 530, -241, 525, -247, 517, -245, 519, -250,
            534, -262, 250, -499, 522, -256, 523, -244, 529, -247, 514, -261, 498, -266, 525, -252,
            269, -497, 246, -517, 513, -267, 266, -498, 269, -501, 509, -251, 260, -512, 266, -523,
            511, -264, 508, -4341, 4376, -515, 522, -244, 276, -496, 515, -264, 252, -514, 263, -499,
            269, -500, 510, -250, 535, -262, 250, -500, 289, -500, 242, -522, 264, -509, 519, -236,
            521, -267, 499, -249, 266, -522, 520, -236, 252, -519, 523, -255, 270, -501, 506, -261,
            524, -238, 531, -267, 497, -247, 264, -521, 245, -514, 246, -519, 522, -255, 269, -501,
            256, -522, 243, -528, 247, -513, 509, -266, 523, -245, 514, -246, 518, -260, 498, -262,
            533, -266, 496, -264, 498, -269, 512, -247, 517, -260, 524, -240, 523, -263, 498, -268,
            511, -246, 516, -260, 524, -240, 265, -501, 522, -268, 510, -247, 516, -261, 523, -240,
            526, -255, 521, -244, 249, -512, 268, -509, 511, -264, 262, -513, 264, -497, 523, -244,
            277, -486, 267, -512, 511, -264, 506, -4369, 4353, -537, 508, -254, 269, -502, 507, -251,
            260, -510, 266, -522, 241, -517, 521, -254, 516, -244, 279, -510, 243, -512, 265, -497,
            265, -516, 520, -262, 508, -255, 515, -244, 280, -496, 516, -265, 252, -514, 521, -253,
            270, -502, 503, -261, 524, -240, 527, -252, 522, -243, 250, -511, 268, -509, 265, -496,
            534, -265, 237, -509, 265, -522, 268, -496, 247, -515, 514, -267, 499, -276, 516, -244,
            527, -247, 514, -261, 498, -266, 501, -277, 495, -269, 500, -273, 513, -253, 507, -258,
            530, -238, 531, -241, 507, -259, 535, -252, 521, -243, 248, -523, 514, -265, 500, -257
          ]

Then an example of using the raw code sent from the TX as received by the receiver slave RX:

[23:01:36.915][I][remote.raw:026]: Received Raw: 300, -474, 281, -502, 265, -511, 266, -486, 286, -490, 262, -530, 240, -531, 263, -519, 4352, -492, 535, -244, 258, -508, 507, -271, 268, -477, 274, -513, 290, -520, 488, -268, 503, -257, 243, -524, 249, -542, 244, -499, 277, -489, 530, 
[23:01:36.926][I][remote.raw:026]:   -257, 492, -269, 505, -261, 277, -511, 514, -243, 260, -481, 539, -246, 289, -474, 553, -224, 534, -262, 524, -242, 500, -257, 268, -507, 264, -514, 269, -496, 514, -269, 265, -472, 292, -498, 254, -520, 244, -528, 491, -291, 509, -239, 519, -244, 
[23:01:36.926][I][remote.raw:026]:   532, -245, 543, -235, 523, -265, 499, -263, 514, -246, 537, -220, 519, -263, 549, -211, 530, -237, 541, -245, 514, -236, 525, -241, 548, -269, 265, -472, 541, -243, 523, -223, 555, -247, 513, -238, 497, -292, 524, -235, 296, -495, 234, -499, 539, 
[23:01:36.926][I][remote.raw:026]:   -242, 280, -487, 288, -489, 509, -255, 242, -525, 273, -514, 514, -266, 523, -4324, 4366, -538, 512, -224, 285, -498, 541, -239, 254, -508, 265, -487, 287, -490, 534, -264, 512, -247, 263, -498, 290, -493, 245, -517, 265, -516, 509, -266, 499, -267, 
[23:01:36.926][I][remote.raw:026]:   513, -224, 284, -494, 539, -241, 256, -505, 533, -263, 266, -472, 539, -246, 540, -208, 550, -266, 497, -238, 297, -494, 263, -499, 244, -508, 545, -243, 269, -494, 267, -523, 244, -513, 245, -518, 534, -242, 533, -252, 517, -244, 502, -276, 488, 
[23:01:36.949][I][remote.raw:026]:   -263, 523, -294, 494, -235, 499, -270, 504, -261, 524, -237, 531, -266, 523, -243, 507, -269, 490, -245, 544, -246, 538, -224, 259, -516, 516, -269, 520, -234, 542, -219, 535, -245, 543, -247, 537, -236, 254, -499, 278, -487, 508, -282, 240, -525, 
[23:01:36.982][I][remote.raw:026]:   291, -474, 518, -263, 251, -504, 261, -524, 484, -275, 513, -4368, 4364, -522, 517, -235, 278, -488, 542, -243, 269, -474, 285, -523, 223, -531, 516, -268, 526, -209, 320, -493, 236, -499, 268, -507, 262, -525, 534, -251, 492, -270, 500, -262, 252, 
[23:01:36.997][I][remote.raw:026]:   -507, 522, -259, 270, -500, 525, -251, 282, -490, 514, -243, 530, -264, 507, -257, 517, -221, 268, -521, 243, -528, 246, -512, 558, -244, 241, -499, 291, -475, 301, -497, 243, -499, 523, -291, 477, -274, 514, -244, 526, -246, 540, -224, 508, -265, 
[23:01:37.024][I][remote.raw:035]:   522, -267, 470, -276, 513, -266, 537, -243, 501, -262, 523, -243, 527, -255, 493, -247, 564, -243, 523, -223, 257, -511, 538, -241, 499

As an aside, thank you for looking into this I have seen your replies on other threads and it's super appreciated.

Comparing these two, nothing jumps on my eyes. Pulse count is same and there are no ~1000us "glitches".

Yes I suspect I got some config wrong upstream which I now fixed. The device still doesn't respond though even when it's 30cm away (much closer than the RX device itself which seems to register fine). Any ideas what might cause this?

30cm is too close. Few meters is good distance.
What do you get out with idle: 3ms on rx? It will cut the frames to separate captures, just to be sure it's not truncated .

Thanks to clarify I tested at multiple distances and still doesn't work. WIth config:

remote_receiver:
  pin: GPIO2
  dump: raw
  filter: 150us
  idle: 3ms
  buffer_size: 2kb

I get remote output of:

Try 1:
[17:55:43.750][I][remote.raw:035]: Received Raw: 326, -475, 253, -513, 244, -532, 261, -505, 265, -496, 266, -521, 244, -514, 246, -545
[17:55:43.818][I][remote.raw:026]: Received Raw: -495, 518, -263, 252, -517, 521, -255, 269, -500, 256, -513, 243, -530, 512, -266, 497, -276, 241, -509, 286, -483, 276, -495, 268, -527, 492, -266, 508, -258, 510, -275, 266, -509, 512, -247, 264, -514, 513, -261, 239, -517, 521, -255, 
[17:55:43.824][I][remote.raw:026]:   515, -244, 533, -247, 515, -261, 252, -503, 288, -500, 237, -533, 508, -256, 268, -500, 257, -521, 244, -531, 261, -505, 497, -271, 511, -246, 520, -250, 536, -261, 496, -265, 507, -265, 507, -257, 511, -274, 492, -269, 524, -248, 514, -261, 497, 
[17:55:43.841][I][remote.raw:035]:   -266, 524, -261, 495, -269, 512, -247, 516, -265, 264, -492, 539, -242, 523, -262, 498, -245, 533, -248, 516, -260, 524, -240, 266, -501, 261, -509, 535, -253, 268, -502, 253, -520, 516, -240, 266, -500, 268, -523, 515, -247, 515
[17:55:43.880][I][remote.raw:026]: Received Raw: -515, 512, -261, 259, -494, 535, -242, 260, -508, 265, -521, 270, -498, 522, -255, 505, -266, 251, -512, 263, -499, 270, -499, 287, -498, 513, -267, 504, -256, 524, -244, 274, -488, 516, -259, 258, -526, 510, -265, 237, -509, 532, -263, 
[17:55:43.903][I][remote.raw:026]:   500, -244, 535, -246, 515, -262, 253, -504, 289, -502, 260, -506, 508, -258, 271, -500, 283, -490, 267, -511, 246, -518, 521, -264, 498, -244, 534, -247, 517, -261, 525, -243, 529, -252, 523, -220, 546, -224, 535, -263, 524, -240, 505, -267, 507, 
[17:55:43.913][I][remote.raw:035]:   -258, 510, -275, 517, -243, 527, -247, 513, -262, 251, -503, 523, -258, 524, -243, 528, -247, 513, -262, 523, -242, 524, -264, 242, -525, 262, -487, 543, -237, 253, -517, 262, -500, 523, -244, 283, -498, 267, -512, 513, -269, 501
[17:55:43.935][W][component:513]: remote_receiver took a long time for an operation (56 ms), max is 50 ms
[17:55:43.968][I][remote.raw:026]: Received Raw: -491, 522, -246, 265, -522, 512, -268, 229, -531, 263, -509, 239, -533, 509, -264, 500, -244, 283, -498, 268, -512, 246, -516, 263, -500, 531, -255, 524, -243, 527, -246, 262, -497, 513, -267, 266, -500, 532, -252, 270, -499, 523, -237, 
[17:55:43.978][I][remote.raw:026]:   520, -268, 500, -250, 520, -245, 269, -522, 243, -531, 263, -505, 524, -244, 262, -507, 272, -495, 269, -497, 275, -508, 509, -265, 499, -269, 513, -247, 516, -262, 525, -242, 523, -264, 501, -244, 532, -247, 514, -261, 524, -242, 527, -253, 524, 
[17:55:43.984][I][remote.raw:035]:   -243, 526, -247, 514, -252, 507, -264, 521, -268, 240, -523, 497, -245, 546, -224, 534, -262, 522, -244, 528, -226, 546, -243, 272, -489, 267, -510, 511, -265, 261, -510, 263, -511, 498, -250, 268, -524, 246, -514, 515, -270, 501
[17:55:44.035][I][remote.raw:026]: Received Raw: -496, 542, -224, 284, -491, 537, -242, 268, -502, 270, -499, 285, -499, 516, -238, 529, -265, 237, -508, 291, -496, 269, -499, 247, -518, 513, -270, 500, -250, 545, -220, 294, -489, 514, -259, 259, -524, 510, -265, 238, -508, 532, -263, 
[17:55:44.035][I][remote.raw:026]:   507, -254, 517, -244, 529, -247, 264, -513, 242, -530, 240, -516, 532, -243, 261, -508, 260, -503, 290, -480, 292, -482, 538, -248, 513, -261, 524, -242, 525, -261, 499, -244, 534, -247, 515, -262, 524, -244, 527, -251, 520, -243, 523, -247, 514, 
[17:55:44.066][I][remote.raw:035]:   -251, 533, -232, 528, -261, 504, -268, 500, -251, 268, -524, 520, -237, 520, -268, 501, -257, 518, -244, 531, -246, 514, -251, 258, -514, 268, -498, 535, -241, 261, -508, 262, -509, 534, -262, 235, -531, 235, -532, 508, -256, 516
[17:55:44.088][I][remote.raw:026]: Received Raw: -520, 516, -247, 263, -516, 512, -267, 269, -477, 296, -496, 264, -499, 516, -266, 496, -266, 268, -498, 266, -500, 268, -513, 246, -516, 534, -241, 531, -251, 523, -243, 273, -497, 514, -267, 252, -511, 522, -263, 243, -500, 540, -247, 
[17:55:44.107][I][remote.raw:026]:   513, -262, 497, -268, 526, -251, 270, -496, 247, -516, 269, -497, 524, -257, 271, -502, 255, -515, 265, -507, 263, -497, 519, -266, 507, -257, 516, -244, 533, -246, 515, -261, 524, -242, 502, -275, 517, -243, 532, -247, 511, -263, 523, -242, 528, 
[17:55:44.139][I][remote.raw:035]:   -251, 523, -244, 525, -248, 513, -252, 506, -264, 252, -517, 522, -254, 524, -244, 528, -247, 513, -253, 532, -232, 528, -239, 259, -519, 263, -502, 541, -244, 260, -498, 268, -512, 514, -267, 267, -496, 270, -501, 508, -261, 525
[17:55:44.161][W][component:513]: remote_receiver took a long time for an operation (73 ms), max is 60 ms
[17:55:44.179][I][remote.raw:026]: Received Raw: -515, 531, -236, 272, -500, 538, -225, 282, -493, 268, -500, 289, -478, 524, -244, 536, -246, 266, -516, 243, -532, 247, -515, 262, -500, 524, -243, 533, -247, 514, -262, 253, -502, 525, -257, 272, -501, 507, -261, 253, -529, 517, -241, 
[17:55:44.186][I][remote.raw:026]:   525, -245, 516, -245, 519, -250, 261, -514, 268, -499, 273, -511, 522, -236, 271, -499, 287, -498, 243, -530, 263, -505, 507, -257, 525, -243, 530, -247, 514, -252, 508, -258, 529, -238, 529, -265, 506, -264, 507, -254, 518, -243, 529, -247, 513, 
[17:55:44.210][I][remote.raw:035]:   -252, 533, -231, 529, -260, 505, -266, 505, -265, 261, -506, 510, -248, 515, -269, 524, -224, 535, -253, 508, -259, 528, -240, 260, -514, 264, -499, 525, -244, 279, -497, 268, -512, 516, -241, 261, -508, 265, -522, 497, -268, 524
[17:55:44.227][I][remote.raw:035]: Received Raw: 266, -500, 272, -510, 264, -510, 263, -512, 264, -497, 271, -500, 256, -525, 242, -504
[17:55:44.239][I][remote.raw:026]: Received Raw: -499, 545, -231, 280, -508, 514, -243, 268, -497, 296, -480, 274, -497, 537, -245, 525, -235, 273, -501, 255, -523, 243, -502, 289, -504, 498, -268, 513, -247, 517, -261, 253, -503, 517, -266, 268, -498, 519, -246, 266, -521, 514, -242, 
[17:55:44.261][I][remote.raw:026]:   523, -264, 500, -244, 534, -223, 283, -514, 266, -511, 247, -514, 509, -267, 267, -498, 265, -498, 268, -512, 246, -516, 534, -242, 531, -225, 547, -219, 549, -224, 532, -263, 522, -243, 525, -235, 526, -244, 531, -247, 514, -262, 523, -243, 527, 
[17:55:44.294][I][remote.raw:035]:   -251, 497, -268, 525, -224, 535, -253, 532, -233, 527, -239, 260, -516, 252, -506, 263, -532, 509, -265, 269, -497, 516, -247, 264, -491, 268, -528, 515, -242, 268, -497, 517, -245, 267, -522, 513, -240, 296, -475, 531, -254, 523
[17:55:44.317][W][component:513]: remote_receiver took a long time for an operation (137 ms), max is 80 ms
[17:55:44.345][W][remote_receiver.esp32:149]: Buffer overflow
[17:55:44.352][I][remote.raw:026]: Received Raw: -499, 544, -238, 254, -515, 535, -241, 268, -498, 266, -507, 272, -492, 513, -268, 501, -276, 270, -478, 275, -497, 267, -501, 289, -501, 500, -244, 535, -246, 517, -261, 253, -529, 515, -241, 268, -497, 520, -246, 267, -521, 514, -267, 
[17:55:44.362][I][remote.raw:026]:   501, -256, 517, -244, 529, -247, 261, -517, 242, -529, 264, -505, 499, -268, 261, -498, 268, -512, 247, -514, 265, -512, 509, -266, 499, -268, 513, -245, 517, -262, 523, -243, 528, -253, 522, -243, 524, -248, 511, -263, 497, -267, 502, -275, 497, 
[17:55:44.383][I][remote.raw:035]:   -245, 547, -224, 534, -262, 497, -268, 524, -235, 516, -245, 283, -509, 245, -516, 269, -494, 533, -240, 268, -497, 521, -245, 268, -514, 267, -512, 516, -242, 266, -498, 522, -245, 268, -522, 514, -267, 269, -474, 532, -255, 498
[17:55:44.416][I][remote.raw:026]: Received Raw: -492, 532, -244, 267, -498, 524, -244, 277, -498, 267, -511, 247, -512, 509, -266, 525, -244, 262, -508, 247, -518, 268, -498, 290, -474, 525, -244, 535, -246, 515, -261, 253, -503, 517, -266, 268, -497, 519, -246, 267, -522, 513, -240, 
[17:55:44.423][I][remote.raw:026]:   528, -253, 523, -243, 525, -224, 284, -495, 267, -501, 288, -502, 500, -268, 260, -499, 268, -512, 246, -515, 265, -511, 510, -265, 500, -269, 513, -246, 515, -261, 524, -243, 528, -252, 522, -219, 548, -224, 535, -263, 497, -268, 502, -249, 521, 
[17:55:44.450][I][remote.raw:035]:   -246, 545, -224, 535, -263, 495, -268, 500, -251, 521, -245, 269, -523, 243, -529, 263, -506, 524, -219, 284, -508, 523, -236, 253, -519, 251, -531, 508, -264, 270, -497, 516, -247, 263, -494, 538, -242, 267, -499, 524, -244, 530
[17:55:44.478][I][remote.raw:026]: Received Raw: -508, 520, -239, 260, -515, 512, -270, 267, -497, 270, -501, 254, -499, 539, -242, 523, -262, 244, -500, 287, -490, 268, -511, 247, -514, 509, -267, 509, -248, 518, -245, 267, -522, 513, -241, 257, -530, 509, -264, 269, -497, 515, -247, 
[17:55:44.516][I][remote.raw:026]:   515, -262, 497, -268, 502, -275, 270, -478, 275, -497, 268, -498, 525, -257, 272, -502, 254, -515, 243, -528, 240, -518, 520, -265, 499, -244, 536, -246, 515, -261, 524, -242, 528, -252, 523, -219, 522, -251, 532, -263, 523, -243, 527, -225, 520, 
[17:55:44.528][I][remote.raw:035]:   -245, 547, -225, 536, -253, 506, -265, 520, -241, 526, -245, 264, -521, 244, -513, 269, -495, 532, -243, 268, -497, 521, -246, 265, -522, 242, -530, 517, -241, 267, -499, 519, -246, 267, -522, 514, -241, 267, -502, 523, -245, 532
[17:55:44.550][I][remote.raw:026]: Received Raw: -508, 529, -262, 252, -500, 525, -256, 271, -499, 247, -517, 269, -496, 519, -265, 499, -269, 260, -499, 268, -514, 246, -515, 264, -512, 509, -265, 500, -269, 511, -246, 265, -521, 512, -242, 268, -501, 524, -244, 280, -497, 516, -265, 
[17:55:44.572][I][remote.raw:026]:   496, -266, 524, -244, 515, -247, 265, -521, 243, -528, 247, -513, 521, -237, 271, -500, 286, -499, 242, -531, 263, -504, 498, -269, 513, -246, 517, -261, 524, -242, 523, -263, 499, -245, 534, -246, 514, -261, 525, -243, 528, -225, 547, -219, 547, 
[17:55:44.595][I][remote.raw:035]:   -224, 535, -262, 497, -268, 501, -250, 521, -245, 547, -225, 284, -494, 268, -498, 274, -512, 524, -250, 270, -498, 518, -237, 253, -515, 264, -512, 507, -267, 267, -498, 518, -246, 266, -497, 539, -241, 267, -499, 524, -244, 531

Try 2:
[17:59:41.135][I][remote.raw:035]: Received Raw: 288, -496, 246, -515, 264, -513, 264, -511, 263, -510, 240, -532, 240, -509, 263, -508
[17:59:41.194][I][remote.raw:026]: Received Raw: -497, 514, -266, 252, -512, 523, -253, 268, -503, 252, -515, 242, -529, 515, -265, 508, -262, 235, -508, 260, -534, 240, -506, 268, -507, 537, -224, 534, -262, 497, -267, 267, -499, 523, -244, 277, -497, 514, -265, 253, -511, 509, -265, 
[17:59:41.194][I][remote.raw:026]:   499, -269, 512, -247, 518, -261, 253, -526, 241, -514, 265, -512, 508, -266, 267, -498, 266, -496, 268, -512, 246, -516, 533, -241, 523, -247, 517, -245, 519, -250, 532, -240, 535, -263, 495, -268, 500, -249, 521, -245, 547, -224, 534, -262, 496, 
[17:59:41.194][I][remote.raw:035]:   -267, 500, -277, 495, -269, 524, -247, 513, -252, 260, -509, 512, -260, 506, -268, 502, -275, 496, -268, 523, -248, 512, -262, 251, -501, 289, -501, 498, -269, 259, -509, 246, -516, 515, -264, 238, -536, 264, -496, 523, -244, 529
[17:59:41.194][I][remote.raw:026]: Received Raw: -513, 514, -265, 253, -512, 524, -252, 270, -498, 246, -516, 268, -498, 519, -265, 508, -255, 268, -508, 265, -496, 268, -511, 246, -517, 522, -254, 523, -243, 526, -224, 285, -490, 535, -240, 267, -502, 522, -245, 281, -511, 518, -236, 
[17:59:41.200][I][remote.raw:026]:   521, -265, 507, -264, 507, -255, 269, -501, 255, -521, 243, -527, 497, -259, 271, -500, 257, -515, 267, -510, 247, -516, 523, -254, 520, -244, 526, -247, 514, -252, 507, -263, 521, -267, 498, -248, 519, -245, 544, -224, 534, -262, 496, -268, 501, 
[17:59:41.211][I][remote.raw:035]:   -277, 495, -269, 523, -248, 512, -253, 505, -264, 252, -517, 521, -254, 522, -244, 527, -248, 512, -262, 497, -267, 528, -251, 270, -496, 244, -516, 513, -267, 266, -499, 268, -500, 507, -250, 260, -515, 268, -500, 521, -258, 524
[17:59:41.248][I][remote.raw:026]: Received Raw: -519, 513, -267, 267, -498, 524, -244, 276, -487, 267, -513, 245, -519, 522, -255, 517, -244, 278, -485, 268, -513, 245, -520, 261, -528, 497, -245, 535, -247, 514, -261, 253, -503, 523, -257, 270, -501, 508, -261, 252, -506, 522, -258, 
[17:59:41.253][I][remote.raw:026]:   524, -244, 529, -247, 513, -261, 251, -503, 288, -501, 269, -497, 517, -247, 263, -493, 268, -501, 289, -500, 261, -508, 498, -270, 513, -246, 517, -261, 524, -240, 527, -254, 516, -244, 529, -248, 512, -262, 497, -267, 502, -276, 496, -245, 546, 
[17:59:41.288][I][remote.raw:035]:   -224, 535, -262, 496, -267, 525, -251, 495, -269, 247, -521, 515, -267, 496, -264, 497, -270, 513, -246, 516, -261, 524, -242, 267, -501, 269, -500, 510, -249, 260, -517, 268, -499, 522, -256, 270, -500, 257, -522, 514, -267, 496
[17:59:41.316][I][remote.raw:026]: Received Raw: -516, 496, -269, 248, -523, 514, -267, 229, -533, 264, -496, 271, -500, 507, -250, 535, -262, 250, -497, 261, -527, 243, -522, 263, -510, 493, -264, 521, -267, 502, -255, 269, -503, 506, -252, 260, -509, 510, -268, 267, -499, 523, -244, 
[17:59:41.332][I][remote.raw:026]:   526, -247, 513, -263, 496, -267, 266, -500, 268, -500, 256, -523, 514, -240, 267, -502, 270, -500, 285, -489, 266, -508, 510, -265, 506, -265, 508, -255, 523, -244, 527, -247, 512, -262, 497, -266, 500, -276, 517, -243, 526, -247, 512, -262, 497, 
[17:59:41.364][I][remote.raw:035]:   -268, 502, -251, 521, -245, 520, -250, 533, -262, 251, -498, 523, -257, 524, -244, 526, -247, 514, -253, 507, -259, 529, -242, 266, -500, 270, -499, 511, -250, 260, -515, 269, -498, 522, -258, 267, -508, 264, -497, 515, -264, 496
[17:59:41.404][I][remote.raw:026]: Received Raw: -516, 495, -269, 247, -522, 516, -266, 241, -503, 269, -499, 288, -498, 513, -267, 501, -255, 269, -501, 254, -515, 242, -528, 241, -518, 522, -254, 516, -243, 531, -248, 263, -514, 511, -238, 260, -518, 523, -254, 267, -482, 540, -247, 
[17:59:41.413][I][remote.raw:026]:   512, -262, 497, -266, 500, -277, 243, -507, 285, -486, 267, -509, 510, -264, 239, -533, 239, -509, 291, -495, 271, -498, 519, -238, 521, -267, 498, -249, 519, -245, 521, -250, 535, -261, 496, -267, 499, -275, 495, -270, 497, -250, 534, -263, 495, 
[17:59:41.433][I][remote.raw:035]:   -268, 501, -249, 521, -245, 520, -250, 533, -262, 250, -499, 523, -256, 523, -244, 527, -248, 514, -253, 506, -258, 505, -264, 261, -515, 254, -506, 530, -252, 270, -497, 245, -512, 511, -267, 266, -498, 268, -500, 510, -250, 535
[17:59:41.472][I][remote.raw:026]: Received Raw: -518, 523, -247, 264, -496, 516, -263, 253, -517, 262, -501, 269, -502, 538, -224, 534, -263, 250, -497, 261, -503, 268, -522, 262, -497, 514, -264, 496, -266, 524, -246, 262, -507, 523, -262, 226, -519, 532, -242, 267, -498, 519, -246, 
[17:59:41.478][I][remote.raw:026]:   518, -251, 534, -262, 495, -268, 265, -497, 269, -500, 255, -522, 513, -240, 266, -501, 268, -500, 285, -497, 243, -531, 497, -259, 525, -244, 527, -247, 513, -252, 508, -257, 531, -238, 530, -241, 507, -286, 483, -276, 495, -269, 500, -273, 511, 
[17:59:41.510][I][remote.raw:035]:   -262, 496, -267, 501, -275, 495, -245, 547, -224, 261, -517, 512, -267, 499, -277, 495, -269, 499, -273, 512, -262, 495, -267, 265, -499, 268, -500, 509, -250, 259, -515, 268, -499, 521, -257, 269, -501, 256, -522, 514, -267, 500
[17:59:41.532][I][remote.raw:035]: Received Raw: 255, -513, 243, -530, 241, -519, 262, -500, 268, -524, 262, -497, 244, -532, 247, -516
[17:59:41.548][I][remote.raw:026]: Received Raw: -516, 516, -268, 239, -523, 496, -268, 248, -521, 243, -532, 246, -516, 522, -254, 516, -244, 250, -511, 268, -509, 265, -496, 265, -514, 510, -265, 507, -256, 522, -244, 277, -496, 515, -264, 252, -513, 522, -252, 242, -523, 521, -262, 
[17:59:41.554][I][remote.raw:026]:   494, -267, 497, -275, 494, -246, 270, -521, 243, -530, 263, -503, 498, -269, 260, -496, 268, -513, 246, -516, 265, -513, 509, -264, 498, -269, 512, -247, 518, -261, 498, -266, 525, -253, 495, -269, 501, -273, 513, -253, 508, -259, 506, -264, 506, 
[17:59:41.587][I][remote.raw:035]:   -265, 507, -257, 515, -245, 533, -247, 514, -261, 498, -262, 263, -501, 287, -501, 236, -533, 509, -255, 269, -502, 506, -260, 253, -529, 262, -503, 510, -246, 263, -510, 508, -251, 261, -511, 510, -263, 262, -515, 521, -252, 516
[17:59:41.609][I][remote.raw:026]: Received Raw: -497, 545, -237, 253, -516, 522, -255, 270, -497, 246, -516, 268, -497, 523, -256, 517, -244, 278, -497, 268, -510, 263, -505, 269, -496, 518, -246, 515, -261, 523, -242, 267, -499, 524, -244, 277, -497, 516, -266, 253, -512, 498, -251, 
[17:59:41.633][I][remote.raw:026]:   520, -244, 520, -250, 534, -261, 251, -499, 274, -509, 264, -485, 532, -264, 243, -524, 263, -497, 244, -533, 263, -505, 499, -269, 511, -246, 515, -261, 524, -241, 528, -252, 518, -243, 527, -224, 536, -262, 496, -268, 501, -250, 522, -245, 519, 
[17:59:41.653][I][remote.raw:035]:   -250, 534, -263, 495, -268, 502, -249, 520, -246, 519, -251, 260, -515, 268, -499, 274, -508, 509, -264, 269, -497, 517, -246, 264, -518, 243, -527, 497, -258, 270, -501, 508, -252, 259, -512, 536, -240, 260, -515, 521, -252, 517
[17:59:41.683][I][remote.raw:026]: Received Raw: -508, 534, -225, 258, -513, 536, -240, 259, -515, 263, -499, 269, -500, 537, -225, 534, -263, 251, -498, 274, -511, 264, -496, 269, -501, 510, -261, 525, -243, 527, -252, 267, -483, 538, -224, 283, -490, 536, -239, 260, -516, 523, -254, 
[17:59:41.698][I][remote.raw:026]:   518, -243, 525, -247, 513, -252, 260, -510, 265, -497, 264, -512, 531, -243, 269, -497, 267, -499, 267, -511, 247, -512, 534, -243, 527, -244, 511, -246, 516, -262, 525, -243, 525, -236, 516, -244, 535, -247, 515, -261, 523, -243, 530, -227, 522, 
[17:59:41.736][I][remote.raw:035]:   -244, 547, -224, 534, -263, 497, -270, 501, -249, 520, -245, 267, -514, 267, -511, 247, -515, 524, -253, 271, -479, 528, -263, 251, -499, 289, -477, 525, -243, 281, -497, 515, -267, 253, -512, 523, -227, 295, -498, 519, -238, 521
[17:59:41.754][I][remote.raw:026]: Received Raw: -513, 524, -244, 278, -498, 515, -267, 252, -507, 263, -509, 262, -509, 507, -265, 500, -244, 283, -498, 267, -511, 246, -514, 263, -500, 525, -244, 531, -247, 513, -262, 252, -501, 517, -267, 270, -498, 519, -246, 263, -495, 536, -243, 
[17:59:41.776][I][remote.raw:026]:   530, -252, 522, -220, 546, -224, 283, -493, 267, -501, 289, -476, 525, -244, 284, -499, 267, -512, 246, -513, 264, -514, 524, -226, 522, -246, 544, -224, 533, -263, 522, -244, 503, -249, 521, -245, 544, -224, 533, -263, 496, -268, 525, -234, 527, 
[17:59:41.800][I][remote.raw:035]:   -243, 530, -223, 534, -263, 521, -244, 502, -250, 522, -245, 269, -522, 243, -504, 273, -511, 532, -242, 269, -499, 518, -246, 263, -497, 268, -501, 542, -241, 270, -499, 518, -246, 263, -495, 537, -243, 267, -502, 524, -243, 527
[17:59:41.838][I][remote.raw:026]: Received Raw: -510, 523, -255, 270, -502, 506, -252, 258, -512, 265, -497, 273, -510, 509, -264, 498, -269, 260, -507, 246, -516, 246, -517, 266, -516, 521, -253, 495, -269, 500, -273, 239, -516, 513, -266, 267, -499, 522, -244, 278, -497, 515, -265, 
[17:59:41.844][I][remote.raw:026]:   495, -266, 499, -270, 513, -246, 267, -519, 243, -526, 241, -516, 509, -266, 267, -497, 267, -497, 268, -513, 246, -516, 509, -266, 500, -271, 513, -247, 517, -261, 498, -266, 526, -253, 496, -269, 500, -273, 512, -262, 496, -267, 500, -259, 525, 
[17:59:41.876][I][remote.raw:035]:   -244, 529, -248, 514, -261, 499, -267, 501, -277, 491, -268, 248, -513, 267, -509, 242, -518, 535, -240, 261, -508, 521, -248, 265, -497, 268, -513, 515, -267, 239, -524, 495, -269, 249, -512, 516, -259, 260, -522, 510, -265, 508
[17:59:41.887][I][remote.raw:026]: Received Raw: -518, 495, -268, 248, -513, 515, -259, 260, -497, 266, -515, 263, -501, 514, -269, 511, -246, 265, -521, 243, -524, 241, -517, 262, -500, 522, -244, 533, -248, 515, -262, 251, -502, 518, -265, 267, -498, 518, -246, 266, -520, 513, -241, 
[17:59:41.920][I][remote.raw:026]:   526, -253, 497, -269, 501, -273, 238, -537, 241, -525, 241, -519, 520, -254, 267, -507, 263, -496, 268, -510, 263, -504, 499, -269, 513, -246, 518, -252, 534, -235, 521, -267, 500, -248, 519, -269, 497, -251, 535, -262, 496, -266, 499, -275, 495, 
[17:59:41.952][I][remote.raw:035]:   -269, 499, -250, 536, -261, 497, -264, 507, -265, 507, -257, 266, -507, 264, -509, 254, -521, 514, -240, 266, -500, 523, -245, 280, -509, 244, -515, 514, -268, 266, -496, 521, -244, 249, -514, 516, -264, 252, -516, 522, -253, 496

Try 3:
[18:00:34.384][I][remote.raw:035]: Received Raw: 298, -482, 247, -519, 268, -497, 275, -512, 263, -497, 270, -499, 284, -490, 267, -511
[18:00:34.395][I][remote.raw:026]: Received Raw: -495, 526, -262, 250, -499, 518, -267, 268, -498, 266, -499, 268, -512, 515, -268, 499, -248, 265, -499, 269, -514, 246, -516, 265, -515, 522, -253, 523, -243, 525, -247, 262, -515, 512, -239, 260, -518, 522, -255, 267, -507, 514, -247, 
[18:00:34.395][I][remote.raw:026]:   515, -251, 534, -231, 529, -265, 269, -501, 269, -498, 264, -498, 516, -265, 253, -510, 263, -499, 269, -499, 286, -499, 514, -267, 496, -265, 500, -269, 513, -246, 517, -261, 524, -241, 528, -254, 522, -243, 526, -247, 512, -253, 533, -233, 529, 
[18:00:34.395][I][remote.raw:035]:   -239, 530, -241, 531, -262, 500, -244, 533, -247, 264, -495, 539, -242, 527, -252, 517, -243, 529, -248, 514, -261, 498, -268, 267, -497, 270, -500, 511, -251, 260, -512, 266, -500, 534, -268, 240, -498, 269, -506, 536, -241, 515
[18:00:34.395][I][remote.raw:026]: Received Raw: -504, 521, -262, 235, -508, 523, -245, 282, -499, 267, -512, 246, -517, 520, -264, 499, -244, 283, -498, 268, -512, 246, -514, 265, -514, 523, -253, 522, -244, 525, -247, 262, -495, 539, -240, 261, -514, 523, -236, 261, -507, 537, -245, 
[18:00:34.405][I][remote.raw:026]:   515, -246, 518, -261, 524, -242, 266, -501, 270, -500, 286, -497, 514, -267, 252, -508, 263, -510, 263, -509, 239, -509, 533, -263, 499, -245, 535, -247, 514, -261, 522, -242, 528, -253, 523, -243, 524, -248, 514, -262, 498, -268, 526, -234, 525, 
[18:00:34.421][I][remote.raw:035]:   -244, 529, -247, 515, -252, 533, -231, 528, -267, 229, -533, 522, -251, 496, -268, 525, -248, 511, -253, 506, -265, 522, -241, 261, -508, 264, -522, 523, -243, 274, -488, 268, -510, 509, -265, 261, -514, 254, -506, 507, -259, 533
[18:00:34.460][I][remote.raw:026]: Received Raw: -517, 492, -269, 249, -513, 514, -260, 259, -524, 240, -517, 262, -500, 538, -245, 514, -246, 266, -515, 243, -533, 263, -505, 268, -497, 518, -247, 515, -261, 524, -242, 267, -501, 523, -244, 279, -499, 515, -267, 253, -513, 523, -234, 
[18:00:34.466][I][remote.raw:026]:   526, -244, 531, -247, 513, -262, 251, -502, 273, -510, 263, -511, 508, -265, 269, -498, 264, -499, 268, -513, 246, -514, 535, -242, 524, -246, 515, -245, 518, -251, 533, -263, 496, -267, 502, -250, 520, -246, 546, -225, 534, -263, 496, -268, 525, 
[18:00:34.498][I][remote.raw:035]:   -236, 516, -268, 512, -247, 517, -261, 524, -241, 267, -501, 523, -244, 533, -246, 514, -262, 523, -243, 526, -252, 523, -243, 274, -498, 244, -533, 516, -241, 268, -497, 269, -506, 527, -262, 251, -498, 273, -511, 522, -253, 522
[18:00:34.543][I][remote.raw:026]: Received Raw: -497, 542, -237, 252, -518, 523, -255, 270, -498, 248, -519, 269, -495, 534, -241, 525, -247, 265, -506, 274, -495, 268, -499, 288, -500, 499, -268, 514, -246, 517, -249, 261, -515, 513, -267, 267, -499, 522, -243, 280, -499, 515, -266, 
[18:00:34.554][I][remote.raw:026]:   521, -241, 526, -245, 514, -246, 267, -521, 243, -530, 247, -513, 508, -267, 267, -497, 266, -498, 269, -511, 265, -498, 518, -266, 524, -244, 515, -246, 517, -261, 524, -241, 528, -254, 523, -244, 525, -248, 513, -262, 523, -242, 527, -252, 517, 
[18:00:34.566][I][remote.raw:035]:   -243, 528, -247, 514, -261, 499, -268, 524, -235, 270, -500, 538, -225, 534, -262, 496, -268, 527, -251, 497, -268, 523, -247, 262, -492, 269, -527, 516, -242, 267, -498, 267, -499, 516, -259, 258, -526, 241, -517, 522, -255, 524
[18:00:34.611][I][remote.raw:026]: Received Raw: -497, 543, -237, 252, -516, 533, -241, 268, -497, 268, -523, 244, -515, 515, -268, 500, -258, 270, -501, 256, -525, 242, -529, 247, -514, 523, -253, 523, -243, 526, -248, 262, -518, 512, -242, 266, -501, 525, -244, 280, -498, 516, -265, 
[18:00:34.617][I][remote.raw:026]:   521, -242, 524, -245, 516, -245, 268, -520, 243, -530, 247, -512, 509, -266, 267, -498, 266, -497, 269, -513, 246, -517, 535, -241, 525, -246, 517, -246, 519, -250, 533, -263, 496, -268, 501, -276, 496, -268, 523, -248, 511, -262, 522, -242, 527, 
[18:00:34.643][I][remote.raw:035]:   -252, 522, -244, 525, -247, 513, -253, 507, -259, 259, -525, 510, -267, 501, -248, 518, -246, 545, -224, 534, -262, 496, -267, 267, -499, 269, -500, 511, -251, 284, -489, 266, -525, 511, -268, 239, -523, 270, -498, 519, -239, 533
[18:00:34.686][I][remote.raw:026]: Received Raw: -520, 513, -242, 267, -500, 524, -244, 281, -496, 267, -511, 246, -517, 522, -255, 524, -244, 275, -487, 268, -512, 246, -519, 262, -526, 498, -268, 510, -247, 516, -261, 253, -530, 496, -258, 271, -500, 509, -250, 261, -516, 539, -242, 
[18:00:34.691][I][remote.raw:026]:   525, -235, 525, -243, 534, -247, 264, -520, 243, -524, 246, -514, 533, -241, 268, -498, 267, -499, 267, -513, 246, -517, 533, -242, 525, -247, 517, -245, 519, -251, 535, -262, 497, -268, 501, -250, 521, -245, 546, -247, 513, -262, 496, -267, 526, 
[18:00:34.709][I][remote.raw:035]:   -252, 495, -269, 525, -247, 513, -253, 507, -259, 259, -525, 510, -268, 499, -247, 519, -245, 520, -250, 534, -262, 496, -268, 266, -500, 269, -499, 510, -250, 260, -515, 268, -498, 534, -267, 240, -524, 269, -499, 519, -237, 520
[18:00:34.731][I][remote.raw:035]: Received Raw: 253, -515, 243, -531, 247, -515, 263, -499, 268, -500, 287, -498, 244, -531, 247, -513
[18:00:34.758][I][remote.raw:026]: Received Raw: -509, 537, -247, 264, -519, 513, -241, 267, -501, 270, -499, 285, -497, 514, -265, 497, -265, 267, -497, 266, -496, 269, -513, 246, -517, 535, -241, 525, -247, 515, -246, 267, -519, 515, -267, 241, -501, 523, -244, 283, -497, 516, -263, 
[18:00:34.765][I][remote.raw:026]:   521, -241, 531, -261, 508, -252, 266, -508, 262, -509, 252, -514, 512, -262, 237, -516, 265, -514, 262, -499, 268, -499, 513, -273, 513, -261, 497, -267, 500, -276, 496, -269, 525, -247, 514, -253, 506, -258, 529, -238, 530, -264, 508, -262, 498, 
[18:00:34.797][I][remote.raw:035]:   -268, 511, -247, 516, -260, 524, -240, 526, -254, 522, -244, 249, -521, 244, -533, 246, -517, 522, -254, 267, -509, 514, -248, 263, -493, 268, -527, 495, -257, 269, -500, 512, -250, 262, -515, 513, -266, 266, -500, 521, -244, 532
[18:00:34.819][I][remote.raw:026]: Received Raw: -512, 521, -257, 271, -501, 507, -251, 260, -515, 267, -499, 288, -501, 497, -269, 512, -246, 266, -520, 243, -530, 262, -480, 294, -495, 516, -247, 518, -261, 523, -242, 266, -501, 523, -244, 279, -486, 516, -263, 253, -517, 522, -255, 
[18:00:34.854][I][remote.raw:026]:   521, -244, 527, -248, 513, -252, 260, -509, 266, -496, 266, -516, 522, -255, 267, -483, 287, -486, 268, -513, 245, -517, 510, -266, 523, -246, 517, -246, 519, -250, 535, -262, 496, -267, 499, -275, 495, -269, 499, -273, 512, -262, 497, -267, 527, 
[18:00:34.871][I][remote.raw:035]:   -251, 496, -269, 500, -273, 514, -252, 507, -258, 530, -240, 261, -515, 262, -499, 267, -523, 514, -248, 262, -493, 538, -241, 266, -501, 270, -499, 512, -273, 238, -516, 513, -267, 265, -501, 521, -244, 280, -509, 493, -288, 494
[18:00:34.903][I][remote.raw:026]: Received Raw: -516, 498, -268, 261, -497, 516, -265, 252, -516, 262, -499, 270, -499, 539, -224, 535, -262, 251, -499, 288, -502, 268, -498, 264, -509, 519, -237, 521, -267, 499, -249, 268, -498, 545, -237, 252, -517, 522, -255, 270, -502, 506, -265, 
[18:00:34.924][I][remote.raw:026]:   512, -262, 498, -268, 501, -251, 268, -523, 244, -516, 268, -497, 523, -256, 267, -507, 264, -507, 253, -516, 243, -528, 509, -265, 506, -264, 508, -255, 523, -244, 526, -248, 512, -262, 498, -267, 524, -261, 498, -245, 533, -247, 515, -261, 523, 
[18:00:34.952][I][remote.raw:035]:   -242, 528, -252, 523, -243, 523, -248, 511, -262, 498, -267, 266, -499, 269, -500, 258, -522, 514, -266, 228, -534, 499, -275, 270, -497, 244, -516, 514, -268, 266, -498, 521, -244, 275, -498, 514, -265, 252, -510, 510, -264, 497
[18:00:34.975][I][remote.raw:026]: Received Raw: -510, 517, -246, 266, -521, 514, -240, 267, -501, 270, -499, 287, -498, 515, -267, 502, -255, 271, -500, 254, -521, 243, -528, 262, -504, 523, -245, 513, -246, 518, -251, 260, -515, 514, -268, 267, -499, 524, -243, 276, -486, 516, -264, 
[18:00:34.997][I][remote.raw:026]:   521, -268, 498, -248, 516, -245, 269, -521, 243, -531, 263, -504, 522, -246, 262, -497, 268, -512, 246, -519, 261, -501, 523, -244, 535, -246, 516, -261, 523, -241, 527, -254, 522, -243, 526, -248, 512, -260, 498, -268, 526, -252, 517, -241, 528, 
[18:00:35.008][I][remote.raw:035]:   -247, 513, -262, 522, -243, 526, -252, 520, -243, 524, -247, 262, -493, 268, -501, 288, -503, 497, -269, 260, -498, 515, -264, 252, -515, 262, -500, 523, -243, 282, -497, 515, -266, 252, -511, 508, -266, 267, -497, 518, -247, 518
[18:00:35.053][I][remote.raw:026]: Received Raw: -516, 512, -242, 267, -501, 524, -244, 280, -496, 267, -512, 246, -517, 523, -254, 521, -244, 248, -513, 268, -509, 265, -496, 265, -515, 521, -254, 516, -244, 529, -247, 263, -513, 514, -266, 228, -535, 497, -250, 267, -522, 520, -236, 
[18:00:35.064][I][remote.raw:026]:   521, -264, 507, -264, 508, -254, 267, -507, 263, -509, 252, -515, 513, -265, 240, -528, 242, -524, 263, -498, 267, -510, 522, -234, 524, -245, 532, -247, 514, -261, 498, -267, 525, -252, 496, -269, 526, -247, 513, -261, 497, -266, 501, -277, 495, 
[18:00:35.086][I][remote.raw:035]:   -269, 524, -248, 512, -262, 496, -267, 501, -277, 494, -268, 248, -514, 267, -509, 265, -496, 534, -241, 261, -509, 509, -259, 269, -500, 259, -523, 514, -267, 241, -502, 533, -253, 270, -502, 505, -261, 252, -503, 522, -257, 510
[18:00:35.099][I][remote.raw:026]: Received Raw: -518, 518, -247, 266, -520, 513, -240, 266, -501, 260, -509, 268, -523, 515, -248, 511, -241, 262, -516, 268, -499, 288, -501, 268, -497, 515, -247, 516, -261, 523, -242, 266, -500, 522, -244, 278, -511, 491, -263, 253, -517, 523, -255, 
[18:00:35.131][I][remote.raw:026]:   523, -244, 524, -247, 512, -262, 250, -501, 290, -476, 269, -524, 514, -247, 264, -493, 267, -523, 241, -514, 265, -512, 509, -265, 499, -268, 514, -246, 515, -261, 523, -241, 527, -253, 522, -244, 525, -247, 512, -262, 497, -267, 500, -276, 517, 
[18:00:35.155][I][remote.raw:035]:   -244, 526, -248, 510, -241, 535, -262, 496, -268, 500, -250, 268, -523, 245, -514, 246, -519, 521, -256, 270, -502, 506, -261, 252, -503, 288, -503, 524, -243, 261, -508, 521, -237, 253, -516, 533, -242, 268, -497, 519, -246, 518

I think you might have been right on the truncated parts? This seems to now work with this code!
Adding below for future people's reference! Massive thank you for helping me out with this; zero chance I would have worked this out.

[
            288, -496, 246, -515, 264, -513, 264, -511, 263, -510, 240, -532, 240, -509, 263, -508,
            4356, -497, 514, -266, 252, -512, 523, -253, 268, -503, 252, -515, 242, -529, 515, -265,
            508, -262, 235, -508, 260, -534, 240, -506, 268, -507, 537, -224, 534, -262, 497, -267,
            267, -499, 523, -244, 277, -497, 514, -265, 253, -511, 509, -265, 499, -269, 512, -247,
            518, -261, 253, -526, 241, -514, 265, -512, 508, -266, 267, -498, 266, -496, 268, -512,
            246, -516, 533, -241, 523, -247, 517, -245, 519, -250, 532, -240, 535, -263, 495, -268,
            500, -249, 521, -245, 547, -224, 534, -262, 496, -267, 500, -277, 495, -269, 524, -247,
            513, -252, 260, -509, 512, -260, 506, -268, 502, -275, 496, -268, 523, -248, 512, -262,
            251, -501, 289, -501, 498, -269, 259, -509, 246, -516, 515, -264, 238, -536, 264, -496,
            523, -244, 529, -4341, 4376, -513, 514, -265, 253, -512, 524, -252, 270, -498, 246, -516,
            268, -498, 519, -265, 508, -255, 268, -508, 265, -496, 268, -511, 246, -517, 522, -254,
            523, -243, 526, -224, 285, -490, 535, -240, 267, -502, 522, -245, 281, -511, 518, -236,
            521, -265, 507, -264, 507, -255, 269, -501, 255, -521, 243, -527, 497, -259, 271, -500,
            257, -515, 267, -510, 247, -516, 523, -254, 520, -244, 526, -247, 514, -252, 507, -263,
            521, -267, 498, -248, 519, -245, 544, -224, 534, -262, 496, -268, 501, -277, 495, -269,
            523, -248, 512, -253, 505, -264, 252, -517, 521, -254, 522, -244, 527, -248, 512, -262,
            497, -267, 528, -251, 270, -496, 244, -516, 513, -267, 266, -499, 268, -500, 507, -250,
            260, -515, 268, -500, 521, -258, 524, -4341, 4376, -519, 513, -267, 267, -498, 524, -244,
            276, -487, 267, -513, 245, -519, 522, -255, 517, -244, 278, -485, 268, -513, 245, -520,
            261, -528, 497, -245, 535, -247, 514, -261, 253, -503, 523, -257, 270, -501, 508, -261,
            252, -506, 522, -258, 524, -244, 529, -247, 513, -261, 251, -503, 288, -501, 269, -497,
            517, -247, 263, -493, 268, -501, 289, -500, 261, -508, 498, -270, 513, -246, 517, -261,
            524, -240, 527, -254, 516, -244, 529, -248, 512, -262, 497, -267, 502, -276, 496, -245,
            546, -224, 535, -262, 496, -267, 525, -251, 495, -269, 247, -521, 515, -267, 496, -264,
            497, -270, 513, -246, 516, -261, 524, -242, 267, -501, 269, -500, 510, -249, 260, -517,
            268, -499, 522, -256, 270, -500, 257, -522, 514, -267, 496, -4341, 4376, -516, 496, -269,
            248, -523, 514, -267, 229, -533, 264, -496, 271, -500, 507, -250, 535, -262, 250, -497,
            261, -527, 243, -522, 263, -510, 493, -264, 521, -267, 502, -255, 269, -503, 506, -252,
            260, -509, 510, -268, 267, -499, 523, -244, 526, -247, 513, -263, 496, -267, 266, -500,
            268, -500, 256, -523, 514, -240, 267, -502, 270, -500, 285, -489, 266, -508, 510, -265,
            506, -265, 508, -255, 523, -244, 527, -247, 512, -262, 497, -266, 500, -276, 517, -243,
            526, -247, 512, -262, 497, -268, 502, -251, 521, -245, 520, -250, 533, -262, 251, -498,
            523, -257, 524, -244, 526, -247, 514, -253, 507, -259, 529, -242, 266, -500, 270, -499,
            511, -250, 260, -515, 269, -498, 522, -258, 267, -508, 264, -497, 515, -264, 496, -4341,
            4376, -516, 495, -269, 247, -522, 516, -266, 241, -503, 269, -499, 288, -498, 513, -267,
            501, -255, 269, -501, 254, -515, 242, -528, 241, -518, 522, -254, 516, -243, 531, -248,
            263, -514, 511, -238, 260, -518, 523, -254, 267, -482, 540, -247, 512, -262, 497, -266,
            500, -277, 243, -507, 285, -486, 267, -509, 510, -264, 239, -533, 239, -509, 291, -495,
            271, -498, 519, -238, 521, -267, 498, -249, 519, -245, 521, -250, 535, -261, 496, -267,
            499, -275, 495, -270, 497, -250, 534, -263, 495, -268, 501, -249, 521, -245, 520, -250,
            533, -262, 250, -499, 523, -256, 523, -244, 527, -248, 514, -253, 506, -258, 505, -264,
            261, -515, 254, -506, 530, -252, 270, -497, 245, -512, 511, -267, 266, -498, 268, -500,
            510, -250, 535, -4341, 4376, -518, 523, -247, 264, -496, 516, -263, 253, -517, 262, -501,
            269, -502, 538, -224, 534, -263, 250, -497, 261, -503, 268, -522, 262, -497, 514, -264,
            496, -266, 524, -246, 262, -507, 523, -262, 226, -519, 532, -242, 267, -498, 519, -246,
            518, -251, 534, -262, 495, -268, 265, -497, 269, -500, 255, -522, 513, -240, 266, -501,
            268, -500, 285, -497, 243, -531, 497, -259, 525, -244, 527, -247, 513, -252, 508, -257,
            531, -238, 530, -241, 507, -286, 483, -276, 495, -269, 500, -273, 511, -262, 496, -267,
            501, -275, 495, -245, 547, -224, 261, -517, 512, -267, 499, -277, 495, -269, 499, -273,
            512, -262, 495, -267, 265, -499, 268, -500, 509, -250, 259, -515, 268, -499, 521, -257,
            269, -501, 256, -522, 514, -267, 500, -4341, 255, -513, 243, -530, 241, -519, 262, -500,
            268, -524, 262, -497, 244, -532, 247, -516, 4356, -516, 516, -268, 239, -523, 496, -268,
            248, -521, 243, -532, 246, -516, 522, -254, 516, -244, 250, -511, 268, -509, 265, -496,
            265, -514, 510, -265, 507, -256, 522, -244, 277, -496, 515, -264, 252, -513, 522, -252,
            242, -523, 521, -262, 494, -267, 497, -275, 494, -246, 270, -521, 243, -530, 263, -503,
            498, -269, 260, -496, 268, -513, 246, -516, 265, -513, 509, -264, 498, -269, 512, -247,
            518, -261, 498, -266, 525, -253, 495, -269, 501, -273, 513, -253, 508, -259, 506, -264,
            506, -265, 507, -257, 515, -245, 533, -247, 514, -261, 498, -262, 263, -501, 287, -501,
            236, -533, 509, -255, 269, -502, 506, -260, 253, -529, 262, -503, 510, -246, 263, -510,
            508, -251, 261, -511, 510, -263, 262, -515, 521, -252, 516, -4341, 4376, -497, 545, -237,
            253, -516, 522, -255, 270, -497, 246, -516, 268, -497, 523, -256, 517, -244, 278, -497,
            268, -510, 263, -505, 269, -496, 518, -246, 515, -261, 523, -242, 267, -499, 524, -244,
            277, -497, 516, -266, 253, -512, 498, -251, 520, -244, 520, -250, 534, -261, 251, -499,
            274, -509, 264, -485, 532, -264, 243, -524, 263, -497, 244, -533, 263, -505, 499, -269,
            511, -246, 515, -261, 524, -241, 528, -252, 518, -243, 527, -224, 536, -262, 496, -268,
            501, -250, 522, -245, 519, -250, 534, -263, 495, -268, 502, -249, 520, -246, 519, -251,
            260, -515, 268, -499, 274, -508, 509, -264, 269, -497, 517, -246, 264, -518, 243, -527,
            497, -258, 270, -501, 508, -252, 259, -512, 536, -240, 260, -515, 521, -252, 517, -4341,
            4376, -508, 534, -225, 258, -513, 536, -240, 259, -515, 263, -499, 269, -500, 537, -225,
            534, -263, 251, -498, 274, -511, 264, -496, 269, -501, 510, -261, 525, -243, 527, -252,
            267, -483, 538, -224, 283, -490, 536, -239, 260, -516, 523, -254, 518, -243, 525, -247,
            513, -252, 260, -510, 265, -497, 264, -512, 531, -243, 269, -497, 267, -499, 267, -511,
            247, -512, 534, -243, 527, -244, 511, -246, 516, -262, 525, -243, 525, -236, 516, -244,
            535, -247, 515, -261, 523, -243, 530, -227, 522, -244, 547, -224, 534, -263, 497, -270,
            501, -249, 520, -245, 267, -514, 267, -511, 247, -515, 524, -253, 271, -479, 528, -263,
            251, -499, 289, -477, 525, -243, 281, -497, 515, -267, 253, -512, 523, -227, 295, -498,
            519, -238, 521, -4341, 4376, -513, 524, -244, 278, -498, 515, -267, 252, -507, 263, -509,
            262, -509, 507, -265, 500, -244, 283, -498, 267, -511, 246, -514, 263, -500, 525, -244,
            531, -247, 513, -262, 252, -501, 517, -267, 270, -498, 519, -246, 263, -495, 536, -243,
            530, -252, 522, -220, 546, -224, 283, -493, 267, -501, 289, -476, 525, -244, 284, -499,
            267, -512, 246, -513, 264, -514, 524, -226, 522, -246, 544, -224, 533, -263, 522, -244,
            503, -249, 521, -245, 544, -224, 533, -263, 496, -268, 525, -234, 527, -243, 530, -223,
            534, -263, 521, -244, 502, -250, 522, -245, 269, -522, 243, -504, 273, -511, 532, -242,
            269, -499, 518, -246, 263, -497, 268, -501, 542, -241, 270, -499, 518, -246, 263, -495,
            537, -243, 267, -502, 524, -243, 527, -4341, 4376, -510, 523, -255, 270, -502, 506, -252,
            258, -512, 265, -497, 273, -510, 509, -264, 498, -269, 260, -507, 246, -516, 246, -517,
            266, -516, 521, -253, 495, -269, 500, -273, 239, -516, 513, -266, 267, -499, 522, -244,
            278, -497, 515, -265, 495, -266, 499, -270, 513, -246, 267, -519, 243, -526, 241, -516,
            509, -266, 267, -497, 267, -497, 268, -513, 246, -516, 509, -266, 500, -271, 513, -247,
            517, -261, 498, -266, 526, -253, 496, -269, 500, -273, 512, -262, 496, -267, 500, -259,
            525, -244, 529, -248, 514, -261, 499, -267, 501, -277, 491, -268, 248, -513, 267, -509,
            242, -518, 535, -240, 261, -508, 521, -248, 265, -497, 268, -513, 515, -267, 239, -524,
            495, -269, 249, -512, 516, -259, 260, -522, 510, -265, 508, -4341, 4376, -518, 495, -268,
            248, -513, 515, -259, 260, -497, 266, -515, 263, -501, 514, -269, 511, -246, 265, -521,
            243, -524, 241, -517, 262, -500, 522, -244, 533, -248, 515, -262, 251, -502, 518, -265,
            267, -498, 518, -246, 266, -520, 513, -241, 526, -253, 497, -269, 501, -273, 238, -537,
            241, -525, 241, -519, 520, -254, 267, -507, 263, -496, 268, -510, 263, -504, 499, -269,
            513, -246, 518, -252, 534, -235, 521, -267, 500, -248, 519, -269, 497, -251, 535, -262,
            496, -266, 499, -275, 495, -269, 499, -250, 536, -261, 497, -264, 507, -265, 507, -257,
            266, -507, 264, -509, 254, -521, 514, -240, 266, -500, 523, -245, 280, -509, 244, -515,
            514, -268, 266, -496, 521, -244, 249, -514, 516, -264, 252, -516, 522, -253, 496, -4341
          ]

You are welcome.
I think the best strategy generally with classic esp32 is to first capture with max idle (32ms) to see the frame separators, gap lengths. Then adjust idle accordingly to capture separate frames. Otherwise long signal with many repeats is running esp to memory problems.

@wannaautomate Any chance you can share your final YAML config file?

I also have some issue to TX on my side :blush:

Thank you!

Hey sorry for the slow response. I have two completely dedicated esp32 + CC1101 modules wired as when testing I found there were issues getting the CC1101 unit into TX mode even though no errors were thrown I used the RX module to confirm no TX was sent. I'd also seen other reports of this so went with a dedicated RX/TX setup albeit now I have the signals I don't need the RX and could have swapped out the builds if I only had one but used it to confirm / compare the real signal + the RX signal.

This could well be user error as I went through lots of different builds.

TX config:

esphome:
  name: cc1101-transceiver
  friendly_name: CC1101 RF Transceiver

esp32:
  board: esp32dev

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

logger:

api:
  encryption:
    key: "x"

ota:
  - platform: esphome
    password: "x"

spi:
  clk_pin: GPIO18
  mosi_pin: GPIO23
  miso_pin: GPIO19

cc1101:
  cs_pin: GPIO5
  frequency: 433.92MHz

remote_transmitter:
  pin: GPIO4
  carrier_duty_percent: 100%
  rmt_symbols: 512
  on_transmit:
    then:
      - cc1101.begin_tx
  on_complete:
    then:
      - cc1101.begin_rx

button:
  - platform: restart
    name: "Restart"
  - platform: template
    name: "Toggle Light"
    on_press:
      - remote_transmitter.transmit_raw:
          carrier_frequency: 0Hz
          code: [
            288, -496, 246, -515, 264, -513, 264, -511, 263, -510, 240, -532, 240, -509, 263, -508,
            4356, -497, 514, -266, 252, -512, 523, -253, 268, -503, 252, -515, 242, -529, 515, -265,
            508, -262, 235, -508, 260, -534, 240, -506, 268, -507, 537, -224, 534, -262, 497, -267,
            267, -499, 523, -244, 277, -497, 514, -265, 253, -511, 509, -265, 499, -269, 512, -247,
            518, -261, 253, -526, 241, -514, 265, -512, 508, -266, 267, -498, 266, -496, 268, -512,
            246, -516, 533, -241, 523, -247, 517, -245, 519, -250, 532, -240, 535, -263, 495, -268,
            500, -249, 521, -245, 547, -224, 534, -262, 496, -267, 500, -277, 495, -269, 524, -247,
            513, -252, 260, -509, 512, -260, 506, -268, 502, -275, 496, -268, 523, -248, 512, -262,
            251, -501, 289, -501, 498, -269, 259, -509, 246, -516, 515, -264, 238, -536, 264, -496,
            523, -244, 529, -4341, 4376, -513, 514, -265, 253, -512, 524, -252, 270, -498, 246, -516,
            268, -498, 519, -265, 508, -255, 268, -508, 265, -496, 268, -511, 246, -517, 522, -254,
            523, -243, 526, -224, 285, -490, 535, -240, 267, -502, 522, -245, 281, -511, 518, -236,
            521, -265, 507, -264, 507, -255, 269, -501, 255, -521, 243, -527, 497, -259, 271, -500,
            257, -515, 267, -510, 247, -516, 523, -254, 520, -244, 526, -247, 514, -252, 507, -263,
            521, -267, 498, -248, 519, -245, 544, -224, 534, -262, 496, -268, 501, -277, 495, -269,
            523, -248, 512, -253, 505, -264, 252, -517, 521, -254, 522, -244, 527, -248, 512, -262,
            497, -267, 528, -251, 270, -496, 244, -516, 513, -267, 266, -499, 268, -500, 507, -250,
            260, -515, 268, -500, 521, -258, 524, -4341, 4376, -519, 513, -267, 267, -498, 524, -244,
            276, -487, 267, -513, 245, -519, 522, -255, 517, -244, 278, -485, 268, -513, 245, -520,
            261, -528, 497, -245, 535, -247, 514, -261, 253, -503, 523, -257, 270, -501, 508, -261,
            252, -506, 522, -258, 524, -244, 529, -247, 513, -261, 251, -503, 288, -501, 269, -497,
            517, -247, 263, -493, 268, -501, 289, -500, 261, -508, 498, -270, 513, -246, 517, -261,
            524, -240, 527, -254, 516, -244, 529, -248, 512, -262, 497, -267, 502, -276, 496, -245,
            546, -224, 535, -262, 496, -267, 525, -251, 495, -269, 247, -521, 515, -267, 496, -264,
            497, -270, 513, -246, 516, -261, 524, -242, 267, -501, 269, -500, 510, -249, 260, -517,
            268, -499, 522, -256, 270, -500, 257, -522, 514, -267, 496, -4341, 4376, -516, 496, -269,
            248, -523, 514, -267, 229, -533, 264, -496, 271, -500, 507, -250, 535, -262, 250, -497,
            261, -527, 243, -522, 263, -510, 493, -264, 521, -267, 502, -255, 269, -503, 506, -252,
            260, -509, 510, -268, 267, -499, 523, -244, 526, -247, 513, -263, 496, -267, 266, -500,
            268, -500, 256, -523, 514, -240, 267, -502, 270, -500, 285, -489, 266, -508, 510, -265,
            506, -265, 508, -255, 523, -244, 527, -247, 512, -262, 497, -266, 500, -276, 517, -243,
            526, -247, 512, -262, 497, -268, 502, -251, 521, -245, 520, -250, 533, -262, 251, -498,
            523, -257, 524, -244, 526, -247, 514, -253, 507, -259, 529, -242, 266, -500, 270, -499,
            511, -250, 260, -515, 269, -498, 522, -258, 267, -508, 264, -497, 515, -264, 496, -4341,
            4376, -516, 495, -269, 247, -522, 516, -266, 241, -503, 269, -499, 288, -498, 513, -267,
            501, -255, 269, -501, 254, -515, 242, -528, 241, -518, 522, -254, 516, -243, 531, -248,
            263, -514, 511, -238, 260, -518, 523, -254, 267, -482, 540, -247, 512, -262, 497, -266,
            500, -277, 243, -507, 285, -486, 267, -509, 510, -264, 239, -533, 239, -509, 291, -495,
            271, -498, 519, -238, 521, -267, 498, -249, 519, -245, 521, -250, 535, -261, 496, -267,
            499, -275, 495, -270, 497, -250, 534, -263, 495, -268, 501, -249, 521, -245, 520, -250,
            533, -262, 250, -499, 523, -256, 523, -244, 527, -248, 514, -253, 506, -258, 505, -264,
            261, -515, 254, -506, 530, -252, 270, -497, 245, -512, 511, -267, 266, -498, 268, -500,
            510, -250, 535, -4341, 4376, -518, 523, -247, 264, -496, 516, -263, 253, -517, 262, -501,
            269, -502, 538, -224, 534, -263, 250, -497, 261, -503, 268, -522, 262, -497, 514, -264,
            496, -266, 524, -246, 262, -507, 523, -262, 226, -519, 532, -242, 267, -498, 519, -246,
            518, -251, 534, -262, 495, -268, 265, -497, 269, -500, 255, -522, 513, -240, 266, -501,
            268, -500, 285, -497, 243, -531, 497, -259, 525, -244, 527, -247, 513, -252, 508, -257,
            531, -238, 530, -241, 507, -286, 483, -276, 495, -269, 500, -273, 511, -262, 496, -267,
            501, -275, 495, -245, 547, -224, 261, -517, 512, -267, 499, -277, 495, -269, 499, -273,
            512, -262, 495, -267, 265, -499, 268, -500, 509, -250, 259, -515, 268, -499, 521, -257,
            269, -501, 256, -522, 514, -267, 500, -4341, 255, -513, 243, -530, 241, -519, 262, -500,
            268, -524, 262, -497, 244, -532, 247, -516, 4356, -516, 516, -268, 239, -523, 496, -268,
            248, -521, 243, -532, 246, -516, 522, -254, 516, -244, 250, -511, 268, -509, 265, -496,
            265, -514, 510, -265, 507, -256, 522, -244, 277, -496, 515, -264, 252, -513, 522, -252,
            242, -523, 521, -262, 494, -267, 497, -275, 494, -246, 270, -521, 243, -530, 263, -503,
            498, -269, 260, -496, 268, -513, 246, -516, 265, -513, 509, -264, 498, -269, 512, -247,
            518, -261, 498, -266, 525, -253, 495, -269, 501, -273, 513, -253, 508, -259, 506, -264,
            506, -265, 507, -257, 515, -245, 533, -247, 514, -261, 498, -262, 263, -501, 287, -501,
            236, -533, 509, -255, 269, -502, 506, -260, 253, -529, 262, -503, 510, -246, 263, -510,
            508, -251, 261, -511, 510, -263, 262, -515, 521, -252, 516, -4341, 4376, -497, 545, -237,
            253, -516, 522, -255, 270, -497, 246, -516, 268, -497, 523, -256, 517, -244, 278, -497,
            268, -510, 263, -505, 269, -496, 518, -246, 515, -261, 523, -242, 267, -499, 524, -244,
            277, -497, 516, -266, 253, -512, 498, -251, 520, -244, 520, -250, 534, -261, 251, -499,
            274, -509, 264, -485, 532, -264, 243, -524, 263, -497, 244, -533, 263, -505, 499, -269,
            511, -246, 515, -261, 524, -241, 528, -252, 518, -243, 527, -224, 536, -262, 496, -268,
            501, -250, 522, -245, 519, -250, 534, -263, 495, -268, 502, -249, 520, -246, 519, -251,
            260, -515, 268, -499, 274, -508, 509, -264, 269, -497, 517, -246, 264, -518, 243, -527,
            497, -258, 270, -501, 508, -252, 259, -512, 536, -240, 260, -515, 521, -252, 517, -4341,
            4376, -508, 534, -225, 258, -513, 536, -240, 259, -515, 263, -499, 269, -500, 537, -225,
            534, -263, 251, -498, 274, -511, 264, -496, 269, -501, 510, -261, 525, -243, 527, -252,
            267, -483, 538, -224, 283, -490, 536, -239, 260, -516, 523, -254, 518, -243, 525, -247,
            513, -252, 260, -510, 265, -497, 264, -512, 531, -243, 269, -497, 267, -499, 267, -511,
            247, -512, 534, -243, 527, -244, 511, -246, 516, -262, 525, -243, 525, -236, 516, -244,
            535, -247, 515, -261, 523, -243, 530, -227, 522, -244, 547, -224, 534, -263, 497, -270,
            501, -249, 520, -245, 267, -514, 267, -511, 247, -515, 524, -253, 271, -479, 528, -263,
            251, -499, 289, -477, 525, -243, 281, -497, 515, -267, 253, -512, 523, -227, 295, -498,
            519, -238, 521, -4341, 4376, -513, 524, -244, 278, -498, 515, -267, 252, -507, 263, -509,
            262, -509, 507, -265, 500, -244, 283, -498, 267, -511, 246, -514, 263, -500, 525, -244,
            531, -247, 513, -262, 252, -501, 517, -267, 270, -498, 519, -246, 263, -495, 536, -243,
            530, -252, 522, -220, 546, -224, 283, -493, 267, -501, 289, -476, 525, -244, 284, -499,
            267, -512, 246, -513, 264, -514, 524, -226, 522, -246, 544, -224, 533, -263, 522, -244,
            503, -249, 521, -245, 544, -224, 533, -263, 496, -268, 525, -234, 527, -243, 530, -223,
            534, -263, 521, -244, 502, -250, 522, -245, 269, -522, 243, -504, 273, -511, 532, -242,
            269, -499, 518, -246, 263, -497, 268, -501, 542, -241, 270, -499, 518, -246, 263, -495,
            537, -243, 267, -502, 524, -243, 527, -4341, 4376, -510, 523, -255, 270, -502, 506, -252,
            258, -512, 265, -497, 273, -510, 509, -264, 498, -269, 260, -507, 246, -516, 246, -517,
            266, -516, 521, -253, 495, -269, 500, -273, 239, -516, 513, -266, 267, -499, 522, -244,
            278, -497, 515, -265, 495, -266, 499, -270, 513, -246, 267, -519, 243, -526, 241, -516,
            509, -266, 267, -497, 267, -497, 268, -513, 246, -516, 509, -266, 500, -271, 513, -247,
            517, -261, 498, -266, 526, -253, 496, -269, 500, -273, 512, -262, 496, -267, 500, -259,
            525, -244, 529, -248, 514, -261, 499, -267, 501, -277, 491, -268, 248, -513, 267, -509,
            242, -518, 535, -240, 261, -508, 521, -248, 265, -497, 268, -513, 515, -267, 239, -524,
            495, -269, 249, -512, 516, -259, 260, -522, 510, -265, 508, -4341, 4376, -518, 495, -268,
            248, -513, 515, -259, 260, -497, 266, -515, 263, -501, 514, -269, 511, -246, 265, -521,
            243, -524, 241, -517, 262, -500, 522, -244, 533, -248, 515, -262, 251, -502, 518, -265,
            267, -498, 518, -246, 266, -520, 513, -241, 526, -253, 497, -269, 501, -273, 238, -537,
            241, -525, 241, -519, 520, -254, 267, -507, 263, -496, 268, -510, 263, -504, 499, -269,
            513, -246, 518, -252, 534, -235, 521, -267, 500, -248, 519, -269, 497, -251, 535, -262,
            496, -266, 499, -275, 495, -269, 499, -250, 536, -261, 497, -264, 507, -265, 507, -257,
            266, -507, 264, -509, 254, -521, 514, -240, 266, -500, 523, -245, 280, -509, 244, -515,
            514, -268, 266, -496, 521, -244, 249, -514, 516, -264, 252, -516, 522, -253, 496, -4341
          ]

  - platform: template
    name: "Pergola Open"
    on_press:
      - remote_transmitter.transmit_raw:
          carrier_frequency: 0Hz
          code: [
REMOVED - Char limit
          ]

  - platform: template
    name: "Pergola Stop"
    on_press:
      - remote_transmitter.transmit_raw:
          carrier_frequency: 0Hz
          code: [
REMOVED - Char limit
          ]

  - platform: template
    name: "Pergola Close"
    on_press:
      - remote_transmitter.transmit_raw:
          carrier_frequency: 0Hz
          code: [
REMOVED - Char limit
          ]

RX config

esphome:
  name: rf-receiver-slave
  friendly_name: CC1101 RF Receiver Slave

esp32:
  board: esp32dev

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

logger:

api:
  encryption:
    key: "x"

ota:
  - platform: esphome
    password: "x"

spi:
  clk_pin: GPIO18
  mosi_pin: GPIO23
  miso_pin: GPIO19

cc1101:
  cs_pin: GPIO5
  frequency: 433.92MHz

remote_receiver:
  pin: GPIO2
  dump: raw
  filter: 150us
  idle: 3ms
  buffer_size: 2kb