Hobbyist Toolkit

cancel
Showing results for 
Search instead for 
Did you mean: 

Arduino Uno with VL53L0X

I am trying to use LINX to communicate directly with a VL53L0X time of flight sensor (on a breakout board from Adafruit).  Adafruit has provided wrapper library for the arduino that allows communication via I2C between the sensor and the Uno.  Is it possible to use that wrapper within the LINX firmware (i.e. #include <VL53L0X.h>), or will the Adafruit wrapper's use of the I2C conflict with the LINX firmware?

 

 

0 Kudos
Message 1 of 2
(1,123 Views)

Hello, rasmundo

 

Not directly. you can use I2C Linx functions according to datasheet to develop your own subvis.

 

In this case, since most of work is already done by Adafruit, i would use custom commands and add the code for VL53L0X in arduino Linx firmware, adding necessary code and custom command function.

Jorge Augusto Pessatto Mondadori, PhD
Sistema Fiep
CLAD, CLD
0 Kudos
Message 2 of 2
(1,093 Views)