Hi everyone,
I was testing the Blue Robotics Bar30 Depth Sensor with my Raspberry Pi, and initially, it was working perfectly, providing accurate depth readings. However, after a few days, when I tried testing it again, the sensor stopped giving any data, and it is no longer detected by the system.
Troubleshooting Steps Taken:
- Checked I2C detection – Ran
i2cdetect -y 1
, but the device is not showing up on the I2C bus. - Swapped SDA and SCL – No change in detection.
- Checked Wiring – Reconnected all wires properly to ensure there’s no loose connection.
- Tried Different Raspberry Pi – Still not detecting the sensor.
- Checked Voltage Levels – The sensor is receiving 3.3V power, but no response on the I2C lines.
- Tested with Another I2C Device – Other I2C devices are detected properly, so the Pi’s I2C interface seems fine.
Possible Issues?
- Has anyone faced similar issues where the Bar30 suddenly stops responding?
- Could the sensor be damaged, or is there a way to reset it?
- Any recommendations for further troubleshooting?
Would really appreciate any insights or suggestions!
Thanks in advance!