Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to operation the ATT_MTU Throughput Example?

Hello.

I'm running the nRF5 SDK's ATT_MTU throughput example.(nRF5 SDK v15.3.0, nRF52 DK(nRF52832))

The tester is running as a central or peripheral device.

How to operation the tester is running as central device?
How to operation the tester is running as peripheral device?

Thank you.

 

Parents Reply
  • I see what you mean.

    In the ATT_MTU example there is no defined GAP role for each board. Both boards advertise and start scanning and we do not know which one would become a central and which one would become a peripheral until the connection is established. 

    When the connected event is received, the gap roles are known from  p_gap_evt->params.connected.role. This example do not put any significant importance on which board has which role, 

    Board Tester is the server sending (spamming)  notifications at max speed possible.

    Board Dummy is the client receiving the notifications.

Children
No Data
Related