Hi i used nRF52840 Preview-DK and i try many example with SDK provided.
the problem is the range of transmission too short . can you help how to set power transmission of this module ? for zigbee, BLE Mesh, Thread...
thanks
Hi i used nRF52840 Preview-DK and i try many example with SDK provided.
the problem is the range of transmission too short . can you help how to set power transmission of this module ? for zigbee, BLE Mesh, Thread...
thanks
https://devzone.nordicsemi.com/f/nordic-q-a/37928/just-set-tx-power
Define, "too short".
What range are you getting?
What range do you require?
Note that the nRF52840 (only) supports the BLE 5 "Coded PHY" - for range extension ...
https://devzone.nordicsemi.com/b/blog/posts/taking-a-deeper-dive-into-bluetooth-5
Dear aweil
The range i test with device about 4-5 m,
I use example Zigbee Uart and Light controls
as I know default power Tx is 0 dbm
Please help me what should i do ?
thank
Please give a detailed description of how, exactly, you determined that range?
And the test environment?
Please help me what should i do ?
Did you follow the links?
https://devzone.nordicsemi.com/f/nordic-q-a/41393/how-to-configure-zigbee-tx-power-in-multiprotocol
Zigbee :#include "nrf_802154.h" in your code, and use nrf_802154_tx_power_set to set zigbee tx power
Thank you longrain
i follow your code ,i can compile without error. may i know Tx power of Zigbee and BLE the same ?
i see command sd_ble_gap_tx_power_set(); for BLE but i don't know where can i add this command
When i add this command to my code it's error
Thank