magneto2 2.0.0.0
|
Magneto 2 click is a mikroBUS add-on board with Melexis's MLX90316 monolithic rotary position sensor.
We provide a library for the Magneto2 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 Magneto2 Click driver.
- Initialization function.void magneto2_cfg_setup ( magneto2_cfg_t *cfg );
MAGNETO2_RETVAL magneto2_init ( magneto2_t *ctx, magneto2_cfg_t *cfg );
- This function takes 14-bit data value from target register.float magneto2_read_angle ( magneto2_t* ctx )
uint16_t magneto2_read_data ( magneto2_t* ctx );
This example collects data from the sensor, calculates position of absolute rotary angle and then logs it.
The demo application is composed of two sections :
Initializes driver and start write log.
Magneto 2 Click communicates with register via SPI by read from register and calculates position of absolute rotary angle float value. Results are being sent to the Uart Terminal where you can track their changes. All data logs on usb uart when magnetic field is detected.
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.