esp32-cjmcu-531-demo
esp32-cjmcu-531-demo copied to clipboard
CJMCU-531 and ESP32 Web Demo interfacing to a VL53L1X IR time-of-flight sensor
the sensor has calibration modes for both distance offset, and crosstalk (reflections etc). It might be nice to expose these in the interface.
Speed up/slow down updating the results and plot.
Re-check identity of sensor and family, find best lib, look at available options (per sensor). * Supplier (Mr Ali's Express) thinks it is a **VL53L0X**. Adafruit have a library which...
Allow unit to go to deep sleep and use ULPC to monitor for changes at set intervals. Looking at this further; it should be possible to let the sensor trigger...
I need 2 for K9! Using the xShut pin the I2C address can be programmed. Then add sensor index stuff in code and comms so we can handle 2 sensors....
Currently I have a handler per event; this needs to be resolved to one handler per control. * I assume I can access the full URL.. * Does the wifiServer...