Hi All -
I've not been able to locate ATTiny 85 library for VL6180X - TOF - ranging sensor - any clue on this will be highly appreciated.
Best,
Ramesha
Hi All -
I've not been able to locate ATTiny 85 library for VL6180X - TOF - ranging sensor - any clue on this will be highly appreciated.
Best,
Ramesha
What's wrong with the Pololu library at GitHub?
We are trying with just ATTiny85 chip directly not with the PCB or Shield
The VL6180X is an I2C device and as such would be hardware agnostic, needing only SDA and SCL. Learn the command structure and use the wire library or some other I2C library, there's lots if them.
We are very familiar with i2c and working, we have been working on the ATTiny PCB - libraries work beautifully with PCB by Digispark of ATTiny85, but when we want to use the chip directly through Arduino ICSP, there we have a challenge.
Due to space constraint, we are planning to use ATTiny85 chip
Has podido resolver el problema ? Como ?