Hi,
I want to know how to Configure TX power and read the BT address for nRF54L15.
Thanks,
PG
Hi,
I want to know how to Configure TX power and read the BT address for nRF54L15.
Thanks,
PG
Hi Jameel,
The TX transmission power should be configured externally by your test equipment by sending the 0x09 DTM command with the desired TX power to your DUT over UART. What kind of tester are you using?
Front end module (FEM) configurations are relevant only if you are including a FEM in your design such as the nRF21540.
Best regards,
Vidar
Hi Vidar,
We have used several kinds of LitePoint equipment with IQFact generic IQFact+, such as IQXEL-M2W7G…etc).
Can you please help to change the defaults setting, so that I can build a new hex files of each level as follows:
with regards,
Jameel Basha
Hi Jameel,
The default TX power in the DTM sample (link) is hardcoded to '0', so you will need to edit the code to change it. The LDO will be used if you set CONFIG_BOARD_ENABLE_DCDC=n.
The default Bluetooth address (random static type) is stored in FICR.DEVICEADDR @ 0x00FFC3A4 and 0x00FFC3A8. RE: How to get 6 byte mac address at nrf51822
Best regards,
Vidar