trf 2.0.0.0
|
tRF click is a complete short-range RF communication solution, operating in the 868 MHz ISM license-free frequency band. The Click boardâ„¢ is based on LE70-868 RF module, from Telit.
We provide a library for the Trf Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.
This library contains API for Trf Click driver.
- Initialization function.void trf_cfg_setup ( trf_cfg_t *cfg );
void trf_default_cfg ( trf_t *ctx );
- Generic single write function.trf_data_t trf_generic_single_read ( trf_t *ctx );
void trf_generic_single_write ( trf_t *ctx, trf_data_t tx_data );
void trf_generic_multi_write ( trf_t *ctx, trf_data_t *data_buf, uart_length_t len );
This is a example which demonstrates the use of Trf Click board.
The demo application is composed of two sections :
Configuring clicks and log objects.
Checks if new data byte have received in rx buffer (ready for reading), and if ready than reads one byte from rx buffer. In second case aplication task writes message data via UART.
The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.
Other mikroE Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all Mikroelektronika compilers, or any other terminal application of your choice, can be used to read the message.