Post Go back to editing
Captured to Received packets size wiki page

Received packets size

Hi 

With reference to the posts Data Packets from Node WSN  and Restrict End Node from pushing packets continuously. The size of Packets received is 80 bytes, Is their any possibilities to reduce this packets size , say only to the Mac ID and the Accelerometer Measured values.

Parents
  • Hi Ramya,

     

    This option is provided in the AD6LoWPAN02 release supported on EVAL-ADuCM3029 EZ-KIT Hardware, you can edit the code to achieve this on BUNCH board. The “Add_SensData2Payload” function in ADSens-Main.c file adds the sensor data and statistics to the payload buffer. Comment the statistics code part at end of the function after the “SensorMask” addition. This should work.

    thanks & regards

    Harish kumar k

Reply
  • Hi Ramya,

     

    This option is provided in the AD6LoWPAN02 release supported on EVAL-ADuCM3029 EZ-KIT Hardware, you can edit the code to achieve this on BUNCH board. The “Add_SensData2Payload” function in ADSens-Main.c file adds the sensor data and statistics to the payload buffer. Comment the statistics code part at end of the function after the “SensorMask” addition. This should work.

    thanks & regards

    Harish kumar k

Children
No Data