Page 1 of 1

central frequency

Posted: Wed Nov 09, 2016 3:08 pm
by francois
Hi
Can I use this function at init stage to change the UL central frequency: TD_SIGFOX_SetRFConfig(TD_SIGFOX_RF_config_t *config); ?
What should be the unit of central_frequency in that structure ?
typedef struct {
uint32_t central_frequency; ///< Central frequency
uint16_t max_channel; ///< Maximum allowed channel number
uint16_t channel_width; ///< Channel width in Hz
uint8_t power_level; ///< Power level in dBm
} __PACKED TD_SIGFOX_RF_config_t;

Thanks

Re: central frequency

Posted: Mon Nov 28, 2016 3:18 pm
by mstempin
The TD_SIGFOX_SetRFConfig() function is global, but it is not part of the API and can be removed at any time. Please don't use it, you should not have to set the central frequency manually.