Hello Everyone,I'm working on gesture recognition project on VL53L3CX with X-Nucleo-53L3A2.
- December 4, 2020
- 1 reply
- 1856 views
First I need to be able to read measurements from the 3 sensors at the same time and since there is only a program that activates one sensor at a time and by reading UM2757 I understood that that I suppose to solder U10 (corresponding to PC7) to activate interrupt on Left Sensor and U15(Corresponding to PB5) on the right pin.
In the CALLBACK ,I added if statements to deal with each of the sensor when I change the variable TOFSensor depending on which sensor I would like to read from, I noticed that it executes all the if statements (Which is not correct ).
I have a theory regarding this :
In "Solder drop configurations" it's written :'the VL53L3CX interrupt of the left and right breakout boards, GPIO1_L and GPIO1_R, can be shared with the VL53L3CX interrupt on the main board, GPIO1, by fitting U7 and U8 solder drops. By default U7 and U8 are not fitted.'
In my case on my board U7 and U8 are fitted ,this is how they came from the industry, please check figure:Myboard_53L3A2.
Should I just remove the solder on U7 and U8 ?
Thank you,Huda
