enocean4
2.0.0.0
|
EnOcean 4 Click carries a ultra-low power TCM515U transceiver gateway module which operates at 902MHz radio band, perfectly suited for the realization of transceiver gateways, actuators and controllers for systems communicating based on the EnOcean radio standard.
We provide a library for the Enocean4 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 Enocean4 Click driver.
void enocean4_cfg_setup ( enocean4_cfg_t *cfg );
ENOCEAN4_RETVAL enocean4_init ( enocean4_t *ctx, enocean4_cfg_t *cfg );
void enocean4_response_handler_set( enocean4_t ctx, void ( *handler )( enocean4_packet_t, uint8_t* ) );
uint8_t enocean4_process ( enocean4_t *ctx );
uint8_t enocean4_response_ready ( enocean4_t *ctx );
This example reads and processes data from EnOcean 4 clicks.
The demo application is composed of two sections :
Initializes the driver and configures the Click board.
In the receiver mode, it waits for a telegram, then replies to it with the certain message. In the transmitter mode, first it sends the telegram with the certain message, then waits for a response.
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.