Naster17 / 433MHz-Sniffer

Sniffer for 433 MHz based on ESP boards (ESP8266, ESP32, etc. ). With a large number of functions: (interception, repetition, brute-force, etc.)
Apache License 2.0
9 stars 0 forks source link

Send fully identical packet? #1

Open santus118 opened 2 months ago

santus118 commented 2 months ago

Hello, friends. Why it sends another protocol number and delay?

[original signal] RECIVED: Decimal: 2 Binary: 010 Tri-State: F Protocol: 2 Delay: 483 Lenght: 3-bits

[my answer] SENDED: 010 Type: Binary RECIVED: Decimal: 2 Binary: 010 Tri-State: F Protocol: 1 Delay: 345 Lenght: 3-bits

Naster17 commented 2 months ago

Most likely the protocol is corrected. In general, I haven’t worked on this project for a long time