esp-idf-lib
esp-idf-lib copied to clipboard
Component library for ESP32-xx and ESP8266
### Device name BQ27441-G1 ### Device description This device is a single cell Li-Ion battery fuel gauge. It measures variables such as battery capacity, battery voltage and state-of-charge, average current,...
### The issue I have tried to connect my SCD41 and I uploaded the [example](https://github.com/UncleRus/esp-idf-lib/blob/master/examples/scd4x/default/main/main.c) code to my [ESP32-C3-DevKitM-1](https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/hw-reference/esp32c3/user-guide-devkitm-1.html) and I got this error: ``` E (282) i2cdev: Could not...
### Device name VL53L1X ### Device description VL53L1X are Time-of-Flight (ToF) and laser-ranging sensor from ST Electronics. ### Device product page URL https://www.st.com/en/imaging-and-photonics-solutions/vl53l1x.html ### Datasheet URL https://www.st.com/resource/en/datasheet/vl53l1x.pdf ### Can the...
`python ./devtools/devtool.py manifest --namespace=eil`
### The issue We need to upload components to the Expressif registry. I propose to create a separate workflow, launched manually, for the complete uploading of all components at the...
### The issue As part of checking the documentation, it is necessary not only to simply build it using make, but also to analyze doxygen and sphinx warnings, generating appropriate...
### Device name ENS160 ### Device description ENS160 is a digital metal-oxide multi-gas sensor specifically designed for indoor air quality monitoring, offering optimum detection of a wide range of volatile...
### Device name M90E26 ### Device description ATM90E26 is a Single Phase Energy Metering IC that is compliant with IEC62052-11, IEC62053-21 and IEC62053-23. It can be used with UART or...
### The issue the CI includes other targets (see [4be76b0](https://github.com/UncleRus/esp-idf-lib/pull/483/commits/4be76b0ac2b77494fe6e402920c711dfb9591114)). these new targets are not tested by CI because `.eil.yml` does not include the targets. ### The context the components...
### The issue `portTICK_PERIOD_MS` has been deprecated. they should be replaced with `pdMS_TO_TICKS`. ### Which SDK are you using? esp-idf ### Which version of SDK are you using? `master` ###...