Post #4000215
2026-07-21 23:22 UTC
I've got rtl_433 still listening so I can tell when my device is transmitting the wrong thing
which it is! constantly!
Replies (1)
-
@foone@digipres.club 2026-07-21 23:24
oh the library I'm using can implicitly only transmit codes that are less than 32 bits long. I'm glad that was well documented. well, it's not in the docs. I'm glad that's in the source. well, it's not explicitly in the source, you just have to read how the binary-to-transmit code works and realize it's stuffing all your bits in one 32bit int.