microwave2  2.0.0.0
Main Page

Microwave 2 click

Microwave 2 click is an accurate and reliable short to medium range motion detection Click boardâ„¢, based on a Doppler radar principle.

click Product page


Click library

  • Author : MikroE Team
  • Date : Feb 2020.
  • Type : UART type

Software Support

We provide a library for the Microwave2 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.

Library Description

This library contains API for Microwave2 Click driver.

Standard key functions :

Example key functions :

  • Set pin DL

    uint8_t microwave2_dl_state ( microwave2_t *ctx );

  • Set pin DA

    uint8_t microwave2_da_state ( microwave2_t *ctx );

Examples Description

This application is an accurate and reliable short to medium range motion detection.

The demo application is composed of two sections :

Application Init

Initializes the click board for communication.

void application_init ( void )
{
log_cfg_t log_cfg;
// Logger initialization.
LOG_MAP_USB_UART( log_cfg );
log_cfg.level = LOG_LEVEL_DEBUG;
log_cfg.baud = 9600;
log_init( &logger, &log_cfg );
log_info( &logger, "---- Application Init ----" );
// Click initialization.
MICROWAVE2_MAP_MIKROBUS( cfg, MIKROBUS_1 );
microwave2_init( &microwave2, &cfg );
}

Application Task

Data sent from the click board is captured and different actions are applied.

void application_task ( void )
{
microwave2_process();
}

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:

  • MikroSDK.Board
  • MikroSDK.Log
  • Click.Microwave2

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.


microwave2_cfg_t
Click configuration structure definition.
Definition: microwave2.h:116
microwave2_init
MICROWAVE2_RETVAL microwave2_init(microwave2_t *ctx, microwave2_cfg_t *cfg)
Initialization function.
microwave2_cfg_setup
void microwave2_cfg_setup(microwave2_cfg_t *cfg)
Config Object Initialization function.
application_task
void application_task(void)
Definition: main.c:128
application_init
void application_init(void)
Definition: main.c:108
MICROWAVE2_MAP_MIKROBUS
#define MICROWAVE2_MAP_MIKROBUS(cfg, mikrobus)
Definition: microwave2.h:53