From 3d68df05869f693928ab04109a116afaeb261e4e Mon Sep 17 00:00:00 2001 From: silabsbsz Date: Wed, 27 May 2026 14:54:14 +0300 Subject: [PATCH 1/2] Update 06-the-esl-network.md - added ESL image throughput stress test section --- .../06-the-esl-network.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sld679-bluetooth-electronic-shelf-label/06-the-esl-network.md b/sld679-bluetooth-electronic-shelf-label/06-the-esl-network.md index 039f72c..9a160f7 100644 --- a/sld679-bluetooth-electronic-shelf-label/06-the-esl-network.md +++ b/sld679-bluetooth-electronic-shelf-label/06-the-esl-network.md @@ -450,3 +450,13 @@ display_image 2 0 0 Since the tag `8C:F6:81:B8:83:18` was unassociated from the network instead of factory reset, all the images stored to it were preserved, and therefore the tag can display the images after associating to a network. ![Since the tag 8C:F6:81:B8:83:18 was unassociated from the network instead of factory reset, all the images stored to it were preserved, and therefore the tag can display the images after associating to a network.](resources/sld679-image40.png) + +## ESL image throughput stress test + +The `image_throughput` command starts or stops an ESL image transfer stress test across synchronized ESL Tags. During the test, the Access Point repeatedly performs image transfers to eligible synchronized Tags to validate throughput, stability, and PAwR-based image distribution performance under load. + +The test supports limiting the number of participating Tags (`--max_count`) and restricting enrollment to Tags within a maximum ESL group ID (`--max_group`). While running, the AP temporarily switches to manual mode and restores the previous operating mode automatically when the test finishes or is stopped. The test requires PAwR to be active, synchronized ESLs that support image transfer, and demo mode to be disabled. + +For full command usage, options, notes, and examples, see: + +`bt_host_esl_ap/esl_ap/readme/readme.md` From 66d0cb3f567940ad7ba7572ad0a48399da7819e9 Mon Sep 17 00:00:00 2001 From: silabsbsz Date: Fri, 29 May 2026 12:11:16 +0300 Subject: [PATCH 2/2] Update 06-the-esl-network.md changed wording based on the recommendations --- sld679-bluetooth-electronic-shelf-label/06-the-esl-network.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sld679-bluetooth-electronic-shelf-label/06-the-esl-network.md b/sld679-bluetooth-electronic-shelf-label/06-the-esl-network.md index 9a160f7..e0338f3 100644 --- a/sld679-bluetooth-electronic-shelf-label/06-the-esl-network.md +++ b/sld679-bluetooth-electronic-shelf-label/06-the-esl-network.md @@ -453,9 +453,9 @@ Since the tag `8C:F6:81:B8:83:18` was unassociated from the network instead of f ## ESL image throughput stress test -The `image_throughput` command starts or stops an ESL image transfer stress test across synchronized ESL Tags. During the test, the Access Point repeatedly performs image transfers to eligible synchronized Tags to validate throughput, stability, and PAwR-based image distribution performance under load. +The `image_throughput` command starts or stops an ESL image transfer stress test across synchronized ESL Tags. During the test, the Access Point repeatedly transfers images to eligible synchronized Tags to validate throughput, stability, and PAwR-based image distribution performance under load. -The test supports limiting the number of participating Tags (`--max_count`) and restricting enrollment to Tags within a maximum ESL group ID (`--max_group`). While running, the AP temporarily switches to manual mode and restores the previous operating mode automatically when the test finishes or is stopped. The test requires PAwR to be active, synchronized ESLs that support image transfer, and demo mode to be disabled. +The test supports limiting the number of participating Tags (`--max_count`) and restricting enrollment to Tags within a maximum ESL group ID (`--max_group`). While the test runs, the AP temporarily switches to manual mode and restores the previous operating mode automatically when the test finishes or is stopped. The test requires PAwR to be active, synchronized ESLs that support image transfer, and demo mode to be disabled. For full command usage, options, notes, and examples, see: