Unable to configure TX_PWR in project config when building #217
-
Has anyone run into an issue where they can't set the transmit power in the project config due to "Missing dependencies" in VSCode? I'm running nRF SDK/Toolchain v2.5.0, although I had the same issue when running @ v2.7.0 and v2.3.0. I've linked screenshots of the compile warnings and my current build config. Also I'm using this module, if that is relevant at all. Any help would be appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @francisliardet. Unfortunately I cannot reproduce the issue. I just double checked and we do have some recent clean builds on With the |
Beta Was this translation helpful? Give feedback.
So, it looks like it may have been a false alarm all along...
I managed to build everything using Docker successfully (using 2.5 SDK) and the functional range didn't change at all, even after what I had assumed was a 8db boost.
I did some tests building the firmware in both Docker and VSCode, changing the transmit power in the config each time, switching between +8db, +0db (no config), and -8db.
As you can see, both Docker and VSCode gave the exact same result as measured via the "Signal Strength" HA entity, even though VSCode was consistently giving me warnings that my configuration wasn't making it through to the build.
Given these results, I'm pretty confident in assuming those warning…