nurullahayv / Arduino-Python-Lidar-Sonar

Arduino(mega) Lidar & Sonar Project with Python(/w matplotlib) | not real time rendering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino-Python-Lidar-Sonar

Arduino(mega) Lidar & Sonar Project with Python(/w matplotlib) | not real time rendering

1- You have to upload .ino code to Arduino.

2- Then use SerialReadSave.py code for collect data from arduino and save to a .csv file. (i am not remember well but probably you need an empty .csv file which is named in the SerialReadSave.py file(names have to be matched). in the code it is "data.csv")

3- Lastly use "processplot.py" file for render data in the .csv file.

!!! need synchronization for servos, need a few(lots of work) upgrade for clean work. !!! you can change ploting settings for better render

basic image

Reference Projects;

https://www.youtube.com/watch?v=fIlklRIuXoY - https://github.com/curiores/ArduinoTutorials

https://projecthub.arduino.cc/TravisLedo/80136939-97af-4c05-9a1d-ddfd40d00f01

About

Arduino(mega) Lidar & Sonar Project with Python(/w matplotlib) | not real time rendering

License:MIT License


Languages

Language:C++ 60.5%Language:Python 39.5%