Update README.md

This commit is contained in:
Maximilian Giller 2022-09-16 00:19:14 +02:00 committed by GitHub
parent 5228b17e7a
commit a67239a007
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ Feel free to join and talk on my little server: https://discord.gg/ftwwSdY9e5
### How it works ### 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". 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 - 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 - Simple software switch to change direction of sensor
- Better project structure and objects - 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 - Packaging it up for ease of use in custom projects
- Create implementation that can be used on energy-efficient microcontrollers like an esp - Create implementation that can be used on energy-efficient microcontrollers like an esp
- Try out other sensors like the VL53L3CX - Try out other sensors like the VL53L3CX