Thread Communication Maximum Packet Size

Hi, I'm currently playing around with the nRF5340 dev boards, in order to see if I can implement thread communication. I'm trying to test the limits of the thread protocol, and I had some confusion with the maximum packet size. I see the IEEE 802.15.4 specification says that the maximum frame should be 127 bytes, and that after that it will split the packets into fragments. When testing this on WireShark I noticed that the biggest packet I'm able to send before it fragments, is 141 bytes. There's an extra 14 bytes from the ethernet frame on top of the 802.15.4 frame, which means the maximum 802.15.4 frame size I can get is 125 bytes. Is there a limit set on the 802.15.4 frame in the nRF boards to 125 bytes, or am I missing something?

Parents Reply Children
Related