Matrix Laser Sensor SEN0628
Wolfgang.Wagner 2025-11-21 02:01:10 528 Views1 Replies I have the matrix laser sensor in my Maqueen Plus V3.
I'm programming with MakeCode Microbit.
When querying, the sensor only returns the number 47427, no distances.
Can anyone help?
Thanks and regards, Wolfgang
https://makecode.microbit.org/S74363-66939-26905-19962
2025-11-22 00:03:13
ahsrab.rifat
Wrong I²C address, loose wiring or Conflicting devices on the same I²C bus
can cause weird numbers. For Maqueen Plus V3, the address is usually 0x62. The library should handle this, but if you’re writing your own I²C read, ensure the correct address is used.
ahsrab.rifat 
