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

What is the meaning of "application processing" ?

Hello, I use sdk 8.0.0 and s110. I read this blog

And I did not understand some terms;

  1. Application processing(for example 2ms each adv interval)
  2. Number of packets to send in each connection interval(for example 1 packet)

Where and how do we organize these terms? How do we change it?

Parents
  • Application processing is the when ARM Coretx-M MCU executes code of your application FW. In other words what you compile into binary and is processed at given interrupt or other trigger.

    Number of packets is linked to mechanism how BLE Link Layer works. If you understand what Connection interval is and that normally (unless packet is lost or one of the sides uses Slave/Master Latency) two PDUs are exchanged (one Master -> Slave and one Slave -> Master) then it should be easy to understand that if both sides are able to execute more than one of such PDU-pair. If any of sides have more then one packet ready before connection event is scheduled and the opposite side reflects on MD bit in PDU header (More Data) then another PDU pair is exchanged until there are no more data o one of the sides have limit within the interval (these are stack and configuration specific).

    1. There are dozens of examples, it's just question what exactly you want to test. So far you are pretty vague. Power consumption measurements are not discipline which you would get from 200-letter answer on internet forum. You wither are trained in that or not. You can get some introduction when you read Nordic blog posts about how to use Power Profiler Kit (PPK) which might be the easiest way how to measure power profile of some FW on nRF5x chip (with nRF5x DK board).

    (2/2)

Reply
    1. There are dozens of examples, it's just question what exactly you want to test. So far you are pretty vague. Power consumption measurements are not discipline which you would get from 200-letter answer on internet forum. You wither are trained in that or not. You can get some introduction when you read Nordic blog posts about how to use Power Profiler Kit (PPK) which might be the easiest way how to measure power profile of some FW on nRF5x chip (with nRF5x DK board).

    (2/2)

Children
No Data
Related