Pimoroni VL53L1X Time of Flight (ToF) Sensor Breakout
Pimoroni VL53L1X Time of Flight (ToF) Sensor Breakout is backordered and will ship as soon as it is back in stock.
Couldn't load pickup availability
Delivery and Shipping
Delivery and Shipping
Delivery Options
We offer several delivery choices to fit your needs:
- FREE Delivery: $0. Enjoy Free AusPost Parcel Standard Delivery on orders over $100 in value. Exclusions may apply.
- AusPost Untracked Letter: $3. Delivery in 3-8 business days (untracked). No refunds or replacements without proof of receiving the order.
- AusPost Parcel Standard: $9. Tracked delivery in 2-6 business days.
- AusPost Parcel Express: $13. Express tracked delivery in 1-3 business days.
- Pickup: $0. Email us to arrange a pickup from our location in Huntingdale 3166 in Melbourne at support@zaitronics.com.au. More details can be found in our contact page.
Additional Information
- Non-metro addresses in WA, NT, SA & TAS may require extra time.
- Certain batteries (like LiPo) cannot be shipped by air, affecting Express Post availability.
- We recommend selecting tracked options for valuable items. Untracked orders will not receive tracking numbers or refunds without proof of delivery.
- Note: Wherever possible, we will combine orders to save on shipping and reduce packaging waste.
- Note: Orders containing backordered item will delay delivery until all items are available
Warranty & Refund Policy
Warranty & Refund Policy
Warranty & Refund Policy
- Standard Warranty: 12 months for all products. Low-cost hobby parts have a 90-day warranty unless safe handling is shown.
- Exceptions: Kits and interfaceable electronics may not be covered if damaged due to misuse.
- Returns: Contact support via your order confirmation email within 14 days of purchase. Items must be unopened and in original packaging. Proof of purchase is required.
- Defective/Damaged Items: Notify us within 30 days for a free refund or replacement. Exclusions apply.
- Return Shipping Costs: Paid by the customer unless the item is defective. Shipping costs are non-refundable.
An all-singing, all-dancing time of flight distance sensor that uses PEW PEW LASERS (low-powered ones), our VL53L1X breakout is easy to use with Raspberry Pi or Arduino alike!
These low-power-laser-based time of flight sensors have great accuracy and sampling frequency, and this particular sensor has a wide range of detection, from 4cm to 4 metres.
Use it as a proximity sensor, for presence detection, or as a laser tape measure! The speed, accuracy, and range, make this sensor ideal for collision-avoidance on robots.
It's also compatible with Pimoroni's fancy new Breakout Garden, where using breakouts is as easy just popping it into one of the six slots and starting to grow your project, create, and code.
Features
- VL53L1X Time of Flight (ToF) sensor (datasheet)
- 4-400cm range (27° field of view)
- Up to 50Hz ranging frequency
- +/- 25mm accuracy (+/- 20mm in the dark)
- I2C interface (address 0x29)
- 3.3V or 5V compatible
- Reverse polarity protection
- Compatible with all models of Raspberry Pi, and Arduino
- Python library
Kit includes
- VL53L1X breakout
- 1x5 male header
- 1x5 female right-angle header
We've designed this breakout board so that you can solder on the piece of right-angle female header and pop it straight onto the bottom left 5 pins on your Raspberry Pi's GPIO header (pins 1, 3, 5, 7, 9).
Software
Our Python library makes it straightforward to use your time of flight sensor, providing methods for short, medium, and long range, and returning distances in mm. We've also included a couple of examples that graph distance sensed, and set a threshold distance at which events can be triggered.
Notes
- Dimensions: 19x19x3.2mm (LxWxH).
- If you want to use multiple VL53L1X breakouts together you can (temporarily) change the I2C addresses using this Python script. Addresses changed like this won't persist after a reboot.
- Alternatively, you could use an I2C multiplexer which will let you use multiple breakouts with the same address. This example shows how to use these breakouts with a TCA9548A I2C Multiplexer.