Hi, I’m trying to use the SR04 with Galactic Unicorn via qwiic. Pimoroni doesn’t have any micropython libraries for SparkFun SR04. Is there a way to get distance readings from SR04 using micropython? Also, I see that the address is 0x00 and needs to be changed. Anyway of doing this in micropython? I’ve been looking at machine.I2C and pimoroni_i2c with no luck.
You’d need to port the needed arduino libraries over to micropython; poke around google for similar guides