Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我找不到有关VL53L0X和STM32微控制器之间使用诸如polulu或adafruit出售的板的集成的信息。STM 为 P-NUCLEO-53L0A1 提供了一个 API,在其他 STM32 微控制器上实现起来既困难又复杂。我看到了许多 Raspberry Pi 和 Arduino 的示例,但没有看到 STM 板的通用示例。是否有任何将 STM32 MCU 与 VL53L0X 集成的示例代码/教程?
VL53L0X是通用I2C设备。几乎从来没有任何简单的完整库可以将这样的设备集成到您可能想要的任何环境中。您将要做的是阅读数据表以及可能由ST为其提供的任何其他材料,然后在(最好)STM32 I2C HAL 之上编写您自己的接口代码。