ccRF 3 Click Board
ccRF 3 Click Board
The ccRF 3 Click Board™ carries the CC1120 high-performance RF transceiver for narrowband systems from Texas Instruments.
The Click Board™ will enable you to add a low-power consumption radio transceiver at 433 MHz frequency. The ccRF 3 Click Board™ is designed to run on a 3.3V power supply. It communicates with the target microcontroller via an SPI interface.
Software Support
Code examples for the ccRF 3 Click Board™, written for MikroElektronika hardware and compilers are available on Libstock.
Code Snippet
This code snippet initializes the system, the display, and waits for button toggling in an endless loop, for executing actions like initializing the ccRF module, sending and receiving packets via RF.
STM32 Example
01 void main( void ) 02 { 03 system_init(); 04 display_init(); 05 TFT_Set_Font( &HandelGothic_BT21x22_Regular, CL_GREEN, FO_HORIZONTAL ); 06 TFT_Write_Text("Please initialize the module.", 15, 80); 07 08 while (1) 09 { 10 check_buttons(); 11 is_initialized(); 12 is_sending_mode(); 13 is_receiving_mode(); 14 if ( reading_f ) 15 { 16 ccRF_RunRX(); 17 } 18 } 19 }
ccRF 3 Click Board
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.