Questions and discussions about the software that runs on the TD RF module itself.
disk91
 
Posts: 58
Joined: Thu May 07, 2015 4:30 pm

TD1208R - TdSigfoxRfPower(14) seems to be 16dB

by disk91 Sun Oct 01, 2017 3:02 pm

Even if the Power setting is set to 14dB on a TD1208R before sending a frame, the power consumption is 80mAh @3.3V looking like a 16dB transmission.
What is wrong ?
uint8_t m[4] = { MYTEEPI_HEADER_TEST, 0,0,0 };
TD_SIGFOX_RfPower(_state.currentTransmissionPower);
TD_SIGFOX_Send(m,4,2);
disk91
 
Posts: 58
Joined: Thu May 07, 2015 4:30 pm

Re: TD1208R - TdSigfoxRfPower(14) seems to be 16dB

by disk91 Sun Oct 01, 2017 4:11 pm

Sounds like I captured the current not the right place.
that's fixed, I've got :
TD_SIGFOX_RfPower(16);
=> 51mA avg
=> This one is ok according to the documentation

TD_SIGFOX_RfPower(14);
=> 49mA avg
=> This one is too high

is it the right way to set the rf power ?
Return to Firmware

Who is online

Users browsing this forum: No registered users and 4 guests