Hi,
for a research project I would like to publish bleutooth mesh messages with a bigger payload (this would be our custom data). Currently we are looking at arround 70 bytes but it might be more in the future. These bytes should be inside one single message without segmentation.
After carefully reading the Mesh Specification I came across the following:
"The transport layer provides up to
11 octets for a non-segmented message, leaving up to 10 octets that are available for parameters when
using a 1-octet opcode, up to 9 octets available for parameters when using a 2-octet opcode, and up to 8
octets available for parameters when using a vendor-specific 3-octet opcode."
But with extended advertising I could have a payload of about 255 bytes per message (Bluetooth 5.0 - Source).
Is it possible to publish an unsegmented bleutooth mesh message with about 70 or more bytes using extended advertising?
I am using a Nordic nRF52840dk and an Adafruit Feather nRF52840 Sense, both with nRF Connect SDK.
Thanks in advance for answering!
Sincerely,
Niklas