Hi everyone, I'm completely new to the world of arduino and programming and would like to hear some thoughts and advice from you guys!
For context, I'm studying a degree in mechanical engineering and my individual project involves creating a lidar system for bicycle safety. Many new cars incorporate lidar systems to help detect obstacles and to judge safe separation distances from other road users, but these benefits have not yet reached the cycling world.
The aim of this project is to design a bike lidar system based on a small-scale control system. The system needs to be mounted safely onto the bicycle, and the data interpretation needs to be useful to the rider.
I've chosen the garmin lidar-lite v3HP and arduino uno r3 as my components and have successfully used the example code provided by garmin to link the two, getting live readings on the serial monitor. But then again, live readings by itself is useless without any interpretation, and now I'm not sure what I should do to further develop the system.
I am not too sure what my next step should be in exploring the uses of the lidar system but I am currently thinking of a distance alert system where a warning is given when the read distance is below a certain threshold. Alternatively, I would also like to export the readings out to an excel file where it can be used for analysis.
If anyone has some sort of input or ideas, it would be massively appreciated! Happy to discuss this project with anyone and learn what I can. Any input will be of great help, thank you!
video used to link the sensor with my uno r3:
garmin example code: