88 lines
2.6 KiB
Markdown
88 lines
2.6 KiB
Markdown
---
|
|
pagetitle: README
|
|
lang: en
|
|
---
|
|
|
|
::: {.row}
|
|
|
|
::: {.col-sm-12 .col-lg-11}
|
|
::: {.collapse}
|
|
<div>
|
|
|
|
### <b>VL53L8CX_SimpleRanging example description</b>
|
|
|
|
This example application illustrates how to use the SATEL-VL53L8 breakout board on a STM32 Nucleo board
|
|
to perform ranging measurements and print the results on a hyper-terminal such as TeraTerm through a serial link.
|
|
For further details, please refer to the user manual for more details.
|
|
|
|
The example application uses the following default serial settings:
|
|
|
|
- Baud Rate: 460800
|
|
- Data Bits: 8
|
|
- Parity: None
|
|
- Stop Bits: 1
|
|
|
|
This example can use directly the bare driver instead of the BSP layers if you set the #define USE_BARE_DRIVER in app_tof.c
|
|
|
|
|
|
### <b>Keywords</b>
|
|
|
|
TOF, I2C, VCOM
|
|
|
|
### <b>Hardware and Software environment</b>
|
|
|
|
- This example runs on STM32 Nucleo boards with SATEL-VL53L8 breakout board
|
|
- Connect the SATEL-VL53L8 pins to the following STM32 Nucleo board inputs:
|
|
- EXT_5V <---> 5V
|
|
- EXT 1V8 NC
|
|
- EXT_3.3V NC
|
|
- EXT IOVDD NC
|
|
- PWR_EN <—--> D11
|
|
- SCL <—--> D15
|
|
- SDA <—--> D14
|
|
- EXT MISO NC
|
|
- I2C_RST (NCS) NC
|
|
- EXT LPn <—--> A3
|
|
- EXT SPI_I2C <--—> GND
|
|
- GPIO1 <---> A2
|
|
- GPIO2 NC
|
|
- GND <—--> GND
|
|
|
|
- If you power the Nucleo board via USB 3.0 port, check that you have flashed the last firmware version of
|
|
the ST-Link v2 on the Nucleo board. In order to flash the latest firmware version of the
|
|
ST-Link v2, you can use the STM32 ST Link Utility.
|
|
- This example has been tested with STMicroelectronics:
|
|
- [NUCLEO-F401RE board](https://www.st.com/en/product/nucleo-f401re.html)
|
|
|
|
ADDITIONAL_BOARD : SATEL-VL53L8 https://www.st.com/en/product/satel-vl53l8.html
|
|
ADDITIONAL_COMP : VL53L8CX https://www.st.com/en/product/vl53l8cx.html
|
|
|
|
### <b>How to use it ?</b>
|
|
|
|
To ensure the program operates correctly, execute the following steps:
|
|
|
|
- WARNING: before opening the project with any toolchain be sure your folder
|
|
installation path is not too in-depth since the toolchain may report errors
|
|
after building.
|
|
- Open STM32CubeIDE.
|
|
Alternatively you can use the Keil uVision toolchain or the IAR toolchain.
|
|
- Rebuild all files and load your image into target memory.
|
|
- Run the example.
|
|
- Alternatively, you can download the pre-built binaries in "Binary"
|
|
folder included in the distributed package.
|
|
|
|
### <b>License</b>
|
|
|
|
Copyright (c) 2022 STMicroelectronics.
|
|
All rights reserved.
|
|
|
|
This software is licensed under terms that can be found in the LICENSE file
|
|
in the root directory of this software component.
|
|
If no LICENSE file comes with this software, it is provided AS-IS.
|
|
|
|
</div>
|
|
:::
|
|
|
|
:::
|
|
:::
|