The CC2500 chip is an ultra-low power, low-cost wireless transceiver module launched by TI (formerly Chipcon acquired by TI). Its carrier frequency range is adjustable from 2.400GHz to 2.483GHz, and can be used to achieve multi-channel communication. It supports multiple modulation modes, including FSK, GFSK, OOK and MSK, and the data transmission rate can reach up to 500kb/s. CC2500 also provides additional hardware support for functions such as packet processing, data buffering, pulse transmission, idle channel assessment, connection quality indication and electromagnetic wake-up. It has four main states: receive (RX), transmit (TX), idle (IDLE) and sleep (SLEEP)Basic Features
(1) 2400-2483.5 MHz ISM and SRD bands
(2) Maximum operating rate of 500kbps, supporting 2-FSK, GFSK and MSK modulation
(3) High sensitivity (-101dBm at 10Kbps 1%)
(4) Built-in hardware CRC Error detection and point-to-multipoint communication address control
(5) Low current consumption (13.3mA in RX)
(6) Programmable output power up to 1dBm for all supported frequencies
(7) Supports low-power electromagnetic wave activation function
(8) Supports automatic channel access clearance (CCA) before transmission, i.e., carrier sense system
(9) Fast frequency change synthesizer brings suitable frequency hopping system
(10) The module can be addressed by software, which is very convenient for software programming
(11) Standard DIP spacing interface, convenient for embedded applications
(12) Separate 64-byte RX and TX data FIFO
WOR function: In order to save power, RF chips usually use sleep mode. The chip will inevitably lose information when it is in sleep mode. The WOR (Wakeup-on-Radio) function of CC22500 can avoid this well. The WOR function ensures that the chip wakes up periodically during deep sleep to detect whether there is a signal around. This process does not require CPU interruption. If a data packet is successfully received, the chip can notify the MCU to read it through the pin output interrupt. RSSI and LQI functions: RSSI reflects the strength of the received signal, and LQI reflects the connection quality of the signal. Both can be obtained by reading the chip register. Although LQI can judge the connection quality, it will vary depending on the modulation method. RSSI is a good parameter for judging the distance between two nodes. After reading the value from the RSSI register, we need to perform a series of conversions to obtain the receiving strength value. CCA function: CCA (Clear Channel Assessment) can indicate whether the current channel is idle. Its function is similar to CSMA. When the chip is about to switch to the sending mode, it will first check the channel. Only when the channel is idle will it enter the sending mode, otherwise it will stay in the original mode or enter other modes by programming.
Typical Applications
Wireless remote control, wireless mouse, wireless keyboard; Industrial wireless control, automatic data acquisition system; Wireless sensors, wireless electronic tags, remote control toys; Wireless automatic meter reading for water, gas, heat, electricity and other residential meters;
CC2420 is the first RF transceiver that complies with the 2.4GHz IEEE802.15.4 standard launched by Chipcon (acquired by TI). This device includes many functions and is the first RF device suitable for ZigBee products. It is based on SmartRF 03 technology and is made of 0.18um CMOS technology. It requires very few external components and works in the ISM band of 2400-2483.5MHZ. It consists of a fully integrated frequency modulator, a receiver with demodulator, a power amplifier, a crystal oscillator and a regulator. It can automatically generate preamble codes, and CRC can be easily programmed and configured through the SPI interface. It has low current consumption. It has stable performance and extremely low power consumption. The selectivity and sensitivity index of CC2420 can ensure the effectiveness and reliability of short-distance communication. Wireless communication equipment developed using this chip supports data transmission rates up to 250kbps and can achieve multi-point to multi-point rapid networking.
Basic features:
(1) Works in the ISM and SRD bands of 2400-2483.5 MHz.
-Adopts direct sequence spread spectrum.
-Working rate 250kbps, chip rate 2 MChip/s.
-Uses O-QPSK modulation.- High sensitivity (-95dBm). - Lower current consumption (RX: 13.3 mA TX: 17.4 mA).
-Internally integrated with VCO, LNA, PA and power rectifier.
-Low voltage power supply (2.1~3.6V).
-Output power is programmable and controllable.
(2) IEEE802.15.4-2003 standard MAC layer hardware support.
-Automatic generation and detection of preamble and synchronization fields.
-Automatic generation and detection of CRC-16.
- Idle channel detection.
- Energy detection, received signal strength and link quality indication.
- MAC layer security protection (CTR, CBC-MAC, CCM) support.
(3) Adopt 4-wire SPI standard interface, easy to configure MCU.
(4) Independent 128-byte RX and 128-byte TX data FIFO.
Typical application scenarios:
Wireless sensor networkResidential and building (smart home)Control of industrial instrumentationWireless data acquisition and controlWireless mouse, wireless keyboard, wireless toys and other consumer electronics
Wireless access control, logistics tracking, warehouse inspection and other RFID active electronic tags
Program Reference Design
To use the CC2420 module, you do not need to master any professional wireless or high-frequency theories. Readers only need to have a certain foundation in C language programming. You can refer to the CC2420 official manual or seek technical support from us.
At the same time, to facilitate user development, we provide a series of supporting evaluation kits to escort product development, greatly accelerate wireless application development, and avoid unnecessary misunderstandings. The following are some relevant code segments in the example program.
CC2420Register Read and Write Configuration
CC2420 communicates with the microcontroller through the SPI interface, so you must first understand the SPI interface. The standard SPI peripheral serial interface consists of four lines: