esphome-customisations
esphome-customisations copied to clipboard
ESPHome customisations.
The vl6180x component is not working on my ESP32-S2. It seems to be in a boot-loop. Appreciate any help.
Custom components are depreciated and will eventually in the distant future be gone. Any way you could make the vl6180 a proper external component? https://esphome.io/components/external_components.html https://github.com/esphome/esphome/tree/dev/esphome/components/vl53l0x which was based on...
There is an example with WLED here https://github.com/Aircoookie/WLED/blob/main/usermods/VL53L0X_gestures/usermod_vl53l0x_gestures.h Can you add these functions as well? Basically like: swipe under the sensor turn on/off pause under the sensor up and down...
Hi The default emissivity of the MLX90614 is 1. https://www.melexis.com/-/media/files/documents/datasheets/mlx90614-datasheet-melexis.pdf How to consider this factor in the code or other ways when measuring different stuff? In my case, the leaf(the...
Egy olyan projektet szeretnék megvalósítani, amelyben egy Arduino vezérlő fogadná az OV7670 kamera jeleit, és azt megjelenítené egy Gm12864-N59N kijelzőn. A problémám az, hogy az IDE minden alkalommal hibát talál....