Skip to main content
Associate II
April 24, 2026
Question

ESL PAwR

  • April 24, 2026
  • 8 replies
  • 212 views

Hi,

I'm working on a ESL project using STM32WB09.

In order to reach greater distances, is it possible to use the CODED PHY ?

Thank you

8 replies

ST Technical Moderator
April 27, 2026

Hello @lucac ,

You can use the Coded PHY on the STM32WB09 to increase range and reach greater distances in your ESL project. The device supports both S=2 and S=8 coding schemes, enabling up to four times the range of standard Bluetooth® LE.

You can refer to the PM0274: Bluetooth® Low Energy stack v4.x programming guidelines, for more details about Coded PHY.

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
lucacAuthor
Associate II
April 27, 2026

Ok, thanks.

Is there any example of use of CODED PHY in a ESL project ?

It is possible to think of combining PAwR and MESH using STM32WB09 with the aim of having no distances limits ?

Thank you.

ST Technical Moderator
April 28, 2026

Hi @lucac ,

I find these resources for you that can be used as start point of working:

 

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
lucacAuthor
Associate II
April 29, 2026

Ok, thanks.

Isn't there any resource about combining PAwR and MESH using STM32WB09 ?

Thank you

Dominique FOLLEZOUR
ST Employee
August 21, 2026

Hi

 

The only alternative to enable mesh over WB0 and WBA series is to move to Zephyr ecosystem and use Zephyr mesh lib. In meantime ESL (PAwR) and mesh are not really compatible technology.

 

In PAwR - bi directional communication over advertising - the both entities are able to exchanges each others based on specific and critilca timing, coming from some timing allocation in the advertising frame. For sure this is not compliant to mesh.

 

The mesh is advertising as well, but without any latency constraints. 

 

Br

Dominique