This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1125 BPSK modulation

Other Parts Discussed in Thread: CC1125, CC1120

Hi,

I am working on cc1125 Chip. I want to work with BPSK on this Chip , any suggestion ?

  • In theory it could be possible the handle BPSK in Tx in the following way:

    The basic idea to manage BPSK modulation with a FSK modulator as CC1120 has is to travel on the unit circle 180 degrees as fast as possible. For a FSK modulator, 180 degrees correspond to a deviation equal to half the datarate, so in your case if you need 100 bps the deviation should be 50 Hz.

    By using the Analog FM feature in CC1120 (described in 4.1.4 in the UserGuide) it is possible to set the deviation directly. The transition from 0 to 180 degrees should be as fast as possible, hence an idea is to
    have the vector equal to [0 0 0 0 0 0 0 dev 0 0 0 0 0 0 0 0]. Since it is 16 ticks during a datarate period dev has to be 16x in this case or 16x50 Hz.
  • Thanks, i will try