Any support for TF-Mini (S)? #10543
-
Hi @ALL! I tried tasmota-sensors with a lidar range sensor ( Benewake TF-Mini ). Unfortunately there seems to be no way to read the data. Somewhere in the internet I read that this sensor is using the VL53L0X chip. Therefor I cloned tasmota and and wrote "#define USE_VL53L0X" into the user_config_override. Everything fine so war. The driver was loaded. As described in the manual the start address is 0x10. So I changed the 0x29 of the VL53L0X to 0x10 in the xsns_45_vl53l0x.ino. Wireing seems ok over GPOI 4/5 --> D1/2 on an ESP8266 NodeMCU and an external 5V supply. Is there a native support or do I need to make other changes? Checks the device via Arduino Sketch. Data is coming and correct. I2CScanner over Arduino finds the senor without issues. I2CScan over tasmota fails. Greetz and many thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
An I2C address of 0x10 do not match with VL53L0X, neither the documented protocol. Check the datasheet. You may want to try the serial interface of the TFmini. |
Beta Was this translation helpful? Give feedback.
An I2C address of 0x10 do not match with VL53L0X, neither the documented protocol. Check the datasheet.
You may want to try the serial interface of the TFmini.
Scripting may be able to process the data, or just forward to an host for processing.