<< Chapter < Page | Chapter >> Page > |
The CC2500 is the radio chip on the eZ430-RF2500. It functions in the 2400- 2483.5 MHz frequency band and provides an excellent option for WSN applications because of its low-power characteristics. This chip has 20 pins:
The chip contains 47 registers to configure operating frequency,modulation scheme, baud rate, transmission power, etc. Because these registers are erased during powerdown, the MSP430 should configure all of them at startup. 13 commands allow the MSP430 to control the state of the CC2500 (transmit, power down, receive, . . . ).The CC2500 follows a state diagram, as detailed in the CC2500, Low-Cost Low-Power 2.4 GHz RF Transceiver datasheet.
In practice, Texas Instruments provides some code which hides the low-level details of the CC2500 behind a higher level API. These drivers are part of the SimpliciTI project , available for free. We will use these off-the-shelf drivers in this tutorial.
Notification Switch
Would you like to follow the 'Ezwsn: experimenting with wireless sensor networks using the ez430-rf2500' conversation and receive update notifications?