esp-iot-solution icon indicating copy to clipboard operation
esp-iot-solution copied to clipboard

Espressif IoT Library. IoT Device Drivers, Documentations And Solutions.

Results 113 esp-iot-solution issues
Sort by recently updated
recently updated
newest added

I'm using adc1_get_raw() at the same time as this driver. https://github.com/espressif/esp-iot-solution/tree/master/components/bus I want to migrate adc1_get_raw() to adc_oneshot_read(). But this is using driver/i2s.h here so it can't be migrated. https://github.com/espressif/esp-iot-solution/blob/master/components/bus/include/i2s_lcd_driver.h#L17...

bug
solution: lcd

Hi, please, do you plan to add support for capacitive touch buttons into the iot_button component? We are using this component in ESP-BSP and we would like to unify code...

feature request
button

SoC: ESP32-S3 IDF version : release/v4.4 Question: Hi @IshaESP When I was testing "[esp-iot-solution/examples/bluetooth/ble_ota](https://github.com/espressif/esp-iot-solution/tree/master/examples/bluetooth/ble_ota)" example on master version , after I set the single NIMBLE mode in menuconfig, the compilation...

solution: bluetooth

## Environment - Development Kit: [none] - Module or chip used: [ESP32-WROOM-32] - IDF version (run ``git describe --tags`` to find it): // v4.2.4-182-g30af2e87f5 - Build System: [CMake] - Operating...

wontfix

This control notifies the device to begin sending still-image data over the relevant isochronous or bulk pipe Link #230

duplicate
usb_stream

There is example to get the video frame from usb camera on ESP32-S2. Is there any example to get the image only from usb camera? For example, I can trigger...

feature request
usb_stream

Using esp-iot-solution main and esp-idf-main Trying to build this: https://github.com/jonshouse1/ESPVNCC Not sure how I fix this? jon@jon-VirtualBoxESP:~/test/esp32_vncc$ idf.py build Executing action: all (aliases: build) Running cmake in directory /home/jon/test/esp32_vncc/build Executing...

bug

Hi I used esp32-s3 board run USB_dual_port example with esp-idf-v4.4 release and esp-iot-solution at add usb solutions branch. The esp usb cdc device can not work. The error log are...

bug
solution: usb

## Environment - Development Kit: [ESP32-Wrover-Kit] - Kit version (for WroverKit): [v1|v2|v3|v4] (not sure, using a custom burner board) - Module or chip used: [ESP32-WROVER] - IDF version (run ``git...

solution: lcd

The ADC Button requires this 3.3V Pullup. if the Wire breaks it is constantly firing Events. ToDo: make it Wire-break safe. Thanks.

feature request
button