How to achieve the maximum distance in decawave

i have been using this example GitHub - Decawave/dwm1001-examples: Simple C examples for Decawave DWM1001 hardware for calculating the distance between the initiator and responder which gives me a distance of 3 meters how can i increase the distance ??

Hi mani

Increasing the physical distance between the initiator and responder should accomplish this :slight_smile: .

If you are looking for a way to increase the maximum distance, you can increase the TX power of the devices. However note that if you plan on selling products based on the DWM1001, the TX power should be below the regulatory limits. See APS017 and APR001.

hi seppe

static dwt_txconfig_t config1 = {
0xc8,
0x757575,

};

i am doing something like this is this correct way to configure the transmitting power to maximum

thanks and regards

manikandan v