diff --git a/README.md b/README.md index 90d8d7f..8f2275f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Feel free to join and talk on my little server: https://discord.gg/ftwwSdY9e5 ### How it works -The amazingly small and useful VL53L1X sensor is actually able to measure a whole array of positions, not just straight down. Utilizing this, it will alternate between two points - one in the direction of the "inside", the other in the opposite direction, the "outside". +The amazingly small and useful VL53L1X sensor is actually able to measure a whole array of distances, not just straight down. Utilizing this, it will alternate between two points - one in the direction of the "inside", the other in the opposite direction, the "outside". If any of those measurements is returning a distance that is closer than a certain threshhold, it will considere this direction "triggered". @@ -118,6 +118,7 @@ A log is written with every event. Great for analysing wrong counts and fun stat - Detect fast flickering of light state, indicating an issue, and disable the system for a few minutes - Simple software switch to change direction of sensor - Better project structure and objects +- Proper handling and recognition of doors in the field of view - Packaging it up for ease of use in custom projects - Create implementation that can be used on energy-efficient microcontrollers like an esp - Try out other sensors like the VL53L3CX