Hello,
After having read the documentation of "nRF5 SDK v15" and "nRF5 SDK for Mesh v2.0.1" it is not clear to me which PHY layer it uses at the end.
In the documentation I found the following contradictions:
- On the one hand "nRF5 SDK v15" (and more specifically "S132 v6.0.0") support BLE 5.0.The documentation of "nRF5 SDK for Mesh v2.0.1" indicates that it requires "nRF5 SDK v15" (using "S132 v6.0.0" in my case) in order to be compiled and work. Which makes me think that you could use the PHY BLE 5.0 layer of "S132 v6.0.0"
- But at the same time in the documentation "nRF5 SDK for Mesh v2.0.1", it is indicated that Mesh uses the "Bluetooth Low Enery 4.0 PHY" layer
So my question is, if we use the SDK mesh 2.0.1 + nRF5 SDK v15 (S132 v6.0.0), which PHY layer will be used by mesh? BLE 4.0 PHY or BLE 5.0 PHY ?