How to configure nRF5340 for RF measurements. which programs can be flashed to the device to get 100% TX and 100% RX and measure the RF parameters
How to configure nRF5340 for RF measurements. which programs can be flashed to the device to get 100% TX and 100% RX and measure the RF parameters
Hi, As you can see here it does not make sense to measure both VDD_HV and VDD."
By default, the high voltage regulator is configured to source external components from the VDD pin. To save power this feature must be disabled. For details, see High voltage mode."
Is the device running in HV mode? Also, is this a custom board? I'm not sure that you would gain anything to measure the current consumption since if it is a custom boards you it can be hard to correlate power consumption with RX effect.
Regards
Runar
Hi Runar,
What did you mean by custom mode I'm using a nRF5340 DK and putting it into modes like advertisement using nRF connect in V S Code.
So my question here is at that time, which of these rails(VDD & VDD_HV) can give the chips current consumption at these modes.
Regards,
Arun
yes I'm trying to build peripheral_lbs sample.
there is no toolchain of v2.5.2 available, I tried downloading tool chain v2.4.3 but it is failing to update.
what do you mean by printine build?
to create the project again?
Reagrds,
Arun
That sounds very strange. You should be able to see multiple newer toolchain versions then 2.4.3, could you post the error message you get?
If you select the round arrow you do a pristine build and rebuild the entire project, however it is not worth doing until the toolchain and sdk version is aligned.
Regards
Runar
I'm a bit unsure of what you mean. if you want to measure the current draw of the DK you should follow the guide so your setup is correct. Since the DK has a extra circuits outside the nrf5340 you need to have the correct setup so you don't measure the current draw of the whole DK. As for numbers, you could for example compare your numbers to the online power profiler tool
Regards
Runar
Hi Runar,
Other than measuring the current consumption using Online power profile tool, is there anyway I can measure the current consumed by nRF5340 at these states?
The tool chain issue is solved on setting " set default toolchain".
can you also guide me in achieving the below states?
1, sleep
2, BLE Advertisement
3, BLE Scan
4,BLE Connected
5,active TX and RX
Regards,
Arun
Good to hear that is fixed
I don't think we have a samples that covers all that you are asking for. But we do have a BLE power profiling sample
If you have more questions regarding optimizing for current I would suggest to create a new ticket as we try to keep it to one topic for each thread
Regards
Runar
Good to hear that is fixed
I don't think we have a samples that covers all that you are asking for. But we do have a BLE power profiling sample
If you have more questions regarding optimizing for current I would suggest to create a new ticket as we try to keep it to one topic for each thread
Regards
Runar
I'm not asking one example to execute all these states but all the examples that can put the device in these states.
Regards,
Arun
We don't have any list of which examples enters the different states. I would recommend to either use the mentioned sample as it is made for power profiling or create a sample that suits your needs. If I misunderstood you, please try to reword the question.
Regards
Runar
To use power profile, we need the power profile kit hardware right?
Regards,
Arun
As written in the link:
"
Optionally, you can use the Power Profiler Kit II (PPK2) for power profiling and optimizing your configuration. You can use also your proprietary solution for measuring the power consumption."
Regards
Runar
Hi Runar,
coming back to the topic we were discussing,
I flashed "radio_test" example for testing RF on the board, but on issuing "output_power" command, I'm not seeing any power on measuring from the antenna, nor I'm seeing any increase in cureent numbers, the current profile also doesnt looks like that of tx.
How to execute RF measurements on the device?
Regards,
Arun