Hi,
I want to program the CC1101 to communicate (both Rx and Tx) in the 433MHz ISM band using 2-FSK. I'm looking at the datasheet (don't have the eval board) and am trying to understand the range and resolution available for setting the center frequency (with channels) and 2-FSK deviation frequency.
Here is what I found on their datasheet for programming channel bandwidth (datasheet pages 57 and 78):
delta_fchannel = (fXOSC/2^18)*(256+CHANSPC_M)*(2^CHANSPC_E).
The datasheet says the default value gives 199.951kHz channel spacing assuming a 26MHz crystal oscillator frequency, but I don't understand how that's computed? What are the 'default values'? Does it have something to do with CHANSPC_M is an 8-bit mantissa of channel spacing?
Very similarly, for 2-FSK frequency deviation I find a similar equation:
fdev = (fXOSC/2^17)*(8+DEVIATION_M)*(2^DEVIATION_E).
Here, it says the 'default values' give a +/-47.607kHz frequency deviation from the center frequency. Again, not sure how this is computed but, again, the variables are in mantissa-exponent format.
Any help on this would be greatly appreciated!!!