bcm-specs

[Specification

Radio Core Calibration Value

To find the Radio Core Calibration value:

  1. Read RadioRegister 0x60

  2. Mask that value by 0x1E and shift right by 1
  3. The result of that value is the offset into the Radio Core Calibration Table array
  4. Left shift the value retrieved from the Radio Core Calibration Table by 1
  5. Bitwise OR the result with the original value of RadioRegister 0x60 bitwise AND'd by 1

  6. Bitwise OR the result with 0x20, this value is the Radio Core Calibration value

Radio Core Calibration Table Array

Each value is 16 bits. This data is in big endian format.

0x0002, 0x0003, 0x0001, 0x000F, 0x0006, 0x0007, 0x0005, 0x000F, 0x000A, 0x000B, 0x0009, 0x000F, 0x000E, 0x000F, 0x000D, 0x000F


Exported/Archived from the wiki to HTML on 2016-10-27