ninjablocks / 433Utils

433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi.
ninjablocks.com
MIT License
895 stars 335 forks source link

Support 32 bit commands #32

Open Jeebiss opened 7 years ago

Jeebiss commented 7 years ago

Currently all commands are sent as 24 bit. I would be very handy if I could also send 32 bit commands. I cant figure out myself what that would entail, but I cant imagine it would be a very complicated tweak.

divramod commented 7 years ago

i need a 28 bit command. its running with arduino but not with raspberry pi. hmm? what can i do?

maresb commented 5 years ago

It seems like 433Utils is abandoned. For Raspberry Pi, the pigpio project seems much better, and it supports changing the number of bits. See my other issue for details.

SiberaIndustries commented 1 year ago

Check https://github.com/ninjablocks/433Utils/pull/81 or here. Cheers

Also related to https://github.com/ninjablocks/433Utils/issues/66 or https://github.com/ninjablocks/433Utils/issues/80 or https://github.com/ninjablocks/433Utils/issues/63 or #43