lightranger7 2.1.0.0
|
LightRanger 7 Click is a compact add-on board capable of precise distance measurement and motion tracking. This board features the AFBR-S50, a medium-range 3D multipixel Time-of-Flight (ToF) sensor from Broadcom. Besides a VCSEL-based ToF sensor (Laser Class 1 eye safety), optimized to measure various distances working equally well on white, black, colored, and metallic reflective surfaces, this board also includes a 32-bit MCU, RA4M2 group of Renesas MCU with Arm® Cortex®-M33 core, alongside a 4-pin standard CAN connections compatible with Pixhawk®, a popular general-purpose flight controller.
We provide a library for the LightRanger 7 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 from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
This library contains API for LightRanger 7 Click driver.
lightranger7_cfg_setup
Config Object Initialization function. lightranger7_init
Initialization function. lightranger7_reset_device
This function resets the device by toggling the rst pin state. lightranger7_generic_write
This function writes a desired number of data bytes by using UART serial interface. lightranger7_generic_read
This function reads a desired number of data bytes by using UART serial interface. This example demonstrates the use of LightRanger 7 click board by processing the incoming data and displaying them on the USB UART.
The demo application is composed of two sections :
Initializes the driver and performs the click default configuration.
Reads and processes all incoming data and displays them on the USB UART.
By default, the click board is programmed with the AFBR_S50_Example_RA4M2 firmware.
At the beginning this FW returns API version, chip ID, and module version. After that it starts the measurements and prints the recent measurement results that consists of:
- Time stamp in seconds since the last MCU reset.
- Range in mm (converting the Q9.22 value to mm).
- Amplitude in LSB (converting the UQ12.4 value to LSB).
- Signal Quality in % (100% = good signal).
- Status (0: OK; < 0: Error; > 0: Warning.
For more information refer to the AFBR-S50 GitHub repository.
The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
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. UART terminal is available in all MikroElektronika compilers.