Hi i’m newbee in packet transmit programming.
And, i’m trying to send 2048 bit data to another xbee module.
I’m using two xbee s1 module with digimesh protocol.
Sending packets to another module was successful, but there is limit of ‘NP’ (maximum packet payload bytes) field.
So, I put id, sequence number and segmented data in the payload, but it seems very dirty code.
I think it’s because of my lack of skill.
How do others do packet segmentation with xbee?