VL53L0X SENSOR

The sensor is working. The reading show up on the Serial Monitor using an Arduino UNO. I want to get those readings to show up on a LCD-10097 Serial kit. I am new at all this so I can use any help. Thanks

You will need to modify the code to create a software serial port and then direct the output too that port.

You’re also going to need to format the output so that it fits onto the LCD display.

Yes. I am sure that is correct. I do not know how to modify the code to do that. I want also to display the data on a LCD-09395 Serial display. Thanks

There’s some example code in the hookup guide for the LCD that might help point you in the right direction.

https://learn.sparkfun.com/tutorials/pi … okup-guide