
An Arduino rangefinder with an ultrasonic sensor and an I²C interface display by Jan Henrik. He wrote an instructables here:
The maximum rated range is 500 cm, the range is measured 20 times per seccond. It is Displayed on a lcd screen which is 20×4 chars big, it has a custom start message, and it can have a custom design while measuring. It will have a backlight LED and can run on every arduino, which has I²C communication. That mean you can run it on an Arduino nano, which is very small. It also requires 5V so it has to be a 5V version of an Arduino.

Cool. I’d happily give the creator a PIPduino to try out for this project. :) This is just the kind of thing I made them for.
That’s a nice little adapter to drive the display. For anyone looking for a bit more detail on connecting other I2C devices to an Arduino, we’ve just released a tutorial on configuring I2C Sensors:
https://edwardmallon.wordpress.com/2017/11/03/configuring-i2c-sensors-with-arduino/