Message Length
-
Why do we have a message length restriction, is it hardware or just a limit in software... If hardware is it do to trying to send data in one packet?
Thanks
-
Hardware restriction.
-
The nrf24l01+ accepts a maximum of 32 bytes payload. Other transmission protocols (for example rfm69) supports longer messages, but MySensors has standardized on the lowest common denominator, to make sure it works on all popular transmission protocols.