This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840 DK Sending twice the message if the payload is under 10 bytes

Hi community !

I create a model to send a string over mesh and it's working well ! The only thing which is strange is when my string is 9 bytes long (or under), the message will be send twice and when it's 10 or 121 bytes long, the message is sending only once. is it a known issue ?

Sincerely

PG 

Parents
  • Hi,

    I don't think this is a known issue, not that I am aware of at least. Yes, it is strange that this happens. When you say "the message is sent twice", is the message sent twice or retransmitted?

    Have you gone through the code and checked if you have some sort of code that calls the sending function twice when sending 9bytes or under?

    Could you provide me with some logs for the two scenarios? 

Reply
  • Hi,

    I don't think this is a known issue, not that I am aware of at least. Yes, it is strange that this happens. When you say "the message is sent twice", is the message sent twice or retransmitted?

    Have you gone through the code and checked if you have some sort of code that calls the sending function twice when sending 9bytes or under?

    Could you provide me with some logs for the two scenarios? 

Children
Related