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

BLE advertising : Minimum packet length ?

Hello,

I'm a beginner on BLE protocol and i would like to send data during approximately 4us,stop it during the same time and transmit signal again during 4us and so on.

This mean that advertising packet will be less than 1byte (8us). Is it possible to do make fragmentation ?

Help me please, i need to this on smartphone application.

Parents Reply
  • I understand what you want to do, but it is not possible. For any given packet there is typically this timing:

    startup radio : 150us

    preamble and address (2Mbps): 20us

    packet content (2Mbps): (4us for each 8bit)

    crc (2Mbps): 8us

    Then you typically want to switch direction to receive an ack (not counting if there may be retransmissions due to packet loss).

    So in total it may take around 500us putting it all together sending one data packet in a proprietary way (you can't do it this fast in BLE).

    Best regards,
    Kenneth

Children
No Data
Related