Running on a RPI 4 with raspbian lite + Qwiic pHAT . Got 3 sensor to prototype a room controler. 2 sensor work fine. But the ultrasonic sensor does not appear in i2cdetect at all.
I’ve try your debug tutorial, change cable, plug, using serie or alone. Nothing. Am i missing something ? Just DOA ?
For reasons I don’t understand, Zio decided to use 0x00 for an I2C address on the Zio Ultrasonic Distance Sensor.
Since 0x00 and 0x01 are technically reserved addresses, most I2C scanner utilities won’t report them even if they are present on the bus. I’m not sure about the Pi, but if you modify the Arduino I2C scanner sketch to check 0x00, it will report that when a Zio Ultrasonic sensor is attached to the I2C bus on an Uno.
I’ve attached a copy of the modified Arduino sketch if you’d like to give it a try.
Unfortunately the only sample code we have at the moment is what the manufacturer has supplied and it’s Arduino code. You can find that at the link below.
I don’t believe it was bricked by changing that value. Something else must have happened. However, I would suggest that you send me a PM with your order number or file an RMA request at https://sparkfun.com/returns if you purchased from us.