Search found 2 matches

by Maser
Thu Mar 19, 2020 7:01 am
Forum: General Discussion and Questions
Topic: Proximity sensor using VL53L0x
Replies: 3
Views: 4173

Re: Proximity sensor using VL53L0x

Thanks :D
by Maser
Wed Mar 18, 2020 4:53 pm
Forum: General Discussion and Questions
Topic: Proximity sensor using VL53L0x
Replies: 3
Views: 4173

Proximity sensor using VL53L0x

Hello I am trying to use the VL53L0x and a Trinket M0 to sense the presens of a person. I have got it to work meassureing distance with the given CircuitPhyton code: import board import busio import adafruit_vl53l0x i2c = busio.I2C(board.SCL, board.SDA) vl53 = adafruit_vl53l0x.VL53L0X(i2c) vl53.meas...