Hallo zusammen,
ich habe ein kleines Projekt bei dem ich vier TOF10120 (Time-of-Flight) Sensoren verwenden will.
Leider gibt es dazu nur sehr wenig Informationen.
Es gibt noch einen anderen TOF-Sensor (VL53L0X) mit einer Anleitung zum ändern der Adresse: Robojax VL530 I2C change
Leider finde ich sonst nichts wie ich die I2C-Adresse ändern kann am besten dauerhaft, oder am Anfang des Programms.
Einen I2C Multiplexer möchte ich erstmal ausschließen, da dieser wieder platz und Strom benötigt.
Hello everybody,
I have a small project where I want to use four TOF10120 (Time-of-Flight) sensors.
Unfortunately, there is very little information on this.
Unfortunately, I find nothing else how I can change the I2C address permanently, or at the beginning of the program.
I would first like to exclude an I2C multiplexer, because it needs space and power again.
From your link you give the TOF sensor outputs an async serial signal. That will not communicate with a I2C interface unless you put a UART between the TOF and the I2C. You can use the software serial library and use most any pin. Set it for 9600 and you should be off and running. This response is to help you get started in solving your problem, not solve it for you.
Good Luck & Have Fun!
Gil