From f2619d7efbac697f3331f9a9b60e89e15a789f84 Mon Sep 17 00:00:00 2001 From: Om Sheladia <84867886+omsheladia@users.noreply.github.com> Date: Sun, 13 Feb 2022 19:45:35 +0530 Subject: [PATCH] Images aligned to center and Readme name changed. --- sensors_2022/lsa/{lsa.md => README.md} | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) rename sensors_2022/lsa/{lsa.md => README.md} (94%) diff --git a/sensors_2022/lsa/lsa.md b/sensors_2022/lsa/README.md similarity index 94% rename from sensors_2022/lsa/lsa.md rename to sensors_2022/lsa/README.md index 8355298..51d0b40 100644 --- a/sensors_2022/lsa/lsa.md +++ b/sensors_2022/lsa/README.md @@ -19,12 +19,14 @@ - The Light Sensor Array(LSA) is used to detect the white/black lined surface and it sends this data to the microcontroller ESP-32. Analyzing and processing the data received by the microcontroller ESP-32, the purpose of line following is achieved. - Physical PCB - - +

+ +

- PCB Backside - - +

+ +

### Features * Components used are readily available. @@ -57,14 +59,18 @@ ### Connections To connect LSA with the SRA Board, connect the JST connector in the following way: +

+

### Working Principle - LSA works on the principle of reflectivity of light for different types of surfaces. - Black Surface -> HIGH absorptivity -> LESS reflectivity - White Surface -> LOW absorptivity -> HIGH reflectivity - Demonstration +

+

### Applications * Obstacle detection on a clear path.