waveform
2.0.0.0
|
Waveform Click is a precise sine/triangle/square waveform generator, capable of reproducing frequencies up to 12MHz.
We provide a library for the Waveform 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 Waveform Click driver.
void waveform_cfg_setup ( waveform_cfg_t *cfg );
WAVEFORM_RETVAL waveform_init ( waveform_t *ctx, waveform_cfg_t *cfg );
void waveform_write_freqency ( waveform_t *ctx, uint32_t f );
void waveform_triangle_output ( waveform_t *ctx, uint32_t f );
void waveform_square_output ( waveform_t *ctx, uint32_t f );
This program outputs wave forms.
The demo application is composed of two sections :
Initializes the communication interface and configures the click board.
Predefined characters are inputed from the serial port. Changes the signal frequency, waveform or amplitude depending on the receiver character.
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.